﻿  .web_dialog_overlay
        {
            position:fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            height: 100%;
            width: 100%;
            margin: 0;
            padding: 0;
            background:Black;
            opacity: 0.9;
            filter: alpha(opacity=15);
            -moz-opacity:0.5;
            z-index: 101;
            display: none;
        }
        .web_dialog
{
    display: none;
    position: fixed;
    width: 315px;
    height: 320px;
       margin-top: 17%;
    top: 8%;
    left: 35%;
    padding: 0px;
    z-index: 102;
    font-family: Verdana;
    font-size: 10pt;
}
        .web_dialog_title
        {
            border-bottom: solid 2px Red;
            background-color:White;
            padding:2px;
            color: White;
            font-weight:bold;
        }
        .web_dialog_title a
        {
            color: White;
            text-decoration: none;
        }
        .align_right
        {
            text-align: right;
        }
      
        
        .txtBox
{
    width: 225px;
    font-family: Arial;
    font-size: 18px;
    margin-left: auto;
    background-color: White;
    color: Gray;
    height: 25px;
    font-weight: bold;
    border: 2px solid #333333;
    border-radius: 5px;
}