@charset "utf-8";
/* Form CSS */
div#form_container {
	font-size:11px;
	margin:0pt auto;
	padding:10px;
	width:100%;
}
ol.forms {
	float:left;
	list-style:none;
	width:100%;
}
ol.forms li {
	clear:left;
	float:left;
	line-height:1.5em;
	margin-bottom:0.5em;
	width:100%;
}
ol.forms label{
	cursor:pointer;
	display:block;
	float:left;
	line-height:1.5em;
	padding-right:1%;
	text-align:right;
	width:25%;
}
ol.forms input {
	width:60%;
}
ol.forms textarea {
	height:10em;
	width:60%;
	margin:0;
	padding:0;
}
ol.forms .error {
	display:block;
	margin:0.25em 0pt 0pt 25%;
}
ol.forms li.buttons {
	padding-left:25%;
	width:60%;
}
ol.forms input, ol.forms textarea, ol.forms button {
	font-size:1em;
	padding-left:0.25em;
	}
.alert, .error{
color:#FF0000;
font-size:10px;
padding:5px 0;
}