div#efUI-overlay{
	position:fixed;
	top:0;
	background-color:#003970;
	width:100%;
	height:100%;
	visibility:hidden;
	z-index: 9998;
}


#efUI-loaderTop{
	width:87px;
	height:24px;
	text-align:center;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding-top:7px;
	padding-bottom:10px;
	
	background:transparent url(../images/ui/loaderTop.png) no-repeat;
	
	position:fixed;
	top:0px;
	left:50%;
	margin-left:-44px;
	z-index:300000;
}

/*
table#efUI-popup{background:red;border:3px solid green;}
*/
table#efUI-popup{
	position:fixed;
	width:400px;
	top:50px;
	left:50%;
	margin-left:-200px;
	z-index: 9999;
}

div#efUI-popup-header{}

div#efUI-popup-title{
	font-size:21px;
	float:left;
	width:70%;/*262px;*/
}
div#efUI-popup-closeBtn{
	background:transparent url(../images/close_round.png) no-repeat scroll -5px -4px;
	cursor:pointer;
	float:right;
	height:26px;
	width:26px;
}
div#efUI-popup-closeBtn.disabled{cursor:default;}
div#efUI-popup-loader{
	width:65px;
	height:16px;
	background:transparent url(../images/ajaxLoad.gif) no-repeat right 0;
	float:right;
	margin:5px 5px 0 0;
}
td#efUI-popup-center{background-color:#fff;font-size:12px;}
div#efUI-popup-content{
	clear:both;
	padding-top:5px;
	max-height:470px;
	overflow:auto;
	position:relative;
}

div#efUI-popup-content p{margin:7px 0;}

div#efUI-popup-footer{
	height:15px;
}


td#efUI-popup-cornerTL{
	width:17px;
	height:12px;
	background:transparent url(../images/ui/popup-corners.png) no-repeat -1px -1px;
}
td#efUI-popup-cornerT{
	background:transparent url(../images/ui/popup-side_t.png) repeat-x 0 -1px;
}
td#efUI-popup-cornerTR{
	width:17px;
	height:12px;
	background:transparent url(../images/ui/popup-corners.png) no-repeat -32px -1px;
}
td#efUI-popup-cornerL{
	background:transparent url(../images/ui/popup-side_l.png) repeat-y 0 0;
}
td#efUI-popup-cornerR{
	background:transparent url(../images/ui/popup-side_r.png) repeat-y top right;
}
td#efUI-popup-cornerBL{
	width:17px;
	height:12px;
	background:transparent url(../images/ui/popup-corners.png) no-repeat -1px -31px;
}
td#efUI-popup-cornerB{
	background:transparent url(../images/ui/popup-side_b.png) repeat-x left bottom;
}
td#efUI-popup-cornerBR{
	width:17px;
	height:12px;
	background:transparent url(../images/ui/popup-corners.png) no-repeat -32px -31px;
}
/**/
	
