/* Form Styles */



div#container {
	font-size: 1.2em;
	border: 0px solid #ddd;
	padding: 10px;
	padding-top: 30px;
	width: 480px;
	float: left;
}


.clearing { clear: both; }
.alert, .error { color: #FF0000; }

ol.forms {
	float: left;
	list-style: none;
	width: 100%;
}

ol.forms li {
	clear: left;
	float: left;
	line-height: 1.8em;
	margin-bottom: 0.5em;
	width: 100%;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align: left;
	width: 25%;
}

ol.forms .submit_reg {
	background-color:#000000;
	font-family: Georgia;
	font-size: 11px;
	letter-spacing: 1px;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	height:26px;
	width:80px;
	margin-top: 6px;
}

ol.forms input { 
	width: 50%; 
	padding: 3px;
	}
ol.forms textarea {
	height: 20em; 
	width: 64%; 
	padding: 3px;
}

ol.forms input, ol.forms textarea, ol.forms button { font: 1em Georgia, "Times New Roman", Times, serif; }

ol.forms .error { 
	display: block;
	margin: 0.25em 0 0 124px;
	font-size: 11px;
}

ol.forms li.buttons {
	padding-left: 25%;

}