p.form-header{
	font-weight:bold;
	padding-left:155px;
	font-size:1.1em;
	color:#FFF;
}
label {
	display:block;
	margin-bottom : .5em; 
}
label span {
	float:left;
	width:100px;
	text-align:right;
	font-weight:normal;
	padding-right:5px;
	color:#FFF;
}
label span.error, p.error{
	color:#FF0000;
}
input,input.blurred, select, select.blurred, textarea, textarea.blurred{
	width:200px;
	border:1px solid #000;
	background-color:#3E3E3E;
	color:#FFF;
	font-weight:bold;
}
textarea, textarea.focused, textarea.blurred{
	height:100px;
	width:300px;
}
input.radio{
	width:15px;
}
input.button{
	width:100px;
	border:1px dotted #FFE812;
}
input.focused, select.focused, textarea.focused{
	background-color:#655D16;
}