@charset "utf-8";
/* CSS Document */

#modalpage
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}
.modalbackground
{
    filter: Alpha(Opacity=60); -moz-opacity:0.6; opacity: 0.6;
    width: 100%; height: 100%; background-color: #333333;
    position: fixed;
    z-index: 500;
    top: 0px; left: 0px;
}
.modalcontainer
{
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50%;
    z-index: 750;
}
.modal
{
    background-color: white;
    border: solid 2px black; position: relative;
    top: -100px;
    left: -150px;
    z-index: 1000;
    width: 300px;
    height: 150px;
    padding: 0px;
}
.modaltop
{ display: none;
    width: 292px;
    background-color: #000099;
    padding: 4px;
    color: #ffffff;
    text-align: right;
}

.modalbottom
{ 
    width: 292px;
    padding: 4px;
    color: #ffffff;
    text-align: right;
}


.modaltop a, .modaltop a:visited
{
    color: #ffffff;
}
.modalbody
{
	/*text-align: center;*/
    padding: 10px;
}
