/* ###CONTACT FORM STYLES### */


table#contact-table{
	color: #926838;
	width: 650px;
	border: 1px solid #5C5670;
	background-color: #F2E8D7;
	margin-left: 65px;
	padding-top: 70px;
	}	


table#contact-table input{
	border: 1px solid #926838;
	color: #926838;
	margin-top: 2px;
	}


table#contact-table textarea{
	border: 1px solid #926838;
	color: #926838;
	}
	
table#contact-table .noborder input{
	border: none;
	}

.button{
	margin-bottom: 5px;
	}


img.dot{
	margin-left: 3px;
	}

.error{
	color: red;
	}

table#contact-table .radio{
	border: none;
	}

td#errormsg{
	padding-bottom: 20px;
	}

div#contact_content{
	width: 789px;
	background: white;
	margin-left: 55px;
	margin-top: -3px;
}

div#contact_content table#contact-table{
	padding-top: 50px;
border: 1px solid red;
	}