﻿.ILoad_LightBox_Custom 
{ 
	position: absolute; 
	overflow: hidden; 
	z-index: 10101; 
	top: 0px; 
	left: 0px 
}
	
.ILoad_LightBox_Custom .background 
{ 
	position: relative; 
	overflow: hidden; 
	display: block; 
	width: 100%; 
	height: 100%; 
	top: 0px; 
	left: 0px; 
	background-color: #e6e6e6;
            
	opacity: 0.7;
	filter: alpha(opacity=70); 
}

.ILoad_LightBox_Custom .window 
{ 
	position: relative;
	margin-right: 600px;

	
	overflow: hidden; 
	display: block; 
	background-color: #ffffff; 
	border-bottom: #666666 6px solid; 
	border-left: #eeeeee 6px solid; 
	border-top: #eeeeee 6px solid; 
	border-right: #666666 6px solid;
}

