/*css reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,address{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;font-size:inherit;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
a{outline:none;color:#4e67de;text-decoration:none}
a:hover{text-decoration:none;outline:none}



table#contact{
	margin:20px;
	float:left;
	text-shadow:1px 1px 0px white;
}
table#contact caption{
	height:30px;
	line-height:30px;
	width:800px;
	margin-bottom:20px;
	background:url(../images/contact_title_bg.gif) repeat-x bottom left;
	margin-top:0px;
	color:#1d77b8;
	font-size:13px;
	text-shadow:none;
}
table#contact tbody th{
	text-align:right;
	color:#333;
	padding-right:10px;
	}
table#contact tbody th#veg{
	vertical-align:text-top;
	padding-top:10px;}
table#contact tbody td{
	padding-top:10px;
	text-align:left;
	color:#666;
	padding-bottom:10px;
	font-weight:bold;
}
table#contact tbody td input{
	height:30px;
	line-height:30px;
	width:360px;
	border:1px solid #cecece;
	background:#f2f2f2  url(../images/contact_input_bg01.gif) repeat-x;
    color:#666;
    font-family:Microsoft YaHei,Arial;
	box-shadow:1px 1px 1px white;     
}
table#contact tbody td input:focus{
	background:#f2f2f2 url(../images/contact_input_img02.gif) repeat-x;
	border:1px solid #aaa;
}
table#contact tbody td textarea{
	line-height:22px;
	width:360px;
	border:1px solid #cecece;
	background:#ebebeb;
	color:#666;
	box-shadow:1px 1px 1px white;
}
table#contact tbody td textarea:focus{
	background:#f2f2f2 url(../images/contact_input_img02.gif) repeat-x top left;
	border:1px solid #aaa;
}
table#contact tbody td input.butt{
	width:115px;
	font-size:14px;
	line-height:14px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:40px;
	padding-right:40px;
	color:#666;
	background:url(../images/contact_but_img01.gif) repeat-x top left;
	border:1px solid #cecece;
}
table#contact tbody td input.butt:hover{
	color:#333;
	background:url(../images/contact_but_img02.gif) repeat-x top left;
	border:1px solid #aaa;
	text-decoration:none;
	cursor:pointer
}
