
body
{
    margin: 0px;
}
#modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}
.modalBackground
{
    filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
    width: 100%; height: 100%; background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}
.modalContainer
{
    position: absolute;
    width: 600px;
    left: 50%;
    top: 55%;
    z-index: 750;
}
.modal
{
    background-color: white;
    border: solid 1px black; position: relative;
    top: -300px;
    left: -350px;
    z-index: 1000;
    width: 600px;
    height: 300px;
    padding: 0px;
}
.modalTop
{
   

position:absolute; 
top:0px; 
right:0px; 
width:30px; 
height:30px; 
cursor:pointer; 
background:url(images/close.png) no-repeat;
hover {background-position:0 -30px}

}

.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}
.modalBody
{
    color: black;
font-size: 14px;
    text-align:left;
    line-height:120%;
    padding: 30px;
}

#dcontent
{
color: black;
font-size: 14px;
line-height:120%;
background-color: #fff;
}
