/* Form Styles */


div#container {
	font-size: 11px;
	margin: 0;
	padding: 10px;
	width: 480px;
	text-align:left;
}


p { margin-bottom: 1.5em; }

.clearing { clear: both; }
.alert, .error { color: #FF0000; font-size:11px; font-style:italic; }

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: 10%;
	font-size:11px; 
}

ol.forms input { width: 39%; }
ol.forms textarea {
	height: 20em; 
	width: 64%; 
}

ol.forms input, ol.forms textarea, ol.forms button { font-family:Arial; font-size:11px;}

ol.forms .error { 
	display: block;
	margin: 0.25em 0 0 11%;
}

ol.forms li.buttons {
	padding-left: 11%;
	width: 89%;
}
