#privacyNote {
	font-size: 9px;
	color: black;
	font-weight: normal;
	line-height: 1.3;
}
#privacyNote a {
	color: black;
}
#privacyNote .required {
	line-height: 1.5;
	font-size: 10px;
}
/*Attempt to hack IE to properly display float... This comment hides the code from IE5/MAC\*/
* html #step2 {height: 1%;}
/*End hiding from IE5/MAC*/

#form_wrapper {
	color: white;
	background-color: #ce9933;
	padding: 0;
	font-weight: bold;
	width: auto;
	font-size: 15px;
}
#get_guide {
	margin-top: 12px;
	margin-bottom: 12px;
}
#howsoon {
	margin-top:4px;
	padding: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 99;
}
#intro {
	margin-bottom: 14px;
	margin-left: 0px;
	margin-top: 20px;
	padding: 0;
}
#now, #later {
	width: 15px;
	height: 15px;
	border: none;
	background-color: transparent;
}
#step0 {
	float: left; /*Force IE to render text after background image*/
	padding-top: 0px;
	padding-left: 69px;
	margin-top: 10px;
	display: block;
}
#step1 {
	float: left; /*Force IE to render text after background image*/
	background-image: url('../images/step1.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 20px;
	padding-left: 69px;
	margin-top: 10px;
	display: block;
}
#step1form {
	margin-top: 21px;
	padding-left: 79px;
}
#step2 {
	clear: left; /*Force this box below our float hack above */
	background-image: url('../images/step2.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 107px;
	padding-top: 26px;
}
#step2form {
	padding-left: 28px;
}
#step3 {
	background-image: url('../images/step3.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 107px;
	padding-top: 17px;

}
#step3form {
	padding-left: 37px;
}
.howsoon_line {
	margin-top: 0;
	margin-bottom: 0;
}

.questionheader {
	margin-top: 21px;
	margin-bottom: 6px;
	width: 394px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #6c6730;
	font-size: 13px;
}
.required {
	color: #bd0100;
}
.toplabel {
	font-size: 9px;
	font-weight: normal;
	float: left;
	clear: right;
}
input.leftlabel, select.leftlabel {
	margin-left: 84px;
	font-weight: normal;
	display: block;
	margin-bottom: 18px;
	margin-top: 2px;

}
label.leftlabel {
	float: left;
	clear: left;
	width: 84px;
}
label.rightlabel {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 4px;
}
label {
	font-size: 12px;
	color: black;
	vertical-align: middle;
	padding: 0px;
	margin-left: 0px;
}
select {
	width: 303px;
//	border: 1px solid #6c6730;
//	background-color: white;
	color: black;
}
p {
	margin-top: 2px;
	margin-bottom: 2px;
}
