form .top {
	background:url(../images/contact_h2_bg.png) no-repeat 0 0 #FFFFFF; color:#0B0B0B;
	padding:0 0 10px 55px; float:left; width:228px; height:37px;
}

form .controls {
	
}

form .bottom {
	
}

form input {
	width: 185px;
}

form textarea {
	width: 185px;
	height: 95px;
}

form div.status {
	height: 23px;
}

#sectionTitle {
	padding-left: 10px;
}

#sectionContents {
	background: url(../images/sectionContents.png) no-repeat;
	padding: 10px;
	width: 702px;
	height: 300px;
}

#leftContents {
	float: left;
	width: 380px;
	margin-right: 10px;
}

#rightContents {
	float: right;
	width:312px;
}

#contactForm {
	float:  right;
	border: 1px solid black;
}

#contactInfo {
	background-color:#FFFFFF; 
	color:#000000;
	border:#ECE8DB 1px solid;
	margin-top: 15px;
	width: 370px;
	height: 100px;
	padding: 5px;
}

.contactData {
	float:  left;
	padding-left: 45px;
	margin-bottom: 10px;
	width: 140px;
	min-height: 32px;
	font-size: 11px;
	line-height: 15px;
}

.contactData#mailboxInfo {
	background-image: url(../images/mailbox.png);
	background-repeat: no-repeat;
	background-position: left;
}

.contactData#phoneInfo {
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: left;
}

.contactData#mobileInfo {
	background-image: url(../images/mobile.png);
	background-repeat: no-repeat;
	background-position: left;
}

.contactData#emailInfo {
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: left;
}

#contact{
	
}

form#contactUs{
 	color:#000000;
	width:272px; height: 276px; padding:10px 20px; float:left;}
form#contactUs h2{
	background:url(../images/contact_h2_bg.png) no-repeat 0 0 #FFFFFF; color:#0B0B0B;
	padding:0 0 10px 55px; float:left; width:228px; height:37px;
}

