/* Form Styles */
h1 { 
	font-size: 1.5em; 
	margin-bottom: 0.167em;
color:green;
}

p { margin-bottom: 1.5em;
    color:#d40000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold; }

.clearing { clear: both; }
.alert, .error { color:white; font-size:14px; }

ol.forms {
	float: left;
	list-style: none;
	width: 200px;
	margin:0px;
	padding:0px;
	position:absolute;
}

ol.forms li {

	float:left;
	padding-top:2px;
	width: 335px;
	margin:0px;
	width/**/:/**/13.9em;
	
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-right: 1%;
	text-align:left;
	width: 31%;
	color:#000000;
	padding-top:1%;
}

ol.forms input, ol.forms textarea, ol.forms button { font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px; }

ol.forms .error { 
	width:6px;
	width/**/:/**/0.28em;
    float:right;
	
	}

ol.forms li.buttons {
	padding-left: 10%;
	padding-leftwidth/**/:/**/10%;
	width: 20%;
	padding-top:3%;
	position:static;
}


