form fieldset {
	border: 1px solid #ccc;
	margin-bottom: 10px;
/*	padding-top: 20px;*/
}

form legend {
	font-size: 10px;
	padding: 0 15px 0 15px;
	color: #990;
}

form ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

form li p {
	margin: 0;
	float: right;
	color: #666;
	width: 55%
}

#left_column form fieldset{
	border: 0px;
}


#left_column form li{
	padding: 5px 5px 5px 0px;
}


form li {
	padding: 10px;
	/*border-bottom: 1px dotted #ccc;*/
	clear: both;
}

form li label {
	display: block;
	float: left;
	margin-right: 20px;
	width: 160px;
	text-align: right;
	font-size: 10px;
}

form .footer {
	text-align: center;
}

form li h3 {
	color: red;
	margin: 0;
	padding: 0;
	font-size: 10px;
	margin-left: 180px;
}

form label em {
	color: red;
}


form fieldset fieldset 
{
	border: none;
	padding-top: 0;
	background-color: #e6e6e6;
}

form fieldset fieldset legend 
{
	margin-top: 25px !important;
	margin-top: 0;
}

form fieldset fieldset label 
{
	float: none;
	width: auto;
	text-align: left;
}

form fieldset fieldset label 
{
	margin-left: 163px; /* Width plus 3 (html space) */
}

form li.wide input
{
	width: 98%;
}

form li.wide textarea
{
	width: 98%;
}

form li.wide label
{
	float: none;
	text-align: left;
	width: auto;
}

form input,
form textarea,
form select
{
	font-family: tahoma, verdana, sans-serif;
	font-size: 10px;
}

/* Fuck those browsers not supporting this! (thanks firefox) */
form input[type=text],
form input[type=password],
form input[type=file],
form textarea
{
	border: 1px solid #666;
	background: white;
}

form input[type=submit],
form input[type=reset],
form input[type=button]
{
	background-color: #2C7981;
	color: white;
	border: 1px solid #666;
}
