#contact_us_form{
	/*background:#f00;
	border:1px solid;*/
	padding:5px;
	table-padding:1px;
	background:none;
	margin:0 auto;
	
}
	#contact_us_form td{
		padding:2px 0;
		/*color:#000033;*/
		vartical-align:middle;
	}
		#contact_us_form td.cttd_head{
			text-align:center;
			background:none;
		}	
		#contact_us_form td.cttd1{
			width:25%;
			font-size:12px;
			font-weight:bold;
			text-align:right;
			background:none;
		}	
		#contact_us_form td.cttd2{
			width:4%;
			font-size:12px;
			font-weight:bold;
			text-align:center;
			background:none;
		}	
		#contact_us_form td.cttd3{
			width:71%;
			font-size:12px;
			font-weight:bold;
			text-align:left;
			background:none;
		}	
		#contact_us_form td.cttd_foot{
			text-align:center;
			background:none;
		}	
			#contact_us_form td.cttd3 textarea{
				width:100%;
			}	
