/* CSS Document */
#form {
	background: url(/images/formheader.gif) no-repeat;	
	width:550px;
	padding:0px 25px 25px 25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	border: 1px solid #fff; 
}
#section {
	display:block;
	font-size:14px;
	color:#2a209d;
	padding-top:0px 0px 10px 0px;

}
#formrow {
	display:block;
	width:500px;
	font-size: 10px;
	color:#000;

}
#formh1 {
	float:left;
	display:inline;
	text-align:right;
	width:200px;
	height:10px;
	font-size: 10px;
	color:#000;
	padding:5px 15px 0 0;
	/*border:1px solid #000;*/
}
#form span {
	padding:0px 12px 3px 2px;
	font-size: 10px;
	height:10px;
}
.radio {
	padding:5px 0px 0px 0px;
}
#spacer {
	width:500px;
	height:5px;
	float:left;
}
.tab_header {
	font-size:10px;
	padding:4px 0px 0px 0px; 
	margin:0px;
}

.thankYou {
	display:block; font-size:12px;
	width:550px; height:40px; color:#000;
	padding-top:20px 0px 10px 0px;
	text-align:center;
}
.thankYouLogo {
	display:block;
	width:550px; height:100px;
	background:url(/images/thankYou.jpg) no-repeat center center;;
}
