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

body {
	color:#999999;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:90%;
	background-color: #000000;
	background-image: url(images/formbg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.chkRad {
	float: left;
	margin-bottom: 8px;
	margin-left: 30px;
}

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:120%;
}
p {
font-size:85%;
margin:0 0 5px 25px;
max-width: 650px;
}
form {
width: 600px;
margin:15px auto 10px 20px;
}
label {
display:block;
font-weight:bold;
}
textarea {
width:400px;
height:150px;
}
.textInput {
width:250px;
}
.chkRad label {
display:inline;
}
.clearIt {
clear:both;
}
select {
margin:5px 0 8px 30px;
}
.warning {
font-weight:bold;
color:#FF0000;
}
