/*CONTACT FORM STYLES*/

#frmContactUs	{
	width:100%;
}

#frmContactUs dt	{
	padding-bottom:0.25em;
	width:100%;
}
#frmContactUs dd	{
	width:100%;
	padding-bottom:0.25em;
	margin-left:0%;
	margin-right:0%;
}
#frmContactUs input,
#frmContactUs textarea,
#frmContactUs select	{
	width:97%;
	font-family:Arial, Helvetica, sans-serif;
	padding:0.25em 1%;
	border-radius:0.25em;
	border:1px solid #ccc;
}
#frmContactUs input[type='text']:focus,
#frmContactUs textarea:focus,
#frmContactUs select:focus	{
	border-color:#b26527;	
}

@media only screen and (min-width: 481px) {

}
@media only screen and (min-width: 769px) {
	#frmContactUs	{
		max-width:650px;	
		margin-left:auto;
		margin-right:auto;
	}
	#frmContactUs dt	{
		width:25%;
		float:left;
		clear:both;
	}
	#frmContactUs dd	{
		width:75%;
		float:left;
	}
}





#frmContactUs #message {
    font-size:1em;
	height:10em;
}

#frmContactUs input.radio	{
	width:20px;
}

#frmContactUs input.imageButton	{
	width:75px;
}

#frmContactUs input.submit	{
	width:20em;
	cursor:pointer;
	box-shadow:1px 2px 1px 1px #666;
	border-radius:0.5em;
	border:none;
	padding:0.8em;
	background-color:#e46c0a;
	color:white;
	text-transform:uppercase;
}

#frmContactUs input.submit:hover	{
	background-color:orange;
	box-shadow:0.2em 0.2em 2em #999;
}

#frmContactUs .info	{
	font-size:85%;
}

#frmContactUs .errorMessage	{
	font-weight:bold;
    color:red;
}
