@CHARSET "UTF-8";

.l-btn-back {
	color: #ffffff;
  	border: 1px solid #c81919;
  	border-width: 1px;
  	border-color: #D33F3F;
	padding: 0;
	background: -webkit-linear-gradient(top,#c75252 0,#c75252 100%);
	background: -moz-linear-gradient(top,#c75252 0,#c75252 100%);
	background: -o-linear-gradient(top,#c75252 0,#c75252 100%);
	background: linear-gradient(to bottom,#c81919 0,#c81919 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c75252,endColorstr=#c75252,GradientType=0);
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-top: 3px;
}

.l-btn-left-back {
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: bottom;
}

.l-btn-text-back {
	display: inline-block;
	vertical-align: top;
	width: auto;
	line-height: 24px;
	font-size: 12px;
	padding: 0;
	margin: 0 2px;
}

/* 提交资料 的样式 - 开始 */
.img_up{
	border:dotted 0px #999;
	vertical-align:middle;
	width:42px; 
	height:42px;
}

.img_plus{
	border:dotted 0px #999;
	vertical-align:middle;
	width:42px; 
	height:42px;
}


.attr_remark{font-size:12px;color:#666; display: none; }


.div_title{
	height: 42px;
	background-color: #c81919;
	color: #ffffff; 
	text-align: center;
	vertical-align: middle;
}

.div_title_span{
	line-height: 42px;
	font-size: 16px;
	font-weight: bold;
	font-family: 黑体;
}

.div_tips1{
	height: 42px;
	background-color: #cacbcd;
	color: #000000;
	text-align: center;
	/* border-top: 1px solid #c81919;
	border-left: 1px solid #c81919;
	border-right: 1px solid #c81919; */
	border-bottom: 1px solid #c81919;
}

.div_tips1_span{
	height: 44px;
	font-size: 14px;
	font-weight: bold;
}

.div_tips2{
	padding: 10px;
	height: 114px;
	background-color: #ffffff;
	/* color: red; 字体颜色 */
	border-bottom: 1px solid #c81919;
	text-align: left;
}

.div_tips2_span{
	line-height: 20px;/* 文字上下间距 */
	font-size: 14px;
	font-weight: bold;
}

/* 提交资料的 提示信息  的样式 */
.atta_div_3{
	height: 42px;
	background-color: #cacbcd;
	color: #000000;
	text-align: left;
	border-bottom: 1px solid #c81919;
	border-color: #db7272 !important;
	padding-left: 10px;
}
/* 提交资料 的样式 - 结束 */