@charset "utf-8";
/* CSS Document */

/*********** BASIC ELEMENTS **********/
#src .left {
	margin-right:13px;
}
/*********** STRUCTURE **********/
#content {
	width:902px;
	height:700px;
	margin:0 auto;
	position:relative;
}
body#thanks #content {
	height:300px;
}
#signup_img {
	position:absolute;
	top:20px;
	left:263px;
}
#interest_img {
	position:absolute;
	top:292px;
	left:-5px;
}
#thanks_img {
	position:absolute;
	top:31px;
	left:244px;
}
#thanks_div {
	width:404px;
	position:absolute;
	top:151px;
	left:244px;
}
p, p a {
	font-size:12px;
	color:#fff;
}
p.required {
	font-size:10px;
	color:#fff;
	padding:5px 0 0 85px;
}
p a {
	text-decoration:underline;
}

/*********** FORMS **********/
#signupform {
	width:390px;
	height:555px;
	position:absolute;
	top:107px;
	left:246px;
}
label, input {
	font-size:14px;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
}
label {
	float:left;
	margin-top:6px;
}
input {
	width:266px;
	height:22px;
	background:url(../images/bg_input.jpg) no-repeat;
	float:right;
	border:0;
	margin:0;
	padding:6px 10px 0 10px;
}
label.zip {
	width:58px;
	text-align:center;
	float:left;
}
input:focus, input:hover, input.focused {
	background:url(../images/bg_input_a.jpg) no-repeat;
}
input.small {
	width:94px;
	background:url(../images/bg_input_small.jpg) no-repeat;
	float:left;
}
input.small:focus, input.small:hover {
	background:url(../images/bg_input_small_a.jpg) no-repeat;
}
input.smallfocused {
	width:94px;
	background:url(../images/bg_input_small_a.jpg) no-repeat;
	float:left;
}
div.row {
	clear:both;
	height:40px;
}
#checkboxes {
	clear:both;
	margin-top:45px;
}
#checkboxes p {
	width:150px;
	margin-left:30px;
}
#checkboxes label {
	margin-top:3px;
	margin-left:8px;
}
#checkboxes div {
	height:22px;
	clear:both;
	line-height:22px;
	margin-bottom:14px;
}
input.submit {
	width:168px;
	height:45px;
	padding:0;
	margin:0;
	border:0px;
	background:url(../images/sign_up.jpg) no-repeat;
	clear:both;
	float:none;
	cursor:pointer;
}
#at_least {
	width:0px !important;
	height:0px !important;
	float:none;
	padding:0;
	margin:0;
	position:absolute;
	top:125px;
	left:-34px;
}

