form.clean_log
{
	font-family: Arial, sans-serif;
	margin: 0em;
	padding: 0px;
	border: 1px none #eee;
	width: 240px;
}

form.clean_log *
{
	margin: 0;
	padding: 0;
}

form.clean_log p
{
	margin: -8px 1.4em 0.5em 0;
}

form.clean_log input[type=text],
form.clean_log input[type=password],
form.clean_log textarea,
form.clean_log select
{
	-webkit-border-radius: .4em;
	-moz-border-radius: 0.4em;
	border-radius: .4em;
	background-color: #fafafa;
	border: 1px solid #ddd;
	color: #666;
	font-size: 0.7em;
	padding: 0.1em;
	width: 55%;
}
div #header #login .clean_log ol li fieldset ol li {
	margin-top: 3px;
}

form.clean_log input:focus,
form.clean_log textarea:focus,
form.clean_log select:focus
{
	background-color: #ffe;
}

form.clean_log fieldset
{
	-webkit-border-radius: .6em;
	-moz-border-radius: .6em;
	border-radius: .6em;
	border: 1px solid #ddd;
	margin: 0em 0;
	padding: 0em 1em;
}

form.clean_log fieldset legend
{
	color: #17b;
	font-size: 0.7em;
	margin-left: .2em;
	text-transform: uppercase;
	padding-right: 2px;
	padding-left: 2px;
}

form.clean_log ol
{
	list-style: none;
	margin-top: 0px;
}

form.clean_log ol li
{
	margin: .1em 0 0.5em;
}

form.clean_log ol li label
{
	display: table-cell;
	font-size: 0.75em;
	width: 35%;
	text-align: right;
	float: left;
	margin-right: 10px;
}

form.clean_log ol.table
{
	list-style: none;
	display: table;
}

form.clean_log ol.table li
{
	display: table-row;
}

form.clean_log ol.table li label[for]
{
	display: table-cell;
	text-align: right;
	padding: 0.5em;
	font-size: .75em;
}

form.clean_log div.col2 label
{
	float: left;
	width: 50%;
}

form.clean_log div.col3 label
{
	float: left;
	width: 33%;
}

form.clean_log div.col4 label
{
	float: left;
	width: 25%;
}

form.clean_log fieldset:first-child
{
	margin-top: 0;
}

form.clean_log input[type=button],
form.clean_log input[type=reset],
form.clean_log input[type=submit],
form.clean_log button
{
	-webkit-border-radius: .4em;
	-moz-border-radius: 0.4em;
	border-radius: .4em;
	background-color: #fafafa;
	border: 1px solid #ddd;
	color: #666;
	font-size: 0.55em;
	padding: 0.1em 0.4em;
	margin: -30px 0.3em 0;
}

form.clean_log input[type=submit]:hover,
form.clean_log input[type=reset]:hover,
form.clean_log input[type=button]:hover,
form.clean_log button:hover
{
	background-color: #ffd;
}
