/**************************************** CSS forms *****************************************/

input, textarea { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

label { display: inline-block; float: left; height: 25px; font-weight: bold; line-height: 26px; width: 250px; font-size: 14px; color: #301401; }
input { width: 250px; padding: 4px; color: #fff; background: transparent; border: 2px dashed #88062B; margin: 4px 0px 0 0; }
select { float: left; width: 70px; margin: 0 10px 0 0; padding: 4px; color: #666; background: #f5f5f5; border: 1px solid #ccc } 
textarea { width: 100%; margin: 0; padding: 4px; color: #fff; background: transparent; border: 2px dashed #88062B; margin: 4px 0; }  
input:focus, textarea:focus { border: 2px dashed #fff; background-color: #886640; color:#fff; }
li.buttons input { width: 85px; cursor: pointer; border: 1px solid #88062B; background:#88062B; color:#fff; }

input[type="submit"][disabled] { background:#888; }

legend { padding:0px 0px 5px; font-weight:bold; font-size:1.4em; color:#024f9a; margin-bottom:0 !important; margin-bottom:20px; display: none; }

span.error{ font-size: 12px; color: #ff0000; display:inline-block; margin:0; } /* Select the colour of the * if the field is required. */

.errorText { display: block; height: 22px; background: #FBE3E4 url('../images/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.successText {
	border-top:3px dotted #301401;
	color:#301401;
	font-size:16px;
	font-weight:bold;
}

.loader { padding: 0 10px; }

/*#success_page h1 { background: url('../images/success.gif') left no-repeat; padding-left:22px; }*/

acronym { border-bottom:1px dotted #ccc; }

ol li {
	float: left;
	width: 50%;
	margin-right:0px;
}

ol {
	float:left;
	margin-bottom: 20px;
}

ol li.buttons {
	clear: left;
}

ol li.add-info input, ol li.comments textarea {	
	height: 80px;
	width: 530px;
}