@charset "utf-8";
/* CSS Document */
body {
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	color:#333333;
}
h1, h2, h3 {
	font-family: Cambria;
	font-weight:normal;
	margin:0;
}
table {
	width:100%;
}
a {
	color:#256091;
	text-decoration:none;
}
#feedback_content {
	width: 620px;
	margin-left:-8px;
}
#feedback_content h1 {
	font-size:36px;
	margin-bottom:10px
}
#feedback_content h2 {
	font-size:16px;
	margin-bottom:5px;
}
#feedback_content h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:10px;
}
#feedback_form {
	background-image:url(../images/formbg.gif);
	background-repeat:repeat-y;
	padding:10px 20px 10px 20px;
}
#feedback_form h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	margin-top:-10px;
}
.boxtop, .boxbottom {
	height:4px;
	width:100%;
	_margin-bottom:-11px;

}
.boxtop {
	background-image:url(../images/top.gif);
	background-repeat:no-repeat;
}
.boxbottom {
	background-image:url(../images/bottom.gif);
	background-repeat:no-repeat;
}
label {
	float: left;
	width: 50px;
	margin-top:5px;
}
.field {
	width: 175px;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
	padding:2px;
}
textarea {
	margin:5px 0 10px 0;
	width: 570px;
	height: 60px;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
}
.require {
	color:#999;
	font-size:10px;
	font-style:italic;
}
.note {
	float:right;
	color:#999;
}
#note1 {
	display:block;
	font-size:11px;
}
.divider {
	background-color:#FFFFFF;
	border-left:1px solid #CCCCCC;
	width:1px;
	height:90px;
	margin-top:-10px;
}
td {
	vertical-align:top;
}
.terms {
	margin:5px 0 5px 0;
}
.button:hover {
	background-position:0 -24px;
	cursor:pointer;
}
.button {
	background-color:#f7f7f7;
	background-image:url(../images/buttonbg.gif);
	background-repeat:no-repeat;
	border:medium none;
	height:24px;
	margin-bottom:0px;
	padding-bottom:2px;
	width:100px;
}
.radio {
	vertical-align: text-bottom;
}
.subradio {
	font-size:12px;
	margin-left:50px;
	margin-bottom:-10px;
	display:block;
	color:#999;
}
.cell {
	display:block;
	margin-bottom:4px;
}
#url input{
  width:400px;

}
