.choseAttrArea{
	border: 1px solid #D8D8D8;
	padding: 0 24px 10px;
}

.choseAttrTit{
	font-size: 16px;
	color: #000;
	font-weight: 700;
	padding: 17px 0 18px;
}

.attrLine{
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 24px;
}

.attrLi{
	width:380px;
	height: 108px;
	background:#f5f5f5;
	border-width: 2px;
	border-style: solid;
	border-color: #f5f5f5;
	-wekbit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	font-size: 14px;
	position: relative;
	float: left;
	margin-right: 16px;
}

.attrNmArea{
	font-size: 16px;
	padding-bottom: 10px;
}

.attrLiLeft{
	width:78%;
	padding:10px 12px;
}

.attrEdit{
	text-align: center;
	width:48px;
	height:30px;
	line-height: 30px;
	position:absolute;
	top: 50%;
	right: 14px;
	margin-top: -15px;
	border: 1px solid #999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;

}

.attrLiLeft span{
	padding-right: 10px;
}

.addNewAttr{
	width: 172px;
	height: 108px;
	background:url(../images/at-addAttrBig.png) no-repeat;
}

.payMethArea label{
	margin-right: 20px;
	cursor: pointer;
	font-size: 14px;
}

.expBkLi{
	border-bottom: 1px dashed #cccccc;
}

.expBkLi .rankLiIn{
	width: 80%;
} 

.expBkLine{
	border:none;
}

.expBkOpArea{
	margin-top: 24px;
	float: right;
}

.expBkOpBtn{
	font-size: 16px;
	color:#fff;
	height: 44px;
	line-height: 44px;
	padding:0 20px;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	margin-left: 10px;
	outline:none;
	cursor: pointer;
}

/*shulan*/
.basCheckBox{
	zoom: 1.5; 
}

.basCheckLab{
	width:14px;
	height: 14px;
	margin-right: 30px;
}

.basOpArea{
	padding:12px 0;
	border-bottom: 1px solid #d8d8d8 ;
}

.choseAllBtn{
	font-size: 16px;
}

.basBorHint{
	font-size: 14px;
	float:right;
}

.imp{
	color:#f30000; 
}

.expBkOpBtn[disabled],.expBkOpBtn[disabled]:hover{
	background: #ccc;
	border-color: #ccc;
}

.editAddrArea{
	height: 320px;
	border: 1px dashed #999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

.editAddrAreaIn{
	 width: 542px;
	padding:44px 0 0 30px;
}

.editAddrAreaIn .cFormInp{
	width: 162px;
}


.editAddrAreaIn select.cFormInp{
	width: 140px;
}

.editAddrAreaIn textarea.cFormInp{
	width: 428px;
    height: 72px;
    margin: 10px 0 0 84px;
}

.marLeft{
	margin-left: 16px;
}

.editAddrAreaIn .borrowedBookLi{
	margin-left: 8px;
	margin-right: 0;
}