.sellabeldiv {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	z-index: 3;
	top: 0px;
	left: 0px;
}

.sellabelboxdiv {
	width: 620px;
	min-height: 555px;
	font-family: "微软雅黑";
	font-size: 9pt;
	color: #434A54;
	position: fixed;
	z-index: 99;
	background-color: #FFF;
}

.seloption {
	font-weight: 700;
	overflow: auto;
	border-bottom: 1px solid #E6E9ED;
	padding: 6px 10px;
}

.seloptinleft {
	float: left;
}

.seloptinright {
	float: right;
	font-size: 12pt;
	font-weight: initial;
	vertical-align: top;
	margin-top: -4px;
	padding:0px 0px 0px 10px;
	cursor: pointer;
}

.selcloseimg {
	width: 18px;
	height: 18px;
	display:inline-block;
	font-size: 12pt;
	font-weight: initial;
}

.labellistdiv {
	padding:10px 40px;
}

.selbottomdiv {
	overflow: auto;
	padding: 12px 0px;
	border-top: 1px solid #E6E9ED;
	margin: 0px 10px;
}

.goodslabeldiv {	
	overflow: auto;
	min-height: 465px;
	margin: 10px;
}

.goodslabelcell {
	width: 80px;
	height: 75px;
	float: left;
	margin-left: 20px;
}

.goodslabeltable {
	display:table;
}

.goodslabelrow {
	display:table-row;
}

.labeltxtdiv {
	width:60px;
	height:60px;	
	text-align: center;	
	display:table-cell;
	vertical-align: middle;
}

.labeltxtdiv span {
	display: inline-block;
	width:30px;
}

.okbtn {
	background-color: #DD0000 ;
	color: #FFF ;
	border: 0px ;
	outline-style: none ;
	font-family: "微软雅黑";
	width: 75px ;
	height: 25px ;
	font-size: 9pt;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	float:right;
}

.backbtn {
	background-color: #F5F7FA;
	color: #434a54;
	border: 1px solid #E6E9ED;;
	outline-style: none;
	font-family: "微软雅黑";
	width: 75px;
	height: 25px;
	margin-left:10px;
	font-weight: 700;
	font-size: 9pt;
	text-align: center;
	cursor: pointer;
	float:right;
}

.backbtn:hover,.backbtn:focus{
	background-color:#FFF;
}

.okbtn:focus,.okbtn:hover{
	background-color:  #F73500;
	color: #FFF;
}