fieldset{
	border: 0px;
}

form#contact label, form#contact input{
	display: block;
}

form#contact label{
	color: #ffae00;
	font-family: "Verdana";
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
}

form#contact label.error{
	color: #ff0000;
}


form#contact input.textfield{
	background: url( '/images/background_contactform_textinput.jpg' ) no-repeat;
	height: 14px;
	width: 205px;
	border: none;
	font-family: "Verdana";
	font-size: 11px;
	color: #000000;
	padding: 8px 5px;
	margin-bottom: 10px;
}

form#contact textarea{
	background: url( '/images/background_contactform_textarea.jpg' ) no-repeat;
	height: 184px;
	width: 418px;
	border: none;
	font-family: "Verdana";
	font-size: 11px;
	color: #000000;
	padding: 8px 5px;
	margin-bottom: 10px;
}

form#contact input#submit{
	background: url( '/images/background_submitbutton.jpg' ) 15px 10px no-repeat;
	background-color: #e5e2cf;
	height: 30px;
	width: 95px;
	color: #ffae00;
	font-family: "Verdana";
	font-weight: bold;
	font-size: 11px;
	position: relative;
	left: 333px;
	padding-left: 35px;
	text-align: left;
	border: none;
	cursor: pointer;
}

div.errorMessages{
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 20px;
}

td.fieldname{
	width: 105px;
	font-weight: bold;
	vertical-align: top;
}
