input, textarea {
	padding:2px;
	background-color: #B98573;
	color: black;
	border:0px;
}

textarea {
	margin-top:20px;
}

/* forms content */

div.form_content {
	margin-top:150px;
	width:490px;
	margin-left:20px;
	margin-right:20px;
	font-family:"Verdana";
	font-size:11pt;
	text-align:left;
	color:white;	
}

div#dream_home {
	min-height:400px;
	background-image:url(http://www.home2va.com/templates/home2va/images/dream_bg_photo.jpg);
	background-repeat:no-repeat;
	background-position:100% 35px;
}

div#free_reports {
	background-image:url(http://www.home2va.com/templates/home2va/images/freereports_bg_photo.jpg);
	background-repeat:no-repeat;
	background-position:100% 110px;
}

/* heading text */

div.heading_text {
	text-align:left;
	margin-bottom:5px;
	color:white;
}

span.heading_emp {
	font-size:16pt;
	color:#6EA3A8;
}

span.parens{
	font-size:8pt;
	color:black;
}


/* text block section */

div.text_block {
	margin-top:20px;
	font-size:9pt;	
}

div.text_each {
	margin-bottom:10px;
}

span.text_block {
	font-size:11pt;
	font-weight:650;
}


/* address field section */

div.field_section {
	margin-top:20px;
	font-weight:750;
}

div.field_each {
	margin-bottom:10px;
}

input.field_input {
	margin-left:10px;
	margin-right:10px;
}

span.emphasis {
	color:#6EA3A8;
}

#now_subhead {
	margin-top:40px;
}


/* check box section */

div.checkbox_section {
	margin-bottom:20px;
}

div.checkbox_each {
	margin-bottom:10px;
}

input.checkbox_style {
	width:18px;
	height:18px;
	margin-right:10px;
}


/* radio button section */

div.radio_section {
	margin-top:20px;
}

div.radio_each {
	margin-bottom:10px;
}

input.radio_input {
	margin-right:10px;
}

div.privacy {
	color:black;
}

div.send_button {
	width:200px;
	height:150px;
	background-color:transparent;
}

input.send_button {
	background-color:transparent;
}



