body{
	margin:0px;
	padding:0px;
	font-family:"微软雅黑";
}
a:hover{
	text-decoration:none;
}
.nav-top {
    background: #e3edee none repeat scroll 0 0;
    height: 40px;
    text-align: center;
}
.nav-top {
	background: #e3edee;
	text-align: center;
	height: 40px;
}
.nav-top .img-left {
	position: absolute;
	left: 10px;
}
.nav-top span {
	line-height: 40px;
	font-size: 16px;
}
.green{
	color:#22ac38;
}
.right{
	float:right;
}
.m-right{
	position:relative;
	right:10px;
}
.column{
	padding:15px;
	font-size:15px;
	color:#000;
}
.x{
	float:right;
	width:90%;
	height:1px;
	background:#dcdcdc;
}
.textbox{
	border:0;
	
}
.m-height{
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	background:#eff3f6;
	height:20px;
	width:100%;
	margin-bottom:8px;
}
option {
	font-size:12px;
}
.btn{
	text-align:center;
	margin-top:30px;
	width:100%;
	padding-bottom:50px;
}
.submit {
    background: #62b731 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 65px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    letter-spacing: 2px;
    vertical-align: middle;
    width: 165px;
}