﻿

form.clean *
{
	margin: 0;
	padding: 0;
}

form.clean p
{
	margin: .5em 0;
}
form.clean input[type=checkbox]
{
		margin-bottom:5px;padding: .1em;
	
}
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: .2em;
	background-color: #ccc;
	border: 1px solid #fff;
	color: #666;
	font-size: 1em;
	padding: .1em;
	width: 170px; 
	margin-bottom:3px;
}

form.clean fieldset
{
	-webkit-border-radius: .6em;
	-moz-border-radius: .6em;
	border-radius: .6em;
	border: 1px solid #000;
	
	padding: .5em .5em;color: #000;

}
form.clean fieldset ol li
{	
list-style: none; 
color: #000;
}


form.clean ol
{
	list-style: none; 

}

form.clean ol li
{
	margin: .5em 0;
}

form.clean ol li label
{
	display: block;color: #fff; vertical-align:top;
}



form.clean div.col2 label
{
	float: left;
	width: 50%;
}

form.clean div.col3 label
{
	float: left;
	width: 33%;
}

form.clean div.col4 label
{
	float: left;
	width: 25%;
}

form.clean fieldset:first-child
{
	margin-top: 0;
}

form.clean input[type=button],
form.clean input[type=reset],
form.clean input[type=submit],
form.clean button
{
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	background-color: #99cc00;
	border: 1px solid #ddd;
	color: #FFF;
	float:right;
	padding: .4em .4em;
	margin: 0 ;
	font-weight:bold;
	width:100px;
}
/*label				{ width: 170px;  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: #669933;
}


