/*----------pages----------*/
/**/
.post{

}
.post >p,.bt{
	height: 30px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 15px;
}
.post >p.right{
	text-align: right;
}
.post >p *{
	vertical-align: middle;
}
.post >p a.back{
	display: inline-block;
	width: 55px;
	height: 25px;
	background: url(../images/btn_back.png);
}
.post >p input[type="text"],.post .bt select,.post .bt input[type="text"],
.post >p select{
	border-width: 1px;
	height: 28px;
	line-height: 28px\9;
	width: 120px;
	color: #333333;
	text-indent: 5px;
	vertical-align:middle;
}
.post >p .w2,.post .bt .w2{
	width: 320px !important;
}
.post >p .w3{
	width: 75px !important;
}
.post >p input[type="text"].sqr{
	border: 1px solid #e5e5e5;
	width: 28px;
	text-indent: 0;
	text-align: center;
}
.post >p input[type="submit"]{
	border: none;
	background: url(../images/btn_gr.png);
	height: 28px;
	width: 70px;
	line-height: 28px;
	text-align: center;
	font-family: 微软雅黑;
	color: #fff;
}
.post .e{
	margin-bottom: 15px;
}