/* Form Styles */



div#container {
	background: #4d4d4d;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 350px;
	font-family: verdana;
	/*font-size: 62.5%;*/
}

#container h1.sav { 
	font-size: 1.1em; 
	margin-bottom: 0.167em;
	color:#fff;
}

p.sav{ margin-bottom: 1.5em; color:#fff; }

.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;
	line-height: 1.5em;
	padding-right: 1%;
	text-align: right;
	width: 25%;
	color:#fff;
}

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

ol.forms input, ol.forms textarea, ol.forms button { font: 1em verdana; }

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

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