/*contact us*/

.item{
	float:left;
	width:614px;
	height:130px;
	margin-top:10px;
	margin-left:15px;
	background: #fff url(../images/grad.png) repeat-x top;
	border:1px solid #eee;

}
.item #item_text{
	width:614px;

	/*background-color:#eee;*/
	font: normal 14px Arial, Tahoma;
	line-height:20px;
	color: #406998;
	text-align:left;
	padding-left:15px;
	padding-top:6px;
}
.item #item_text a{
	text-decoration: none;
}
.item #item_text a:hover{
	text-decoration: underline;
}



/* form */
#title2{
	clear:both;
	float:left;
	height:30px;
	margin-top:24px;
	padding-left:15px;
        font-family: Arial, Tahoma;
	color: #406998;
	font-size:18px;
}

#title2_bar{
	clear:both;
	float:left;
	height:7px;
	padding-left:15px;
	padding-bottom:6px;
}


.cform{
	float:left;
	width:614px;
	height:280px;
	margin-left:15px;
	padding-top:20px;
	/*background: #fff url(../images/grad.png) repeat-x top;*/
	/*background-color:#eee;*/
	border:1px solid #d6e3ef;
	
}

.tdrow{

	float:left;
	width:600px;
	height:30px;
	margin-top:5x;
	margin-left:15px;	
	
	padding:1px;
}

#lable{
	float:left;
	width:200px;
	padding-left:15px;	
	
	font: normal 14px Arial, Tahoma;
	line-height:20px;
	color: #406998;
	text-align:left;
	/*background-color:#eee;*/
	background-color:#d6e3ef;
}

#req{
	color:red;
}

#field{
	float: left;
	/*width:300px;
	background-color:#fff;*/
}


/* * required */
#reqtext{
	float:left;
	width:200px;
	padding-left:15px;	
	color:red;
	font: normal 10px Arial, Tahoma;
	line-height:20px;
	/*background-color:#eee; */
}


/* reply message */
#submittext{
	clear:both;
	padding-left:15px;
	font: normal 14px Arial, Tahoma;
	color: #406998
}	





input, textarea { 
	padding: 4px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	
  /*width: 200px; */
	
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

textarea { 
	width: 460px;
	max-width: 400px;
	height: 130px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.form label { 
	margin-left: 10px; 
	color: #999999; 
	}

.submit {
  float:left;
  padding-left:4px;  
}

.submit input {
	width: auto;
	padding: 4px 10px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
