.content_contact{

 padding: 15px;	

}



.contact_form_ul {

     float: left;

     width: 230px;

	 height: 400px;

	 margin: 0px 0px  30px 0px;

	 padding: 0px 17px 0 0px;

     list-style-type: none;

     list-style-image: none;

	border-right: 1px solid #cac7c4;

}



.contact_form_ul li{

margin-bottom: 5px;

}



label{

 line-height: 1.2;

 vertical-align: top;

 display: inline-block;

  width: auto;   

}



.contact_form_ul label{

width: 200px;

}



.inputf{

	width: 210px;

	height: 17px;

	padding: 2px;

	background:#fff url(form.gif) repeat-x top left; 

}



.selectf{

	width: 216px;

	height: 23px;

	padding: 2px;

	background:#fff url(form.gif) repeat-x top left;

}

.contact_form_ul textarea{

	width: 210px;

	height: 83px;

	padding: 2px;

    	overflow: auto;

	background:#fff url(form.gif) repeat-x bottom left;

}



.submit_button{

	width: 64px;

	height: 23px;

	float: left;

	border: 0px;

	margin-right: 0px;

	background:#fff url(form.gif) repeat-x top left;

	border: solid #CDCDCD 1px;

	cursor:pointer;  	

}



.contact-text{

    	float: left;

	margin-left: 5px;

	width: 180px;

	height: 400px;

	margin: 0px 0px  30px 0px;

}



input, textarea, select {

	font-family: Arial, sans-serif;

	font-size: 11px;

	border: solid #CDCDCD 1px;

	color: #444;

	

}





.float_left {

 float: left;

 padding: 5px 10px 5px 0px;

}

.float_right {

 float: right;

 padding: 5px 0px 5px 10px;

}

