form.clean
{


	padding: 1.5em;
		background-color: #e4ecf6;
	border: 1px solid #eee;
	color:#000;
}

form.clean *
{
	margin: 0;
	padding: 0;
}

form.clean p
{

}

form.clean input[type=text],
form.clean input[type=password],
form.clean textarea,
form.clean select
{
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	border-radius: .4em;
	background-color: #fafafa;
	border: 1px solid #ddd;
	color: #666;
	font-size: 1em;
	padding: .4em;
	width: 250px; 
}





form.clean ol
{
	list-style: none; 

}

form.clean ol li
{
	margin: .5em 0;
	list-style: none; 
}

form.clean ol li label
{
	display: block;color: #000; vertical-align:top;
}

form.clean input[type=button],
form.clean input[type=reset],
form.clean input[type=submit],
form.clean button
{
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	border-radius: .4em;
	background-color: #fafafa;
	border: 1px solid #ddd;
	color: #666;

	padding: .15em .4em;
	margin: 0 .3em;
}
label				{ width: 150px;  float: left; }


form.clean select				{ width: 150px;   color:#000; }
form.clean input[type=submit]:hover,
form.clean input[type=reset]:hover,
form.clean input[type=button]:hover,
form.clean button:hover
{
	background-color: #ffd;
}

