.jqpopup {
   background:#B8151D;
   position:absolute;
   z-index:1;
   /*border: 5px solid #89191B;*/
   border: 5px solid #FFCC66;
   display:none;
   width:500px;
}

.jqpopup label {
	float: left;
	display: block;
	width: 85px;
	height: 30px;
	line-height: 30px;
}
.jqpopup .buttons {
	margin-right: 5px;
	cursor: pointer;
	width: auto;
	padding: 5px;
	font-size: 12px;
	height: 30px;
}


.jqpopup_header{
 /* background:url("../../images/thead-bg.jpg") repeat scroll 0 0 #D9FE96;*/
  background-color:#FFCC66;
color:#89191B;
cursor:move;
font-size:15px;
font-weight:bold;
left:0;
margin:0;
padding:15px 5px 15px 10px;
top:0;
}

.jqpopup_footer{
   padding-left:10px;padding-right:10px;padding-bottom:5px;text-align:right;font-size:10px;
}

.jqpopup_content{
   padding-left:10px;padding-right:10px;
}

.jqpopup_message{
   padding-top:10px;padding-left:10px;padding-right:10px;padding-bottom:5px;color:red;font-size:12px;font-weight:bold;
}

.jqpopup_resize{
   background: url("../images/jqresize.gif") no-repeat;
   height:14px;
   width: 16px;
   position: absolute;
   padding-bottom:2px;
   padding-right:2px;
   bottom: 0;
   right: 0;
   cursor: se-resize;
}
li {list-style:none;}
.jqpopup_cross{
   /*background: url("../images/jqcross.jpg") no-repeat;*/
   height:1px;
   width: 1px;
   position: absolute;
   top: 6px;
   right: 0;
   cursor: pointer;
}
#FrmFolderPermissions_p div.jqpopup_cross{
   background: url("../images/jqcross.jpg") no-repeat;
   height:12px;
   width: 16px;
   position: absolute;
   top: 6px;
   right: 0;
   cursor: pointer;
}
#FrmFilePermissions_p div.jqpopup_cross{
   background: url("../images/jqcross.jpg") no-repeat;
   height:12px;
   width: 16px;
   position: absolute;
   top: 6px;
   right: 0;
   cursor: pointer;
}

#FrmPermissions
{
	overflow:auto;
}
.jqpopup_center{
   /*background: url("../images/jqcenter.jpg") no-repeat;*/
   height:1px;
   width: 1px;
   position: absolute;
   top: 6px;
   right: 18px;
   cursor: pointer;
}