@charset "utf-8";
/* CSS Document */

/*************
registration.html styles
*************/

body {
	background-color:#000;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper {
	color:#fcf3c5;
	width:1000px;
}
#img1 {
	float:left;
}
#img2 {
	float:right;
}
h1 {
	font-size:1.6em;
	font-weight:bold;
	color:#b8965c;
	padding-left:45px;
	top:-20px;
}
#intro {
	float:left;
	font-size:1.1em;
	width:311px;
	padding-left:45px;
}
.terms-label {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#form-table {
	font-size:1.1em;
	color:#b8965c;
	width:250px;
}
select {
	margin-top:3px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:120px;
}
input {
	height:18px;
	width:120px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
input#email {
	width:250px;
}
sup {
	display:block;
	margin-top:-5px;
	font-size:0.75em;
	color:#fcf3c5;
}
td {
	padding-top:8px;
}
select.dob {
	width:59px;
}
#question-wrapper {
	color:#b8965c;
	position:relative;
	left:120px;
	width:250px;
	float:left;
}
#terms {
	width:12px;
	position:relative;
	top:3px;
	margin-top:15px;
	margin-right:5px;
}
#terms-box {
	display:block;
}
input.radio {
	width:30px;
	position:relative;
	top:5px;
	margin-right:3px;
	margin-bottom:5px;
}
a {
	color:#fcf3c5;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#sub-btn {
	width:102px;
	height:22px;
	border: none;
	background: transparent url(enter_now.gif) 0 0 no-repeat;
    margin-top:50px;
	overflow: hidden;
	text-indent: -999px;
	/* this text sorts text indent in IE6 */
	font-size: 0px;
	display:block;
	line-height: 0px; 
}
