/*CONTACT FORM STYLES*/

#frmContactUs	{
	width:530px;
}

#frmContactUs dt	{
	font-weight:bold;
	width:150px;
	float:left;
	padding-bottom:3px;
}

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

#frmContactUs input,
#frmContactUs textarea,
#frmContactUs select	{
	width:375px;
	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;
}

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

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