﻿.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
}

.modalPopup
{
    background-color: White;
    border: solid 3px gray;
    padding: 3px;
    width: 250px;
}