body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	
	margin: 1em auto;
	width: 800px;
	
}

div.survey_page_title {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	color: #333333;

	font-weight: bold;

	text-align: center;

}

div.survey_code {
	
	height:400px;
	
	background-image: url(/images/survey_code2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	
}

div.survey_code div.code_entry {
	
	height:150px;
	padding-top:250px;
	text-align: center;
	
}

errortitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}


div.survey_code_desc{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

	background-color: #DFDFDF;

	padding-top: 7px;

	padding-right: 7px;

	padding-bottom: 7px;

	padding-left: 7px;

	border: #666666;

	border-style: dotted;

	border-top-width: 1px;

	border-right-width: 1px;

	border-bottom-width: 1px;

	border-left-width: 1px;

	font-weight: bold;

	width: 450px;

}

div.survey_entry{

	padding-top:155px;
		
	height:925px;
	
	background-image: url(/images/survey_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}



div.survey_code_box{

	

}


div.survey_number{

	padding-top: 5px;

	padding-right: 3px;

	padding-bottom: 7px;

	padding-left: 0px;

}


div.survey_question{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #333333;

	font-weight: bold;

	padding-top: 5px;

	padding-right: 0px;

	padding-bottom: 7px;

	padding-left: 0px;
	
	background-image: url("../images/question.jpg");
	background-repeat: no-repeat;

}


div.survey_element{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #333333;

}


