﻿div.clean
{
	font-family: Arial, sans-serif;
	margin: 1em;
	padding: 1em;
	background-color: #fff;
	overflow: hidden;
}

div.clean *
{
	margin: 0;
	padding: 0;
}

div.clean p
{
	margin: .5em 0;
}

div.clean input[type=text],
div.clean input[type=password],
div.clean textarea,
div.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: 0.15em;
	width: 99%;
	height: 20px;
}

div.clean input:focus,
div.clean textarea:focus,
div.clean select:focus
{
	background-color: #ffe;
}

div.clean fieldset
{
	-webkit-border-radius: .6em;
	-moz-border-radius: .6em;
	border-radius: .6em;
	border: 1px solid #ddd;
	margin: 1em 0;
	padding: 0.5em 1em;
}

div.clean fieldset legend
{
	color: #17b;
	font-size: 1.2em;
	margin-left: 1em;
}

div.clean ol
{
	list-style: none;
}

div.clean ol li
{
	margin: .5em 0;
}

div.clean ol li label
{
	display: block;
}

div.clean ol.table
{
	list-style: none;
	display: table;
}

div.clean ol.table li
{
	display: table-row;
}

div.clean ol.table li label[for]
{
	display: table-cell;
	text-align: right;
	padding: .5em;
}

div.clean div.col2 label
{
	float: left;
	width: 50%;
}

div.clean div.col3 label
{
	float: left;
	width: 33%;
}

div.clean div.col4 label
{
	float: left;
	width: 25%;
}

div.clean fieldset:first-child
{
	margin-top: 0;
}

div.clean input[type=button],
div.clean input[type=reset],
div.clean input[type=submit],
div.clean button
{
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	border-radius: .4em;
	border: 1px solid #ddd;
	color: #FFF;
	font-size: 0.85em;
	padding: 5px 5px 3px;
	background: #333;
	margin: 0 2px 0 3px;
}

div.clean input[type=submit]:hover,
div.clean input[type=reset]:hover,
div.clean input[type=button]:hover,
div.clean button:hover
{
	background: #666;
}
.calbutton
{
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	border-radius: .4em;
	border: 1px solid #ddd;
	color: #FFF;
	font-size: 0.85em;
	padding: 5px 5px 2px;
	background: #333;
	margin: 0 0px 0 0px;
}
