﻿div.neat-dialog-cont {
     z-index: 98; 
     background: none transparent scroll repeat 0% 0%; 
     left: 0px; 
     width: 100%; 
     position: absolute; 
     top: 0px; 
     height: 100%
}
div.neat-dialog-bg {
     z-index: -1; 
     filter: alpha(opacity=70); 
     left: 0px; width: 100%; 
     position: absolute; 
     top: 0px; 
     height: 100%; 
     background-color: #eee; 
     opacity: 0.7
}
div.neat-dialog {
     border-right: #444 1px solid; 
     border-top: #444 1px solid; 
     z-index: 99; 
     margin-left: 320px; 
     border-left: #444 1px solid; 
     width: 30%; 
     margin-right: auto; 
     border-bottom: #444 1px solid; 
     position: relative; 
     top: 25%; 
     background-color: #fff
}
div.neat-dialog-title {
     padding-right: 0.3em; 
     padding-left: 0.3em; 
     font-size: 0.8em; 
     padding-bottom: 0.1em; 
     margin: 0px; 
     line-height: 1.2em; 
     padding-top: 0.1em; 
     border-bottom: #444 1px solid; 
     position: relative
}
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
}