﻿	.modalPage
        {
            display: none;
            position: fixed !important;
            width: 100%;
            height: 100%;
            z-index: 999999;
            left: 0;
            font-family: Arial;
            margin:0px auto;
        }
        .modalPage{line-height:18px!important;}
        .modalPage br{line-height:0px;}
      
        .modalPage p{margin:0px; padding:0px;}
        .modalPage a
        {
            text-decoration: none !important;
            padding: 5px;
        }
        .modalPage a:hover
        {
            color: inherit;
        }
        .modalTop a
        {
            font-weight: bold;
        }
        .modalTop a:hover
        {
            color: #000000;
        }
        .modalBackground
        {
            filter: Alpha(Opacity=70);
            -moz-opacity: 0.7;
            opacity: 0.7;
            width: 100%;
            height: 100%;
            background-color: #000000;
            position: absolute;
            z-index: 500;
            top: 0px;
            left: 0px;
        }
        .modalContainer
        {
            position: relative;
            width: 500px;
            top: 50px!important;
            z-index: 9999;
            margin: 0px auto;
        }
        .modal
        {
            background-color: white;
            border: solid 4px #8d8d8d;
            position: relative;
            z-index: 999999;
            width: 500px;
            padding: 0px;
        }
        .modalTop
        {
            width: 492px;
            background-color: #8d8d8d;
            padding: 4px 4px 6px 4px;
            color: #ffffff;
            text-align: right;
            font-size: 14px;
            font-weight: bold;
        }
        .modalTop a, .modalTop a:visited
        {
            color: #ffffff;
        }
        .modalBody
        {
            padding: 10px 10px 30px 10px;
        }
        .fl
        {
            float: left;
        }
        .fr
        {
            float: right;
        }
        .cl
        {
            clear: both;
        }
