﻿body{
	margin:0;
	padding:0;
	color:#434343;
	font-size:12px;
	font-family:"宋体";
}
li{
	list-style: none;
	vertical-align: bottom
}
a{
	text-decoration:none;
}
img{
	padding:0;
	margin:0;
	display:block;
}
.clear{
	clear:both;
}
.box{
	width:1000px;
	margin:0 auto;
}



.mask{
	margin:0;
	padding:0;
	border:none;
	width:100%;
	height:100%;
	background:url(../images/bg_pop2.png);
	z-index:9999;
	position:fixed;
	top:0;
	left:0;
	display:none;
}
.pop{
	width:607px;
	margin:0 auto;
}
#popbox{
	position:fixed;
	top:60px;
	background:url(../images/bg_pop1.png);
	width:537px;
	height:424px;
	z-index:10000;
	display:none;
	padding:35px;
}

#popbox .close_btn{
	float:right;
}
#popbox .table input{
	width:248px;
	height:30px;
	padding:0 10px;
	border:1px solid #d2d2d2;
	margin-right:10px;
}
#popbox .table span{
	color:#959595;
}
#popbox table textarea{
	padding:10px;
	border:1px solid #d2d2d2;
	width:338px;
	height:90px;
}
#popbox .table .btn{
	width:91px;
	height:32px;
	line-height:32px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background:#0d764f;
}
#popbox .success{
	display:none;
	text-align:center;
}
#popbox .success .text{
	font-family:"微软雅黑";
	font-size:18px;
	color:#0d764f;
	background:url(../images/ico_success.png) no-repeat center left;
	width:90px;
	height:30px;
	padding-left:40px;
	line-height:30px;
	margin:180px auto 10px;
}