.contact {
	background: #FFFFFF url(../images/contact_us/background_image.jpg) no-repeat left bottom;
}

.h2 {
	height: 56px;
	width: 518px;
	margin-bottom: 10px;
	background: url(../images/contact_us/contact_us_header.jpg) no-repeat;
}


form {
	margin: 0px;
	padding: 0px;
}

.ul {
	list-style: disc;
	margin: 5px 5px 5px 208px;
	padding: 5px;
}

.p {
	margin-left: 200px;
}

.h3 {
	background: #F2ECF8;
	padding: 3px 3px 3px 5px;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px 195px;
}

.formElement {
	margin-bottom: 5px;
	margin-left: 200px;	
}

label {
	padding: 3px 3px 3px 0px;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px;
	display: block;
}

select {
	width: 308px;
	padding: 2px 2px 1px;
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
}

.text {
	width: 300px;
	padding: 2px 2px 1px;
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
}

.textarea {
	width: 300px;
	height: 90px;
	padding: 2px 2px 1px;
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
}