
.form-container {
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
	border-radius: .4em;
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 0px auto;
    padding: 10px 10px 10px 10px;
    border: 1px solid #CCCCCC;
    background: #FFFFFF url(../images/form-background-small.jpg) no-repeat;
    color: #444444;
	width: 195px;
}

.form-headline
{
	font-family: Arial, sans-serif;
	margin: 0em em 0.7em 0em;
	color: #333333;
	font-size: 15px;
	text-align: center;
	font-weight: bold;

}

form.clean
{
	font-family: Arial, sans-serif;
	margin: 0.5em;
	padding: 0em;
	background-color: transparent;
	border: transparent;
}

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

form.clean p
{
	margin: .5em 0;
}

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: #ffe;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	padding: 0em;
	height: 20px;
}

form.clean input:focus,
form.clean textarea:focus,
form.clean select:focus
{
	background-color: #eeeeee;
}

form.clean fieldset
{
	-webkit-border-radius: .6em;
	-moz-border-radius: .6em;
	border-radius: .6em;
	border: none;
	margin: 0em 0;
	padding: 0em 0em 0em .5em;
}

form.clean fieldset legend
{
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin-left: 0em;
}

form.clean ol
{
	list-style: none;
}

form.clean ol li
{
	margin: .5em 0;
}

form.clean ol li label
{
	display: block;
}

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

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

form.clean ol.table li label[for]
{
	display: table-cell;
	text-align: right;
	padding: .5em;
}

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: .4em;
	-moz-border-radius: .4em;
	border-radius: .4em;
	background-color: #999999;
	border: 1px solid #333333;
	color: #ffffff;
	font-size: .70em;
	padding: .1em .3em 0em .3em;
	margin: 0 .3em;
}

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