
 #contactleft {
 	width: 300px;
 }
 
 #contactright {
 	width: 340px;
 }
 
 #getdirections {
 	width: 340px;
 	padding: 0px;
 	position: relative;
 }
 
 #txtEnterAddress {
 	width: 200px;
 }
 
 #btnSubmitDirections {
 	float: right;

 }
 
#mapframe {
	background: #ffffff;
	border: 1px solid #c1c1c1;
	margin-top: 20px;
	padding: 3px;
}

#gmap {
	height: 436px;
	width: 332px; 
}

.mandatory {
	background: #fef7cc;
}

.tiny_textbox {
	width: 85px;
}

.small_textbox {
	width: 150px;
}

.medium_textbox {
	width: 220px;
}

.large_textbox {
	width: 280px;
}

.tiny_dropdown {
	width: 88px;
}

.small_dropdown {
	width: 158px;
}

.medium_dropdown {
	width: 228px; 
}

.large_dropdown {
	width: 288px;
}

label {
	display: block;
}

textarea {	 
	width: 250px;
	height: 150px;
	padding: 3px;
	border: 1px solid #999999;
	background: #ffffff;
	color: #333333;
	overflow: hidden;
}

#sidemenu {
	float: left; padding-top: 14px; width: 195px;
}


.ContactTextsection {
	float: right; margin: 0; padding: 0; width: 685px;
}
