/* Form Styles */
##contact_form {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin-left:54px;
}

#container {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 75.5%;
	background: transparent url(../images/bg_trans.png) repeat scroll 0 0;
	padding: 45px;
	width: 480px;
	color:#fff;
}

#container h1 { 
	font-size: 14px; 
	margin-bottom: 0.167em;
	visibility:visible;
	font-weight:normal;
}

p { margin-bottom: 5px; }

.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: 0.6em;
	margin-bottom: 0.4em;
	width: 100%;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align: right;
	width: 10%;
}

ol.forms input { width: 39%; }
ol.forms textarea {
	height: 10em; 
	width: 64%; 
}

ol.forms input, ol.forms textarea, ol.forms button, ol.forms select { font: 12px "lucida grande",tahoma,verdana,arial,sans-serif; }

ol.forms .error { 
	display: block;
	margin: 4px 0 1px 11%;
}

ol.forms li.buttons {
	padding-left: 11%;
	width: 89%;
}