body{
        height:100%; 
        font-family:Tahoma, Verdana, sans-serif;padding:0;
        margin:0;
}

.neat-dialog-cont{
        position:absolute;
        z-index:98;
        left:0px;
        top:0px;
        width:100%;
        height:100%;
        background: none transparent scroll repeat 0% 0%; 
}

.neat-dialog-bg{
        position:absolute;z-index:-1;
        left:0px;
        top:0px; 
        width:100%;
        height:100%;
        filter:alpha(opacity=70);
        background:#999;
        opacity: 0.7;
}

.neat-dialog{
        width:200px;
        position:relative;z-index: 99;
        border:1px solid #444;
        background:#fff;
}

.neat-dialog-title{
        clear:both;
        overflow:hidden;
        padding:0;
        font-size:0.8em;
        line-height:20px;
        border-bottom:1px solid #444;
}

.neat-dialog-title span{
        float:left;
        margin-left:5px;
}

.nd-qvideo{
        float:left;
        border:0;
        height:16px;
        margin-top: 2px
}

.nd-cancel{
        float:right;
        border:0;
        height:20px;
}

.nd-icon{
        float:left;
        border:0;
        height:20px;
}

.neat-dialog P{
        padding:0.2em;
        text-align:center;
}

/*For Mozilla Firefox Only*/
html>body .neat-dialog{
        overflow:auto;
}

