/*CONTACT FORM STYLES*/

#frmContactUs	{
	width:500px;
}

#frmContactUs td.formLabel	{
	font-weight:bold;
	width:250px;
	vertical-align:top;
    font-size:12px
}

#frmContactUs td.formLabelSizeText	{
    font-size:12px
}

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

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

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

