@charset "utf-8";
/* CSS Document */

label, input {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
	color:#0397d6;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
	color:#757575;
}
.radiobtn{
 display:inline;
 width:20px;
 margin-bottom:10px;
 color:#0397d6;
 text-align:left;
 float:none;
}
br {
	clear: left;
}
.submit_it{
width:44px;
margin-left:76px;
}
.submit_it2{
width:51px;
margin-left:156px;
}
.submit_it3{
width:51px;
margin-left:154px;
border:1px solid #0397d6;
}

.width200px{
 width:200px;
 color:#0397d6;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
}
#terms{
display:none;
background-color:#f9f9f9;
}
#terms p{
 padding:8px;
}

.formbox{
 background-color:#f5f5f5;
 border:1px solid #969696;
 float:left;
 padding:22px 0;
}