.pageTitle {
   width: 159px;
   height: 25px;
   background-image: url(img/pagetitle_contactus.png);
}

.contactPanel{
   margin-top: 40px;
}
.contactPanel table {
   margin: 15px 0;
}

.contactPanel th {
   text-align: left;
   padding-right: 10px;
}


/* FORM ERROR LIST */

ul.errorList
{
	padding: 0;
	margin: -5px 0 5px 12px;
	list-style: none;
}
ul.errorList li
{
	padding: 0 0 2px 18px;
	background: url(../images/icon_alert.gif) no-repeat left top;
}


/* FORM PANEL */

div.formWrapper
{
	clear: both;
	width: 432px;
}
table.formTable
{
	text-align: left;
}
table.formTable th
{
   font-weight: normal;
	white-space: nowrap;
	padding-right: 6px;
	vertical-align: text-top;
	padding-left: 18px;	
}
table.formTable th.error
{
	background: url(../images/icon_alert.gif) no-repeat left top;
}
table.formTable input.wide
{
	width: 200px;
	padding: 2px 0;
}
table.formTable textarea
{
	width: 200px;
	height: 100px;	
   font-size: 0.85em;
}
input.buttonSubmit
{
	float: right;
	width: 100px;
	height: 30px;
}
