
body{
	background-color:black;
}

form {
 margin: 0px auto;
 border: 1px solid #666;
 padding: 10px;
 width:900px;
 font-size:13px;
 font-family: Verdana,Geneva,Arial,helvetica,sans-serif;
 color:white;
 background-color:#333;
 height: 900px;
}

#form-top {
	height:120px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-color: black;
	background-position: center 10px;
}

h1{font-weight:bold;
	font-size:14px;
	color:yellow;
}

p{
	margin:10px 0px;
	background-color: #3B3B3B;	}

.top{font-size:13px;
font-weight:bold;
}

.highlight{
	color:yellow;
	font-size:11px;
}

.submitstyle{
	background-color:yellow;
	font-size:16px;
}

input {
	background-color:#F7F7F7;
	font-size:13px;
	width:400px;
	border:none;
	margin: 0px 100px 0px 0px;
	

}

#form-footer {
	height: 40px;
	background-color:#999;
	font-size:11px;
	text-align:center;
	padding: 10px 10px;
	margin-top:30px;

}

#captchastyle{margin-left:0px;}
