@charset "UTF-8";
/* CSS Document */

#header {
	height: 182px;
	background: url(../images/registration/registration_header.gif) no-repeat 0 0;
}
#formContainer {
	float: left;
	width: 380px;
	height: auto;
}
form {
	position: static;
	width: 380px;
	height: auto;
}
.row {
	position: static;
	float: left;
	height: 40px;
	margin: 5px 0 0 0;
	width: 100%;
}
.row.withHeader {
	height: 60px;
	margin-top: 15px;
}
.row.withPadding {
	margin-top: 15px;
}
#emailRow {
	height: 75px;
}
#howFoundRow {
	margin-top: 10px;
}
.row h1 {
	padding-bottom: 3px;
}
.row.first {
	margin-top: 0;
}
.row div {
	 position: static;
	 float: left;
 }
#firstNameContainer,
#lastNameContainer,
#phoneContainer,
#emailContainer,
#cityContainer  {
	width: 45%;
}
#firstName,
#first_name,
#lastName,
#last_name,
#phone,
#email,
#city,
#state {
	width: 100%;
}

#stateContainer {
	width: 10%;
}
#addressContainer {
	width: 100%;
}
#address, #street {
	width: 350px
}
#firstNameContainer {
	margin-right: 10px;
}
#stateContainer {
	margin-right: 10px;
}
#zipCodeContainer {
	width: 160px;
}
#zipCodeContainer input {
	width: 50%;
}
#questions,
#description {
	width: 350px;
	height: 150px;
	margin-top:2px;
	line-height: 12px;
}
#questionsRow {
	height: 280px;
}
#submitProxy {
	margin: 13px 0 0 20px;
	height: 30px;
	padding-left: 40px;
	width: 62px;
	background: url(../images/registration/submitGraphic.png) no-repeat 0 0;
	line-height: 30px;
	cursor: pointer;
}
select {
	margin-top: 3px;
	color: #685744;
}
#errorContainer {
	width: 90%;
	padding: 10px 0 0 0;
	margin: 10px auto;
	border-top: 1px dotted #685744;
	display: none;
}
#errorContainer h1 {
	color: #eac316;
	font-size: 1.1em;
}
#errorContainer label.error {
	float: left;
	clear: both;
	display: block;
	padding: 4px 0 4px 0;
	font-size: 12px;
	width: 100%;
}
#errorContainer label.valid {
	display: block;
}
form input.error {
	background-color: #f4e18a;
}
#register.thanks .copyContainer h1 {
	margin: 0px 0px 10px 0;
}
#register.thanks #mainLeft img {
	margin: 10px 0 0 30px;
}
#register #mainRight .copyContainer a {
	color: #eac316;
}