label{
float: left;
width: 250px;
font-weight: bold;
margin:5px 20px 10px 0px;
font-size:13px;
color:#333;
font-family:Georgia, serif;
}


label.checkbox {
	display:block;
	clear:both;
	width:140px;
	height:auto;
	margin:5px 15px 8px 15px;
	border-bottom:1px #aaa dotted;
}

div.input_container {

	height:25px;
	margin:0px;

}

input, textarea{
width: 180px;
margin:5px 0px 8px 0px;
padding-left:3px;
font-size:12px;	
border:1px #555 inset;
height:20px;
}

input[type=checkbox],input[type=radio] {
	width:15px;
	height:15px;
	margin:5px 0px 3px 0px;
	clear:both;
}

input:focus, textarea:focus, input[type=file]:focus {
	background:#f6f0df;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: auto;
margin-top:12px;
float:left;
border:none !important;
} 

span.radio {
	display:block;
	float:left;
	margin:12px 24px 0px 4px;
	font-size:12px;
}

#submitbutton, input[type=submit]{
margin: 10px 0px 50px 175px;
width: 200px;
background:#1D9384;
border:1px #000 ridge !important;
color:#FFF;
outline:none;
text-align:center;
font-weight:bold;
font-style:italic;
font-family:Georgia, serif;
}

input[type=submit]:hover {
	background:#eee;
	color:#000;
}

div.minefield {
	padding:5px 15px 15px 15px;
	background:#f6f0df;
	border:1px #aaa dotted;
	margin:10px 0px 10px 0px;
	width:420px;
}

div.minefield strong {
	color:#333;
	font-family:Georgia, serif;
}


br{
clear: left;
}