body {
	background: #fff;
	font-size: 13px;
	font-family: Arial, sans-serif;
}
p {
	line-height:18px;
}
.clear {
	clear: both;
	line-height:0;
	height: 0;
	overflow:hidden;
}
.main {
	width:600px;
	margin: 0 auto;
}
h1.logo a {
	display:block;
	width: 365px;
	height: 92px;
	background: url(../images/haisitu.png) no-repeat top left;
	text-indent: -99999px;
	overflow: hidden;
	margin: 100px auto 30px;
}
.subscription {
	width: 600px;
	margin: 0 auto;
	background: url(../images/info_bg.png) no-repeat top center;	
	color: #097fc2;
}
.subscription p {
	width: 300px;
	padding: 20px 25px 10px 45px;
	margin:0 auto;
}
.wrap {
	width: 600px;
	margin:0 auto;
	background: url(../images/info_bg.png) no-repeat bottom center;
	min-height: 45px;
	padding:15px 0 0 0;
}
.input {
	width: 342px;
	margin:-15px auto 0;
	position:relative;
}
.input input.txt_field {
	width: 228px;
	border: 1px solid #a1a7ae;
	padding: 0 5px 0 10px;
	-moz-box-shadow:0px 1px 2px #adadad;
	-webkit-box-shadow: 0px 1px 2px #adadad;
	box-shadow:0px 1px 2px #adadad;
	float: left;
	margin:0;
	outline: none;
	height: 30px;
	line-height:30px;
}
.input input:focus.txt_field {
	border: 1px solid #f07c23;
}
.input input.btn {
	background:#f38d1a url(../images/submit_btn_bg.png) repeat-x;
	border: 1px solid #e26e15;
	border-top: 1px solid #f07c23;
	border-bottom: 1px solid #d35f05;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	cursor:pointer;
	margin: 0 0 0 -5px;
	padding: 4px 10px;
	-moz-box-shadow:0px 1px 2px #adadad;
	-webkit-box-shadow: 0px 1px 2px #adadad;
	box-shadow:0px 1px 2px #adadad;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 1px #d45e02;
	float:right;
	line-height:16px;
	position:absolute;
	top: 0;
	height: 32px;
}
.social {
	text-align:center;
	margin: 20px auto 0;
	width:170px;
}
.social span {
	float: left;
	line-height:32px;
}
.social a {
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	text-indent: 9999px;
	overflow:hidden;
}
.social a.fb {
	background: url(../images/social.png) no-repeat 0 0;
	margin: 0 5px;
} 
.social a.tw {
	background: url(../images/social.png) no-repeat -39px 0;
} 
.contact_det {
	width: 390px;
	margin: 10px auto;
	border-bottom: 1px solid #c8d9e4;
	padding: 10px 0;	
}
.contact_det h2 {
	color: #313131;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.col_left {
	float: left;
	width: 180px;
	border-right: 1px solid #c8d9e4;
	background: url(../images/mail_ico.png ) no-repeat 0 12px;
	padding: 10px 0 0 40px;
	margin-right: 20px;
}
.col_right {
	float: left;
	background: url(../images/tele_ico.png ) no-repeat 0 10px;
	padding: 10px 0 0 40px;
}
