/*======================================= Contact Form =======================================*/
#contact-form {
	width:400px;
	margin:20px 0 40px 100px;
}
#contact-form label {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
	display: block;
	clear: both;
	color:#993333;
	font-weight:bold;
	font-size:12px;
}
#contact-form p {
	padding: 0px;
	margin: 5px 0;
	clear: both;
}
#contact-form input {
	color: #000000;
	background:#FFFFFF;
	margin-bottom: 2px;
	padding: 0px;
	border:solid 1px #73565F;
}
#contact-form textarea {
	border:1px solid #73565F;
}
#contact-form input.submit {
	margin-left: 90px;
	background-color: #000000;
	color: #F5F3F4;
	font-weight:bold;
	font-size:13px;
	padding:2px;w
	border: 1px solid #9157A3;
	width:70px;
}
h5 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #990000;
	padding-left: 35px;
}
h1 {
	text-align: center;
	font: 16px Georgia, "Times New Roman", Times, serif;
}
.contact {
	text-align: center;
	font: 12px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #990000;
}
#contact {
	background: url(../for-sale/images/tile-forsale.jpg) repeat-y center top;
}
#contact p {
	padding-left: 35px;
}

