/* REGISTRATION FORM */
.form {
	width: 515px;
	font-size: 11px;
	vertical-align: top;
	margin-left: 10px;
	margin-top: 10px;
	padding-bottom: 10px;	
}

#form {
	width: 515x;
	font-size: 11px;
	padding-left: 8px;
	padding-right: 8px;
	color: #000000;
}

.boxstyle {
	color: #333333;
	width: 250px;
	margin-bottom: 8px;
	margin-right: 8px;
}

.boxstyle2 {
	color: #333333;
	width: 150px;
	margin-bottom: 8px;
	margin-right: 8px;
}

.textareastyle {
	color: #333333;
	height:40px;
	width: 200px;
	font-size:11px;
	margin-bottom: 8px;
}

.submit {
	color: #990000;
	padding-top: 5px;
	text-align: left;
}

.submit_button {
	color: #990000;
	margin: 3px 0px 0px 0px;
}

a {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: none;
}


#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:550px;
height:500px;
z-index: 9002;}

.terms {
	width: 550px;
	font-size: 12px;
	vertical-align: top;
}

#terms {
	width: 550px;
	font-size: 12px;
	color: #000000;
	margin: 5px;
}
