/*CONTACT FORM STYLES*/

#frmContactUs	{
	width:550px;
}

#frmContactUs dt	{
	font-weight:bold;
	width:250px;
	float:left;
	padding-bottom:3px;
	font-size:0.9em;
}

#frmContactUs dd	{
	width:300px;
	float:left;
	padding-bottom:3px;
}

#frmContactUs input,
#frmContactUs textarea,
#frmContactUs select	{
	width:275px;
	font-family:Arial, Helvetica, sans-serif;
}


#frmContactUs #message {
    font-size:12px;
	height:100px;
}

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

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

#frmContactUs input.submit	{
	width:150px;
	cursor:pointer;
	background-color:#006633;
	color:white;
	padding:5px;
	border-radius:5px;
	box-shadow:2px 2px 2px 2px #ccc
}

#frmContactUs input.submit:hover	{
	background-color:#003300;
	box-shadow:2px 2px 2px 2px #666
}


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

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