/* Forms */

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

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

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

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

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

fieldset input[type=text] {
	width: 205px;
}

fieldset input.address {
	width: 490px;
}

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: 505px;
}

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

input#captcha {
	width: 130px;
}

input[type=submit] {
	background-color: #95502C;
	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;
}

input[type=submit]  {
	background-image: -moz-linear-gradient(top, #95502c, #161719); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #95502c),color-stop(1, #161719)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#95502c', endColorstr='#161719'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#95502c', endColorstr='#161719')"; /* IE8 */
}
