﻿body {
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    padding: 10px;
    width:350px;
    background-color: White;
}

