.contestForm{
	margin-top: 20px;
	padding-bottom: 10px;
}

.contestForm label{
	display:block;
	float:left;
	width: 210px;
	text-align:right;
	font-weight:bold;
	margin-right: 15px;
	margin-bottom: 10px;
}
.contestForm input, .contestForm select, .contestForm textarea{
	display:block;
	float:left;
	width:200px;
	margin-bottom: 10px;
}

.contestForm select{
	width: 204px;
}

.radio label{
	margin-left: 3px;
	font-weight:100;
}

.radio input, .radio label{
	width: auto;
	height: auto;
	float:left;
}

.contestForm p.finePrint{font-size:10px; color:#777777; text-align:center; margin-bottom:5px;}

.contestForm input.formButton{
	float:right;
	display:block;
	width: 150px;
	height:25px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #666666;
	border-top: 2px solid #CCCCCC;
	color: #3876a9;
	cursor: pointer;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding: 3px;
}

span.questions{
	font-weight:bold;
}


#submitButton{
	text-align:center;
	padding-right: 110px;
	margin-top: 50px;
}

#submitButton input.formButton{
	float:right;
	display:block;
	width: 150px;
	height:25px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #666666;
	border-top: 2px solid #CCCCCC;
	color: #3876a9;
	cursor: pointer;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding: 3px;
}

.globe{
	text-align:center;
	width:100px;
	height:30px;
	background:transparent url(images/globe.jpg) top center no-repeat;
	padding-top: 110px;
	float:left;
	margin-top:15px;
	padding-left: 50px;
}

