

.box_3 { 
	float: l720px;	
}

.box_3 img { 
	margin-bottom: 14px;
}


/*********CONTACT LAYOUT***********/

.contact_box { 
	margin-bottom: 30px;
	padding-top: 23px;
	border-top: 1px solid #bdc1c7;
}

.contact_box h2 { 
	margin-bottom: 21px;
}


.contact_description { 
	width: 220px;
	float: left;
}

div.input_bg { 
	width: 300px;
	padding-left: 10px;
	height: 27px;
	display: block;
	background: #3d3f48 url('../gfx/contact/input_back.jpg') no-repeat;
	margin-bottom: 4px;


}

.form td { 
	padding: 5px 5px 5px 0px;
}




.form em { 
	font-size: 11px;
	color:#bdc1c7;
	font-style: italic;
	margin-left: 5px;
}

.form input.text {
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	padding:2px 4px 0 12px;
	width: 233px;
	height:28px;
	color: #666666;
	background:url(../images/contact-input.jpg) top left no-repeat;
	border:none;
}



.form select { 
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 200px;	
}

.form textarea {
border:none;	
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	padding:12px 4px 0 10px;
	width: 505px;
	color: #666666;
	height:158px;
	background:url(../images/forms_coms_input-content.jpg) top left no-repeat;
	
}


#sendit.submit-button{
	display: block;
	text-indent:-300em;
	overflow: hidden;
	border-style: none; 
	margin-top: 10px;
	width:300px;
	height:22px;
	background: url(../images/button-send.png) no-repeat;
}
#sendit.submit-button:hover{
	background: url(../images/button-send-hover2.png) no-repeat;

