/* Forms */

table.form {
	margin-top: 40px;
	padding-bottom: 40px;
}

label {
	clear: both;
	color: #6A200D;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
}

fieldset {
	margin-top: 20px;
	padding: 20px;
}

legend {
	color: #6A200D;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
}

input[type=text], input[type=password] {
	clear: both;
	float: left;
	padding: 5px;
	width: 270px;
}

fieldset input[type=text], input[type=password] {
	width: 250px;
}

fieldset input.address {
	width: 560px;
}

input.city {

}

select {
	clear: both;
	float: left;
	margin-top: 5px;
}

fieldset select.state {
	margin-top: 5px;
	width: 75px;
}

fieldset input.zip {
	width: 75px;
}

fieldset.mortgage {
	padding: 10px;
	margin-bottom: 20px;
}

textarea {
	clear: both;
	float: left;
	font-family: tahoma,helvetica,sans-serif;
	font-size: 11px;
	height: 100px;
	padding: 10px;
	width: 605px;
}

div.captcha {
	clear: both;
	float: left;
}

input#captcha {
	width: 130px;
}

input[type=submit] {
	background-color: #6A200D;
	background-image: url(../images/bg_drama.jpg);
	background-position: center center;
	border: none;
	color: #FFFFFF;
	font-weight:bold;
	padding: 5px 15px 6px;
	text-decoration: none;
	width: 170px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
