.cpOverlay{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index: 1000;
}

#lightBox {
	z-index: 1001;
}

.ie7 .cpOverlay{
	z-index:990;
	position:absolute;
}

.innerOverlay{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 999;
}

.overlayBackground{
	height:100%;
	width:100%;
	background:#000;
	position:absolute;
	opacity:0.7;
	z-index:990;
}

.ie7 .overlayBackground{
	left:0;
	top:0;
}

.loading,
.updating,
.miniLoading{
	background:url('/images/controlpanel/lightbox/Preloader-Loading-10pxcorner.gif') center no-repeat;
	background-color:#fff;
	display: none;
    position: absolute;
    z-index: 990;
    top:0;
	left:0;
	bottom:0;
	right:0;
}

.updating{
	background:url('/images/controlpanel/lightbox/Preloader-Updating-10pxcorner.gif') center no-repeat;
}

.miniLoading{
	background:url('/images/snall-spinner.gif') center no-repeat;
}

.cpOverlay .lightBoxtConfirmation,
.lightBox .lightBoxtConfirmation,
.cardOkBackground .lightBoxtConfirmation,
.cardErrorBackground .lightBoxtConfirmation
{

	
	display: none;
    position: fixed;
    z-index: 990;
    background-color: #E0FFC1;
    padding:5px;
    font-size:20px;
    text-align:center;
	
	background:url('/images/controlpanel/lightbox/confirmationSuccess.png') repeat;
	border: 1px solid #68C948;
	color:#68C948;
	
}

.cpOverlay .lightBoxtConfirmationError,
.lightBox .lightBoxtConfirmationError,
.cardErrorBackground .lightBoxtConfirmation{
	background:url('/images/controlpanel/lightbox/confirmationError.png') repeat;
	border: 1px solid #F25252;
	color:#F25252;
}

.cardOkBackground .lightBoxtConfirmation,
.cardErrorBackground .lightBoxtConfirmation{
	display:block;	
}

.lightBox,
.lightBoxCaution,
.lightBoxSuccess,
.lightBoxInfo,
.lightBoxError{
	width:130px;
	height:116px;
	position:absolute;
	top:50px;
	z-index:990;
	background-color:#fff;
	display:none;
	padding:10px;
	text-align:left;
}

#lightBox{
	width:auto;
}

.lightBoxCaution{
	background:url('/images/controlpanel/lightbox/confirmationCaution.png') repeat;
	border: 1px solid #FFEB19;
}

.lightBoxSuccess{
	background:url('/images/controlpanel/lightbox/confirmationSuccess.png') repeat;
	border: 1px solid #FFEB19;
}

.lightBoxInfo{
	background:url('/images/controlpanel/lightbox/confirmationInfo.png') repeat;
	border: 1px solid #FFEB19;
}

.lightBoxError{
	background:url('/images/controlpanel/lightbox/confirmationError.png') repeat;
	border: 1px solid #FFEB19;
}

.ie7 .lightBox{
	left:0;
	top:0;
	overflow:hidden;
}

.lightBox .lightBoxInner{
	position:relative;
	height:100%;
	width:100%;
}

.lightBox .lightBoxContent{
	display:none;
	overflow:hidden;
}

.ie7 .lightBox .lightBoxContent {
	overflow:visible;
}

.notification{
	text-align:center;
}

.notificationArea{
	display:none;
}
