.dijitDialogUnderlayWrapper {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 998;
	display: none;
	background: transparent !important;
}
.dijitDialogUnderlay {
	background: #444444;
	opacity: 0.7;
}
.dj_ie .dijitDialogUnderlay {
	filter: alpha(opacity=70);
}
.dojoxLightbox {
	position:absolute;
	z-index:999;
	overflow:hidden;
	width:100px;
	height:100px; 
	border: 1px solid #000000;;
	padding: 4px;
	background: #ffffff url('../img/loading.gif') no-repeat center;
	background: #ffffff url("../img/body-background.gif") repeat-x;
}
.dojoxLightboxContainer {
	position:absolute;
	top:0; 
	left:0; 
}
.dojoxLightboxFooter {
	position:relative;
	bottom:0;
	left:0;
	margin-top:2px;
	color:#000000;
	z-index:1000;
	font-size:9pt;
}
.dojoxLightboxGroupText {
	color:#a1752d; 
	font-size:8pt;
	margin-left:4px;
}
.LightboxNext,
.LightboxPrev,
.LightboxClose {
	float:right;
	width:18px;
	height:18px;
	cursor:pointer;
	margin-left: 4px;
}
.LightboxNext  { background-image: url('../img/lightbox_button_next.gif'); }
.LightboxPrev  { background-image: url('../img/lightbox_button_prev.gif'); }
.LightboxClose { background-image: url('../img/lightbox_button_close.gif'); }