@charset "utf-8";

#banner{
	width: 960px;
	height: 151px;
	overflow: hidden;
	background-image: url(../images/contact_us_banner.jpg);
	background-repeat: no-repeat;
	}
#middle{
	width:980px;
	clear:both;
	margin-top:10px;
	
	}

#content{
	margin-left:50px;
	margin-right:50px;
	width:920px;
	font-size:14px;
	display:inline-block;
	float:left;
	}
	
#address{	
	width:400px;
	float:left;
	display:inline-block;
	margin-top:20px;
	line-height:20px;
}
#address a{
	color:#1287ea!important;
	}
#contact-form{
	width:480px;
	float:left;
	margin-top:15px;
	display:inline-block;


	
	}
#contact-form p{
	margin-bottom:25px;
	}
	
table tr td{
	vertical-align:top;
	text-align:right;
	padding:3px;
	line-height:30px;
}
#contact-form input[type=text]{
	height: 20px;
	width: 250px;
	padding: 5px;
	float: left;
	border: 1px solid #D1D1D1;
	margin-bottom: 10px;
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	}
#contact-form textarea{
	height:150px;
	width:350px;
	padding:5px;
	border:1px solid #D1D1D1;
	margin-bottom:10px;
	moz-border-radius: 5px;
	-webkit-border-radius: 10px;
	border-radius: 5px 5px 5px 5px;	
	}
#contact-form input[type=image]{
	height:36px;
	width:110px;
	float:right;
	margin-right:15px;
	margin-bottom:30px;
	border: 0px;
}

