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

#survey-form {
	font-size: 1.2em;
}

#survey-form textarea {
	font-size: 1.0em;
}

.field label {
	font-size: 0.8em;
}

.field input {
	border-radius: 3px;
	padding: 4px 4px 5px 4px;
	font-size: 14px;
	line-height: 16px;
	border: 1px outset #333;
}

.field input:focus, .field select:focus, .field textarea:focus {
	outline: none;
	background: #F6F6F6;
	border: #999 solid 1px;
	border-top: #666 solid 1px;
	border-left: #666 solid 1px;
	border-radius: 3px;
}


.field span {
	line-height: 1.5em;
}

.field {
	margin: 25px 35px;
}

.required {
	color: #d00;
}

.field input.error, .field textarea.error {
	border: 2px inset #F00;
	border-radius: 3px;
}

#heard_about_error, #tour_like_error, #interested_error, #interested_in_error, #time_avail_error {
	color: #D00;
}

.survey_left_col {
	width: 300px;
	float: left;
}

.survey_right_col {
	width: 600px;
	float: left;
}

.survey_single_col {
	display: block;
	clear: both;
}

#submit_survey {
	border: #CCC solid 1px;
	background: #EEE;
	color: #666;
	padding: 13px 20px;
	border-radius: 3px;
	margin: 2px 10px 2px 0;
	font-size: 12px;
}

#submit_survey:hover {	
	background: #DDD;
	border-color: #999;
	color: #666;
}


.form-title {
	margin: 25px 50px;
	font-size: 1.6em;
	line-height: 2.0em;
}


/* EMAIL LOADER */

#email_loader {
	width: 250px;
	height: 150px;
	margin: 0px auto;
	padding: 100px;
	text-align: center;
}

#email_loader img {
	border: none;
}