@charset "utf-8";
/* CSS Document */

form.dark
{
	margin: 1em;
	padding: 1em;
	background-color: tranzparent;
	color: #fff;
}

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

form.dark fieldset
{
	border: none;
	border-top: 1px solid #fc0;
}

form.dark legend
{
	color: #fc0;
	margin-left: .5em;
	padding: 0 .3em;
	font-size: 1.5em;
}

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

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

form.dark ol li
{
	margin: .2em 0;
}

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

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

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

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

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

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

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

form.dark input[type=text],
form.dark input[type=password],
form.dark textarea,
form.dark select
{
	background-color: #676767;
	border: 1px dotted #fff;
}

form.dark input[type=text]:focus,
form.dark input[type=password]:focus,
form.dark textarea:focus,
form.dark select:focus
{
	background-color: #eee;
	border: 1px dotted #fc0;
}

form.dark input[type=button],
form.dark input[type=submit],
form.dark input[type=reset],
form.dark button
{
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border: 1px solid #000;
	background-color: #fc0;
	padding: .3em 1em;
}

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