.quiz_error {
	color: red; 
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	padding: 5px;	
	margin-bottom: 10px;
	border: 1px solid red;
	background-color: #FFFFFF;
}

p.quiz_bold {
	font-weight: bold !important;
}
.quiz_link a:link, .quiz_link a:visited, .quiz_link a:active {
	color: #265278 !important;
	text-decoration: underline !important;
	font-weight: normal !important;
}
.quiz_link a:hover {
	color: #FFA000 !important;
	text-decoration: underline !important;
	font-weight: normal !important;
}

/*form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}*/

.quiz input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #265278;
	margin: 0px;
	padding: 0px;
}
.quiz select {
	padding: 1px;
	background-color: #FFFFFF;
}
.quiz textarea {
	text-align: justify;
	padding: 3px;
	width: 495px;
	height: 120px;
	overflow: auto;
	color: #265278;
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	margin-bottom: 10px;
}
input.quiz_in_text {
	padding: 3px;
	margin-bottom: 7px;
	width: 250px;
	color: #265278;
	background-color: #FFFFFF;
	border: 1px solid #355D7F;
}
input.quiz_in_text2 {
	padding: 3px;
	margin-bottom: 7px;
	margin-left: 13px;
	width: 15px;
	color: #265278;
	background-color: #FFFFFF;
	border: 1px solid #355D7F;
}
input.quiz_in_text3 {
	font-size: 12px;
	padding: 3px;
	margin-bottom: 7px;
	width: 30px;
	color: #265278;
	background-color: #FFFFFF;
	font-weight: bold;
	border: 0px;
	text-align: right;	
}
input.quiz_button {
	width: 60px;
	height: 25px;
	margin: 10px 10px 10px 0px;
	font-weight: bold;
	cursor: pointer;
	color: #265278;
	border: 0px;
	background: url(img/form_btn.jpg) no-repeat left top;	
	background-attachment: expression('fixed');
}
input.quiz_button2 {
	width: 100px;
	height: 25px;
	margin: 10px 10px 10px 0px;
	font-weight: bold;
	cursor: pointer;
	color: #265278;
	border: 0px;
	background: url(img/form_btn2.jpg) no-repeat left top;	
	background-attachment: expression('fixed');
}
.quiz_input_label {
	padding: 0px 10px 7px 0px;
}
.quiz_input_label2 {
	padding-bottom: 5px;
}
.quiz_input_label2_error {
	padding-bottom: 5px;
	color: red;
}