#dlg-window { position: absolute; display: none; left: 0px; top: 0px; z-index: 1100; background: url(/img/block-bgr-2.png) black; width: 300px; padding: 3px; }
#dlg-window #dlg-container { background: #fbf6e8; padding: 10px 10px 20px 10px; }
#dlg-window #dlg-close-button { position: absolute; z-index: 1200; right: 0px; margin-right: 23px; margin-top: 22px; width: 9px; height: 9px; background: url(/img/dlg-close-button.gif) no-repeat; cursor: pointer; }

/*
#dlg-window .dlg-error { margin-top: 100px; color: red; font-weight: bold; font-size: 12pt; text-align: center; }
#dlg-window.loading { background-image: url(/img/dlg-loader.gif); cursor: wait; background-repeat: no-repeat; background-position: center center; height: 300px; }
#dlg-window #dlg-loader { background-image: url(/img/dlg-loader.gif); display: none; cursor: wait; background-repeat: no-repeat; background-position: center center; height: 300px; }
#dlg-window #dlg-form-submit { position: absolute; display: none; z-index: 1200; right: 50px; margin-top: 15px; width: 16px; height: 16px; background: url(/img/dlg-form-submit.gif) no-repeat; }
*/
#dlg-window #dlg-form-error { display: none; padding: 5px; background: rgb(255,51,0); color: white; margin: 0px 5px 5px 0px; }
/*
#dlg-container .edit-form TH { text-align: left; font-weight: normal; color: #7ca0c0; font-size: 11pt; line-height: 110%; vertical-align: top; }
#dlg-container .edit-form TH SMALL { display: block; font-size: 8pt; color: rgb(208,208,208); line-height: 100%; margin-top: 3px; }
#dlg-container .edit-form TD { text-align: left; }
#dlg-container .edit-form TD SMALL { display: block; font-size: 8pt; color: rgb(208,208,208); line-height: 100%; margin-top: 3px; }
#dlg-container .dlg-title { color: white; position: relative; background: url(/img/edit-icon-big.gif) no-repeat 0px 13px; font-size: 16pt; line-height: 30px; padding: 10px 10px 10px 30px; margin-bottom: 10px; margin-right: 10px; top: -8px; }
#dlg-container INPUT { margin-bottom: 3px; }
#dlg-container INPUT.submit-1 { width: 132px; height: 28px; border: 0; background: url(/img/confirm-button.gif); color: white; padding-left: 25px; padding-top: 0px; font-family: tahoma; font-size: 10pt; font-weight: bold; }
*/
#dlg-container .title-1 { margin-left: 20px; margin-right: 20px; }
#dlg-container .title-1 DIV { float: none; }
#dlg-container TABLE TD { color: #846611; font-size: 13px; }
.dlg-button-submit { display: inline; cursor: pointer; background: url(/img/button-bgr-2.png) no-repeat; height: 18px; padding-bottom: 3px; }
.dlg-button-submit DIV { display: inline; background: url(/img/button-bgr-2-2.png) no-repeat right top; padding-left: 20px; padding-right: 20px; padding-bottom: 3px; color: white; font-weight: bold; line-height: 18px; height: 18px; }
.dlg-button-submit INPUT { background: none; height: 18px; color: white; font-weight: bold; font-size: 12px; }

#dlg-container LABEL { color: #7a0000; font-weight: bold; }
.req-field { color: #7a0000; font-weight: bold; font-size: 16px; }
.dlg-mark { color: #7a0000; font-weight: bold; }
#dlg-window .small { font-size: 80%; }
