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

.essay_form{
}
a {
	color: white;	
}
form a {
	color: #000;	
}
.essay_form ol{
	margin: 0px;
	padding: 0px;
	list-style: none;	
}
.essay_form ol li {
	clear: both;
	margin: 10px;
	
}
li.required label{
	font-weight: bold;	
}
.essay_form ol li label{
	display: block;
	float: left;
	text-align: right;
	width: 150px;
	margin-right: 10px;
}

.essay_form ol li input{
	
}
.t_fieldset{

	border-color: #06C;
	margin: 5px;	
	padding-right: 10px;
	background:  transparent url(/template/images/form_bg.jpg) repeat-x scroll top;
	color: black;
	_background-position: 0px 10px;
	*background-position: 0px 15px;
}
.t_fieldset h4{
	margin-left: 10px;
	
	font: normal normal bold 14px Arial, Helvetica, sans-serif;
}
.t_fieldset legend{
	color: #036;
	background-color: #D7ECF5;
	border: 1px solid #80B9F3;
	padding: 4px;

	font: normal normal bold 16px Arial, Helvetica, sans-serif;
}
.confirm_box{
	color: black;
	width: 400px;
	background: #7AB5F3 url(/template/images/form_bg.jpg) repeat-x scroll top;
}
.confirm_box .dynamic {
	width: 200px;
		
}
.controls {
	border: none;
	
}
.controls input {
	width: 100px;
	height: 25px;
}
.controls .t_submit_button{
	float: right;
	margin-top: 10px;
	
	margin-right: 12px;
}
.error_detail{
	font: normal normal bold 12px Arial, Helvetica, sans-serif;
	color: red;
	display: block;
	margin-left: 160px;
}
.essay_form li span {
	margin-left: 150px;
	_margin-left: 162px;
	*margin-left: 162px;
	display: block;
	clear: both;
}
.essay_form li span.label {
	margin: 0;	
	font-size: 9pt;
}
.essay_form li label.error{
	width: auto;
	margin: 10px;
	margin-bottom: 5px;
	padding: 5px;
	margin-left: 160px;
	_margin-left: 81px;
	background-color: #DF8686;	
	border: 1px solid #993300;
	text-align: left;
}
.essay_form li div label.error{
	width: auto;
	margin: 10px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #DF8686;	
	border: 1px solid #993300;
	text-align: left;
}
.essay_form li p {
	width: 430px;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	background-color: white;
	border: 1px solid #1B79CF;
	border-bottom: none;
}
	.essay_form li p label.error {
		float: none;
		width: auto;
		margin: 0;
		padding: 0;
		background-color: #DF8686;	
		border: none;
		text-align: left;
	}
span.error{
	font: normal normal bold 12px Arial, Helvetica, sans-serif;
	color: red;
}
.edit_link{
	font: normal small-caps normal 10px Arial, Helvetica, sans-serif;	
}
.dynamic{
	width: 250px;	
}
.dynamic_disabled{
	border: none;
	background: none;
}
.essay_label{
	
	border: 1px solid red;
	width: auto;
	height: auto;
	margin: 0;
}
textarea.essay {
	width: 370px;
	height: 200px;
	_height: 200px;
	border: 1px solid #1B79CF;
	background-color: #F3FAFC;
}
div.value{
}
p.essay_review {
	text-indent: 0px;
	width: 350px;
	background-color: #D8ECF5;
	padding: 5px;
	border: 1px solid #1B79CF;
	overflow: scroll;
	height: 200px;

}
.rules_box ol{
	list-style: decimal;
	margin-left: 10px;
		
}
.rules_box ul{
	list-style: disc;
	list-style-position: inside;
}
.essay_form .rules_box li p {
	width: auto;
	margin: auto;
	padding: auto;
	background: none;
	border: none;
}
.confirm_box .essay_box{
	text-indent: 0px;
	
}
.confirm_box .value {
	text-indent: 0px;	
}
