@charset "utf-8";
body{margin:0;}
.gray-bg{background-color:#f3f3f4}
.form-footer{
	padding: 20px;
    text-align: center;
}
.form_line{
	background:#f3f3f4;
	height:15px;
}
.form_b_line {
	border-bottom:1px solid #f1f1f1;
}
.formTable tr{
	height:50px;
}
.formTable tr.littleHeight{
	height:22px;
}
.formTable td{
	word-wrap: break-word;
	word-break: break-all;
}
.sub_title{
	padding:20px;
	background:#f3f3f4;
	height:15px;
	font-weight:bold;
	font-size:14px;
	color:#666;
	line-height:20px;
	height:20px;
}
.sub_border_title{
	margin-bottom:10px;
	font-weight:bold;
	font-size:16px;
	color:#5cad34;
	line-height:35px;
	height:35px;
	border-bottom:2px solid #c9c9c9;
}
.sub_border_title_min{
	margin-bottom:10px;
	font-weight:bold;
	font-size:14px;
	line-height:30px;
	height:30px;
	border-bottom:1px solid #ddd;
}
.third_border_title{
	margin-bottom:0;
	font-weight:bold;
	font-size:14px;
	color:#222;
	line-height:30px;
	height:30px;
	border-bottom:1px solid #c9c9c9;
}
.spaceDiv{padding-top:15px;padding-bottom:15px;}
.table_text{text-align:right;background:#fff;}/*表单样式  */

.borderDiv{
	padding:15px;
	margin:15px;
	border:1px solid #E4E4E4;
	background:#fff;
}
.divChangeBorder:hover{
	border:1px solid #5cad34;
}