/*--- auth-form ---*/
.popup_authority{
	background:transparent url(/images/bg_auth_1.png) no-repeat scroll 0 0;
	color:#CCCCCC;
	display:none;
	/*height:196px;*/
	left:7px;
	padding:22px 25px 22px 13px;
	position:absolute;
	top:76px;
	width:263px;
	z-index:100;
}

.popup_authority h3{
	margin:5px 0 10px;
}

.popup_authority .close{
	background:none;
	cursor:pointer;
	float:right;
	height:29px;
	position:relative;
	right:-15px;
	top:-24px;
	width:25px;
}

.popup_authority form{
	padding:0;
	margin:0;
}

.popup_authority .inputtext, .popup_authority .password{
	background:#2B2B2B none repeat scroll 0 0;
	border:1px solid #333333;
	color:#CCCCCC;
	font-size:11px;
	padding:2px 3px;
	width:151px;
}

.popup_authority td{
	padding:2px 5px;
}

.popup_authority table{
}

.popup_authority .btn{
	background:url(/images/apply.png) no-repeat;
	width:32px;
	height:32px;
	border:0 none;
	cursor:pointer;
}
