#contactSection{
	position: relative;
	width: 500px;
	margin: 20px 0px 0px 0px;
}
#contactDetailsColumn{
	position: relative;
	width: 200px;
	float: left;
}
#contactFormColumn{
	position: relative;
	width: 300px;
	float: left;
}
.contactHeader{
	position: relative;
	height: 20px;
}
.contactDetailsHeader{
	background-image: url("../images/contact/contact-details-header.png");
	background-repeat: no-repeat;
}
.contactFormHeader{
	background-image: url("../images/contact/contact-form-header.png");
	background-repeat: no-repeat;
}
.contactDetails{
	position: relative;
	width: 200px;
	height: 300px;
	background-image: url("../images/contact/contact-details.png");
	background-repeat: no-repeat;
}
#contactForm{
	position: relative;
	margin: 20px 10px 0px 10px;
	font-family: Verdana;
	font-size: 11px;
	color: #333;
}
#contactForm input{
	font-family: Verdana;
	font-size: 11px;
	color: #666;
	padding: 1px;
}
#contactForm textarea{
	font-family: Verdana;
	font-size: 11px;
	color: #666;
	padding: 1px;
}