/*----------pages----------*/
/**/
.hd{
	padding-bottom: 10px;
	border-bottom: 2px solid #eeeeee;
}
.hd h3{
	height: 25px;
}
.hd h3 a{
	display: inline-block;
	width: 55px;
	height: 25px;
	background: url(../images/btn_back.png);
	float: left;
}

.pagecont >.ct{
	margin-top: 25px;
}

.post{

}
.post .p{
	padding: 20px 0;
	border-bottom: 1px dashed #e3e3e3;
	position: relative;
}
.post .p label{
	display: inline-block;
	width: 50px;
	line-height: 30px;
	color: #333333;
	margin-right: 30px;
}
.post .p label.mt{
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.post .p input[type="text"]{
	border-width: 1px;
	height: 28px;
	line-height: 28px\9;
	width: 255px;
	text-indent: 5px;
	font-family: 微软雅黑;
	color: #333;
}
.post .p input[type="text"].flat{
	border: 1px solid #e5e5e5;
	width: 28px;
	text-align: center;
}
.post .p select{
	border-width: 1px;
	height: 28px;
	line-height: 28px\9;
	width: 120px;
	text-indent: 5px;
	font-family: 微软雅黑;
	color: #333;
}
.post .p .table{
	width: 670px;
	display: inline-block;
	margin-left: 80px;
}
.post .p .table p{
	padding: 3px 0;
}
.post .p .table p.t{
	padding: 0;
}
.post .p a.del{
	display: inline-block;
	width: 60px;
	height: 30px;
	background: url(../images/btn_del.png);
}
.post .p a.add{
	display: inline-block;
	width: 60px;
	height: 30px;
	background: url(../images/btn_add.png);
}
.post .p .upload{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #999999;
}
.post .p .upload a{
	display: inline-block;
	width: 90px;
	height: 30px;
	background: url(../images/btn_file.png);
	vertical-align: middle;
}
.post .p input[type="checkbox"].sg{
	position: relative;
	top: 3px;
	margin-right: 3px;
}
.post .edit{

}
.post .edit img{

}
.post .p p.save{
	text-align: right;
	margin-top: 10px;
}
.post .p p.save .btn{
	display: inline-block;
	height: 28px;
	width: 70px;
	background: url(../images/btn_gr.png);
	line-height: 28px;
	text-align: center;
	color: #fff;
	font-family: 微软雅黑;
	border:none;
}
.addbtn{ display:inline-block; width:60px; height:30px; line-height:30px; border:1px solid #efefef; color:#484848; cursor:pointer; background-color:#f4f4f4;}
input[type="file"]{ height:30px; line-height:30px;}