body * {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #fff;
	background: #0c020c ;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	padding-bottom: 50px;
}

p {
	padding-bottom: 10px;
}

strong, a {
	font-weight: bold;
	color: #ffba15;
}
#wrapper {
	text-align: left;
	width: 700px;
	margin: 0px auto;
}

#form-wrapper {
	text-align: left;
	width: 600px;
	margin: 0px auto;
}
*html #form-wrapper { width: 670px;}
#copy {
	padding-left: 260px;
	padding-top: 125px;
	padding-bottom: 40px;
}
.gutter
{
	

}
textarea { width: 490px; height: 100px; margin-bottom: 20px;}
dd{
	margin-bottom: 5px;
}

p.question { padding-top: 20px; }
dt, p.question {
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 10px;
	color: #ffba15;
	font-weight: bold;
	
}
dl {
	float: left;
	width: 48%;
}

dl.secondary {
	float: right;
	display: inline;
}
.text { width: 250px;}
input , select {
	font-family:Georgia, "Times New Roman", Times, serif;
	
	border: 1px solid #443d44;
	background: #090909 ;
	padding: 9px;
	color: #c0c0c0;
}
input.checkbox {
	border: none;
	background: none;
}
input.submit { background: none; position: relative; left: -20px; top: 10px;}