/* @override http://postharderwijk.nl/forms/forms.css */

body {
	background: #000000;
			color: #ccc;
			
			font-family: Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif;
}

label{
float: left;
width: 160px;
font-weight: bold;
font-size: 13px;
}

.componentheading {
	color: #AE9C85;
}
.threepxfix {
	margin-left: 163px;
}

input[text], textarea{
width: 190px;
margin-bottom: 5px;
}

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

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

#formbg {
	background-color: #151515;
}

.invalid { border-color: #B11818; }
label.invalid { color: #B11818; }