.dumbBoxWrap { 
    display:none;  
    z-index:40001; 
}

.dumbBoxOverlay { /* Shades out background when selector is active */
    position:fixed;
    width:100%;
    height:100%;
    background-color:black;
    opacity:.5; /* Sets opacity so it's partly transparent */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE transparency */
    filter:alpha(opacity=50); /* IE transparency */
    z-index:40001;
}

.dumbBox {  
	background:url(images/loading.gif) no-repeat center center;
	position:relative;
    z-index:40002; 
	visibility:hidden;
	min-width:232px; 
    background-color:white;
    padding:10px;
    border: solid 1px #8c8c8e;
	margin-left: 7px;
	min-height:160px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

		#cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
		#cboxClose:hover{background-position:-25px -25px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{position:absolute;background:url(images/loading.gif) no-repeat center center;}