#logoCon {
    position: absolute;
	left: 0px;
	top: 30px;
}

#conTextArea {
    width: 520px;
    position: absolute;
	left: 382px;
	top: 50px;
	color: #4F3703;
	font-size: 12px;
	font-family: tahoma, sans-serif;

}

#contactFormTable {
	width: 100%;

}

#contactFormTable TD {
	padding: 5px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: top;
}

#contactForm INPUT, #contactForm TEXTAREA {
	border: 1px solid #C3853C;
	width: 100%;
	background-color: #D9BD8E;
	color: #4F3703;
	font-weight: bold;

}

.conFormTitle {
	width: 23%;
	text-align: right;
}

.conFormInput {
	width: 77%;
	font-family: tahoma, sans-serif;
}