#modalPage
{
    display: none;
    position: fixed;
    width: 100%;
    top: 0px; left: 0px;
    font: 10px verdana;
}
.modalBackground
{
    filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
    width: 100%; height: 100%; background-color: #020e7c;
    position: fixed;
    z-index: 500;
    top: 0px; left: 0px;
}

.modalContainer
{
    position: absolute;
    width: 700px;
    left: 50%;
    top: 19%;
    z-index: 750;
}
.modal
{
    background-color: white;
    border: solid 1px #ffcd00; position: relative;
    top: 0px;
    left: -350px;
    z-index: 1000;
    width: 700px;
    padding: 0px;
}
.modalTop
{
    width: 99%;
    background-color: #558476;
    padding: 4px;
    color: #ffcd00;
    text-align: left;
    font: bold 11px verdana;
}
.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}
.modalBody
{
    padding: 10px;
    font: 10px verdana;
}


.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalPopup_working {
	padding:3px;
	width:250px;
    background-color:Transparent;
}

.modalBackground_working 
{
    filter: Alpha(Opacity=70); -moz-opacity:0.7; opacity: 0.7;
    width: 100%; height: 100%; background-color: #ffffff;
    position: fixed;
    z-index: 500;
    top: 0px; left: 0px;
}
