/* Form Styles */


div#container {

	padding: 10px;
	width: 480px;
}

h1 { 
	font-size: 1.5em; 
	margin-bottom: 0.167em;
}

p { margin-bottom: 1.5em; }

.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.5em;
	margin-bottom: 0.5em;
	width: 100%;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	padding-right: 2%;
	width: 10%;
	line-height: 30px;
	font-weight: bold;
	font-size: 12px;
}

ol.forms .input { 
	width: 39%;
	padding: 6px;
	font-size: 11px;
 }

ol.forms .textarea {
	height: 10em; 
	width: 64%; 
}

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 11%;
}

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

.send_ {
	color:#666666;
	font-size:11px;
	margin-left:14px;
	margin-top:8px;
	padding:2px;
	font-size: 11px;
}
