
DIV.neat-dialog-cont {
    Z-INDEX: 98;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    LEFT: 0px;
    WIDTH: 100%;
    POSITION: absolute;
    TOP: 0px;
    HEIGHT: 100%;
    font-size: 16px;
}

DIV.neat-dialog-bg {
    Z-INDEX: -1;
    FILTER: alpha(opacity=80);
    LEFT: 0px;
    WIDTH: 100%;
    position: fixed;
    TOP: 0px;
    HEIGHT: 100%;
    BACKGROUND-COLOR: #000;
    opacity: 0.8;
    bottom: 0;
}

DIV.neat-dialog {
    BORDER: #ddd 1px solid;
    border-radius: 3px;
    Z-INDEX: 99;
    MARGIN-LEFT: auto;
    WIDTH: 95%;
    HEIGHT: 90%;
    MARGIN-RIGHT: auto;
    position: fixed;
    TOP: 5%;
    LEFT: 2%;
    BACKGROUND-COLOR: #fff;
    overflow: hidden;
}

DIV.neat-dialog-title {
    padding: 0 20px;
    font-size: 16px;
    line-height: 42px;
    border-bottom: #eee 1px solid;
    POSITION: relative;
    height: 42px;
    background: #f7f7f7;
}

IMG.nd-cancel {
    RIGHT: 0.2em;
    POSITION: absolute;
    TOP: 0.2em
}

DIV.neat-dialog P {
    PADDING-RIGHT: 0.2em;
    PADDING-LEFT: 0.2em;
    PADDING-BOTTOM: 0.2em;
    PADDING-TOP: 0.2em;
    TEXT-ALIGN: center
}

DIV.neat-dialog-title {
    height: 54px !important;
    line-height: 54px !important;
    background: url(/images/hw.png) top left no-repeat;
    background-position: 8px;
    padding-left: 50px !important

}