﻿.modalBox
{
	
	background:#ffffff;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	box-shadow:0 0 8px #888;
	-moz-webkit-shadow:0 0 8px #888;
	-moz-box-shadow:0 0 8px #888;
	overflow:hidden; padding-bottom:10px;
}
.modalMessage
{
	margin:15px;
	text-align:center
}
.modalControl
{
	text-align:center;
	margin:0px 15px 15px 0px;
}
.modalButton
{
	margin: 0px 1px 0px	1px;
}

.modalBG
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    z-index: 9;
    background-color:#333333;
    display: none;
    opacity: 0.40;
    filter: alpha(opacity=40)
}
.modalShadow
{

    position:absolute;
    z-index: 1000;
    display: none;
}

*html .modalBG, .modalIShim
{    
    position: absolute;
    left: expression(eval(document.documentElement.scrollLeft));
    top: expression(eval(document.documentElement.scrollTop));
    width: expression(document.documentElement.clientWidth + "px");
    height: expression(document.documentElement.clientHeight + "px");
}

*html .modalIShim
{
    filter: alpha(opacity=0);
    z-index: 8;
}

*html .modalShadow
{
    position: absolute;
}

