#contact_form{
	margin-top:20px;
}

#contact_form ul{
	list-style-position:outside;
}

		#contact_left{
			width:180px;
			border:solid 1px #fff;
			float:left;

		}
		
		#ct_ul{
			list-style-type:none;
		}
		
		.li_input_field{
			margin-bottom:5px;
		}
		
		.li_input_label{
			font-size:12px;
		}
		
		.ct_input_field{
			border:solid 1px #D9D9D9;
			padding:2px;
			width:175px;
			height:15px;
			font-size:11px;
			font-family:arial;
		}
		
		
		#contact_right{
			width:179px;
			border:solid 1px #fff;
			float:left;
			margin-left:20px;
		}
		
		#ip_message{
			width:175px;
			height:95px;
			
			
			
		}
		
		#ip_submit{
			width:100px;
			font-size:12px;
			margin-left:79px;
			height:20px;
		

		}
		
		#error_log{
			height:0px;
			font-size:12px;
/*			width:373px;*/
			margin-bottom:10px;
			overflow:hidden;
			font-weight:bold;
		}
		
		#ajax_loader{
/*			border:solid 1px red;*/
			width:200px;
			height:200px;
			text-align:center;
			left:0px;
			top:0px;
			z-index:10;
			position:absolute;
			background-color:#000;
			display:none;
		}
		



