﻿
div.popover 
{
    BORDER: black 1px solid; 
    Z-INDEX: 999; 
    BACKGROUND: white; 
    VISIBILITY: hidden; 
    LEFT: 75px; 
    POSITION: absolute; 
    TOP: 125px
}

div.modalDialog {
    BORDER: black 1px solid;
    BACKGROUND: white;
    position: absolute;
    width: 600px;
}

.modalBackground {
    background-color:White;
    filter:alpha(opacity=80);
    opacity:0.8;
    position: absolute;
}

.modalPopup {
    background-color:#ffffdd;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    width:250px;
}
