@charset "UTF-8";

#contact table {
	border-collapse: separate;
	margin: 20px 20px 40px 20px;
} 
#contact th, #contact td {
	padding: 10px 23px;
	border: solid 1px #ddd;
}
#contact td {
	background: #f6f6f6;
}
#contact th {
	text-align: center;
	background: #1782cf;
	width: 140px;
	color: #fff;
}
#contact input, #contact textarea {
	border: solid 1px #ddd;
	background: #fff;
	padding: 4px 5px;
}
#contact textarea {
	height:80px;
	width:270px;
}
#contact select{
	height:20px;
}

#contact input, #contact textarea
#form_company, #form_name, #form_tel {
	width: 270px;
}
#form_address01, #form_address02, #form_email {
	width: 330px;
}
#form_btn {
	margin-left: 20px;
	padding-top: 30px;
	height: 56px;
	text-align: center;
	background: url(../images/bg_btn.gif) no-repeat left top;
	margin-bottom: 30px;
}
button {
	height:30px;
	vertical-align:middle;
	padding:2px 10px 2px 10px;
	/*font-family:simsun,SimHei,arial,sans-serif;*/
}
#contact #country span{
	margin-right:30px;
	line-height:30px;
	vertical-align:middle;
	}
#contact #country input {
	width:auto;
	margin-right:10px;
} 