﻿.Background
        {
            background-color: Black;
            filter: alpha(opacity=90);
            opacity: 0.8;
            height: auto;
        }
        .Popup
        {
            background-color: #FFFFFF;
            border-width: 3px;
            border-style: solid;
            border-color: black;
            padding-top: 10px;
            padding-left: 10px;
            width: 630px;
            height: auto;
        }
        .lbl
        {
            font-size:16px;
            font-style:italic;
            font-weight:bold;
        }
