/* the overlayed element */ 
div.overlay {
	display:none;
	width:950px;
	height:465px;
	background:url(/js/jquery.tools/img/overlay/white.png) no-repeat;
	padding-top:10px;
}
div.overlay.shade {
	/*width:886px; 
	height:500px; 
	padding:55px;*/
	 /*background:#ffffff;*/
	-webkit-box-shadow: 0 0 16px rgba(0,0,0, 1);
	-moz-box-shadow: 0 0 16px rgba(0,0,0, 1);
	box-shadow: 0 0 16px rgba(0,0,0, 1);
	border:1px solid #000000;
	padding:0px;
	border-radius:10px;
	-moz-border-radius:10px;
	padding-top:10px;
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background: url(/js/jquery.tools/img/overlay/close.png) top right no-repeat;
    position:absolute; 
    right:15px; 
    top:2px; 
    cursor:pointer; 
    height:35px; 
    width:86px; 
	right:-18px;
	top:-16px;
}
div.overlay div.close span {
    color: #7C7C7C;
	font-size: 14px;
	position: relative;
	top: 9px;
	text-decoration: underline;
    text-transform: uppercase;
	display:none;
}
div.overlay div.overlay-content {
	overflow:auto;
	margin:10px;
	width:930px;
	height:455px;
	margin-top:0px;
}

/* black */
div.overlay.black { 
    background:url(/js/jquery.tools/img/overlay/transparent.png) no-repeat !important; 
    color:#fff; 
} 
/* petrol */
div.overlay.petrol { 
    background:url(/js/jquery.tools/img/overlay/petrol.png) no-repeat !important; 
    color:#fff; 
}

/* submit popup */
div.overlay.submitpopup {
	width:900px;
	height:455px;
/*	background:#999999;*/
}
div.overlay.submitpopup div.overlay-content {
	margin:0;
	width:900px;
	height:455px;
	overflow:hidden;
}

/* login header popup */
div.overlay.loginpopup {
	width:345px;
	height:230px;
/*	background: #ebebeb; 
	border:	#d1d1d1 5px solid;
	border-radius:10px;
	-moz-border-radius:10px;*/
	background:url(/js/jquery.tools/img/overlay/header-login-bg.png) no-repeat !important;
}

div.overlay.loginpopup div.overlay-content {
	width:345px;
	height:240px;
	overflow:auto;
	margin:0px;
}

/* register header popup */
div.overlay.genregisterpopup {
	width:830px;
	height:410px;
/*	background: #ebebeb; 
	border:	#d1d1d1 5px solid;
	border-radius:10px;
	-moz-border-radius:10px; */
	background:url(/js/jquery.tools/img/overlay/header-register-bg.png) no-repeat !important;
}

div.overlay.genregisterpopup div.overlay-content {
	width:830px;
	height:420px;
	overflow:auto;
	margin:0px;
}

/* media rotate popup*/
div.overlay.genoptimizepopup {
	width:735px;
	height:382px;
/*	background: #ebebeb; 
	border:	#d1d1d1 5px solid;
	border-radius:10px;
	-moz-border-radius:10px; */
	background:url(/js/jquery.tools/img/overlay/media-rotate-bkg.png) no-repeat !important;
	border:none !important;
}

div.overlay.genoptimizepopup div.overlay-content {
	width:735px;
	height:392px;
	overflow:auto;
	margin:0px;
}


/* production small popup */
div.overlay.production-pop-small {
	width:430px;
	height:240px;
/*	background: #ebebeb; 
	border:	#d1d1d1 5px solid;
	border-radius:10px;
	-moz-border-radius:10px;
	background:url(/js/jquery.tools/img/overlay/header-login-bg.png) no-repeat !important;*/
	background:url(/js/jquery.tools/img/overlay/white-production-pop-small.png) no-repeat;
	
}

div.overlay.production-pop-small div.overlay-content {
	width:430px;
	height:240px;
	overflow:auto;
	margin:0px;
}


/* production medium popup */
div.overlay.production-pop-medium {
	width:550px;
	height:500px;
/*	background: #ebebeb; 
	border:	#d1d1d1 5px solid;
	border-radius:10px;
	-moz-border-radius:10px;
	background:url(/js/jquery.tools/img/overlay/header-login-bg.png) no-repeat !important;*/
	background:url(/js/jquery.tools/img/overlay/white-production-pop-medium.png) no-repeat;
}

div.overlay.production-pop-medium div.overlay-content {
	width:550px;
	/*height:200px;*/
	overflow:auto;
	margin:0px;
}

div.overlay.media-manager-overlay {
	width:446px;
	height:200px;
	background:url(/js/jquery.tools/img/overlay/add-foleder-pop.png) no-repeat;
	
}
div.overlay.media-manager-overlay div.overlay-content{
	width:426px;
	height:200px;
	margin-top: -8px;
	position:relative;
}

