/*对话框*/
@CHARSET "UTF-8";
.dialog_title{width:100%;overflow:hidden;height:30px;border-bottom:#090 1px dashed;font-size:18px;color:#090;line-height:30px;}
.dialog_title span.zishu{float:right;background:#ffffff;width:160px;height:10px;font-size:12px;color:#666666;padding-top:10px;}
.dialog_title span.zishu i{color:#ff0000;}
.dialog_title a{
	width:auto;height:25px;display:block;float:right;
	color:#ff4400;font-size:14px;font-weight:bold;
}
.dialog_content{width:100%;padding:5px 20px;height:auto;overflow:hidden;text-align:center;}

.dialog_content dl,.dialog_content dt{width:100%;height:auto;overflow:hidden;display:block;margin:0px auto;}
.dialog_content dl dt{ text-align:left}
.dialog_content dl dd span.tag{width:70px;float:left;display:block;
	font-size:14px;color:#555555;text-align:right;padding-right:5px;font-weight:bold;}
.dialog_content ul li span.tips{width:auto;font-weight:normal;font-size:12px;color:#999999;float:left;}
.dialog_content ul li input{width:250px;float:left;height:22px;background:#fffffc;}
.dialog_content ul li input.title{width:400px;}
.dialog_content ul li textarea{width:350px;height:160px;}
.dialog_foot{width:100%;text-align:center;overflow:hidden;height:40px;}
.dialog_foot input{margin:0 auto;background:#c40000;border-radius:5px;
	box-shadow:1px 2px 2px #f5f4f4;color:#fff;border:none;width:250px;height:40px;
}
.form-group{height:100%;margin-bottom:0}
.dialog_foot button{ width:150px;margin:0 auto}
input.saveBt{background:#009900;}
span.tag b{color:#ff0000;}