.transparentFull {
	background-color:black;
	background:black;
	opacity:0;	
	-moz-opacity:0;
	filter:alpha(opacity=0);
	z-index:100;
}
.modal-overlay{
	background-image: url(/images/opaque_grey_light.png);
	background-repeat:repeat;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	z-index:10001;
}

.modal-overlay-ie6
{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background-color:black;
	background:black;
	opacity:.30;
	-moz-opacity: 0.30;
	filter: alpha(opacity=30);
	z-index:10001;
}
* html .modal-overlay-ie6, * html .modal-overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.modal-window {
	/*position:fixed;*/
	/*top:50%;*/
	left:50%;
	padding:0;
	z-index:10002;
	border:1px solid black;
	background:#fff;
}
* html .modal-window, * html .modal-window-light {
	position:relative;
}
.close-window{
	position:absolute;
	display:block;
	width:25px;
	height:25px;
	right:10px;
	top:8px;
	background:transparent url('/images/close-button-light.png') no-repeat right top;
	text-indent:-99999px;
	cursor:pointer;
	behavior: url(/css/helper/iepngfix.htc);
}
.close-window:hover{
	background:transparent url('/images/close-button.png') no-repeat right top;
	behavior: url(/css/helper/iepngfix.htc);
}

