.modal-overlay
{
	display:none;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
	width: 100%;
	padding: 0px;
    background: #25538E;
    opacity: .75;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    z-index: 101;
}
.modal-window
{
	position:absolute;
	display:none;
	top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
	vertical-align:middle;
    width: 100%;
	z-index:102;
	overflow:hidden;
}
.close-window
{
    position: absolute;
    width: 32px;
    height: 32px;
    right: 8px;
    top: 8px;
    background: transparent url( '../close-button.png' ) no-repeat scroll right top;
    text-indent: -99999px;
    overflow: hidden;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}
.close-window:hover
{
    opacity: .99;
    filter: alpha(opacity=99);
    -moz-opacity: 0.99;
}