/*openArea*/
.op-wrap{
	/* background:#fff url(images/oa_titleBg.png) repeat-x; */
	border:1px solid #ccc;
	/* border-radius:4px;  */
	/* border-left:1px solid #E6E6FF;
	border-right:1px solid #E6E6FF; */
	background-color:#fff;
	overflow:hidden;
}
.op-head{
	height:34px;
	/* background: url(images/oa_titleBg_new.png) 8px 7px no-repeat; */
	background-color: #f6f6f6;
	border-bottom: 1px solid #e2e2e2;
}
.op-head img{
	float:left; 
	display:inline; 
	margin:8px 0 0 10px;
}
.op-head h3{
	float:left; 
	display:inline; 
	line-height:34px; 
	font-weight:bold;
	font-size:15px;
	padding-left: 12px;
}
.op-item-option{float:right; padding:7px 15px 0 0;}

.explainRegion_customSet {
    background: url("../../images/main/explainRegion_bg.gif") repeat-x scroll 0 0 #EFEFEF;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    float:right;
    margin-bottom: 5px;
    margin-left: -5px;
    margin-right: -5px;
    width: 100%;
}
.op-item-content{padding:15px 38px;}
.op-result-wrap{
	background-color:#f6f6f6;
	border-radius:4px;
	margin:30px auto 0 auto;
	padding:5px 30px;
}
.op-tab-wrap{padding:10px 15px 10px;}

.result-img,.result-msg{float:left; display:inline;}
.result-msg{padding-left:20px;}
.msg-no-reason{font-size:16px; line-height:45px;}
.msg-tip{font-size:16px; line-height:30px}
.failed-msg,.success-msg{font-size:12px;}
.lab_img{top:-10px;}
