.modalBackground
{
    background-color: Gray;
    opacity: 0.7;
    filter:alpha(opacity=70);
}

.modalPopup
{
    background-color: White;
    border-width: 3px;
    border-style: solid;
    border-color: White;
    padding: 3px;
}

.modalX
{
    top:-15px; 
    right:-15px; 
    position:absolute;
    }