/* 
    Document   : popup
    Created on : Mar 26, 2010, 10:25:31 PM
    Author     : atif
    Description:
*/

.modalDialog {
    position: absolute;
    display: none;
    width: 800px;
    height: 100%;
    z-index: 700;
    text-align: center;

}
.modalDialog table .left {
    background: url(../img/dialog_left.png) no-repeat right;
    width: 26px;
    height: 124px;
}
.modalDialog table .center {
    background: url(../img/dialog_center.png) repeat-x;
    height: 124px;
    font-family: Arial;
}
.modalDialog table .right {
    background: url(../img/dialog_right.png) no-repeat;
    width: 26px;
    height: 124px;
}
.modalDialog table .closeButton {
    margin: 20px 15px 0px 0px;
    float: right;
    background: url(../img/close.gif) no-repeat;
    width: 13px;
    height: 13px;
    cursor: pointer;
}

