#dialog { margin:0; position:absolute; width:625px; padding:10px; z-index:200; background:#fff; }
#dialog-header { display:block; font-size:14px; font-weight:bold; height:14px;
  padding:3px 6px 7px; position:relative; width:611px; }

#dialog-title { float:left; }
#dialog-close { background:url(http://www.ldc.edu.pl/multimedia/7/web/css/images/dialog_close.gif) no-repeat; cursor:pointer; float:right;
  height:11px; margin:3px 3px 0 0; width:11px; }
#dialog-content { color:#000; display:block; font-size:13px; padding:5px 15px; }
#dialog-content p { padding:5px 0; }
#dialog-content li { list-style-position:inside; }
#dialog-mask { background:#fff; position:absolute; top:0; left:0; min-height:100%; width:100%;
  opacity:.75; filter:alpha(opacity=75); z-index:100; }

.bt-dialog-box-button { cursor:pointer; font-weight:bold; height:14px; margin:0 auto 10px;
  padding:3px 6px 7px; text-align:center; width:100px; }

.error { background:#fff url(http://www.ldc.edu.pl/multimedia/7/web/css/images/error_bg.jpg) bottom right no-repeat;
  border:1px solid #52658C; }
.errorheader, .error .bt-dialog-box-button { background:url(http://www.ldc.edu.pl/multimedia/7/web/css/images/error_header.gif) repeat-x;
  color:#52658C; border:1px solid #52658C; }
.warning { background:#fff url(http://www.ldc.edu.pl/multimedia/7/web/css/images/warning_bg.jpg) bottom right no-repeat;
  border:1px solid #c5a524; }
.warningheader, .warning .bt-dialog-box-button { background:url(http://www.ldc.edu.pl/multimedia/7/web/css/images/warning_header.gif) repeat-x;
  color:#957c17; border:1px solid #c5a524; }
.success { background:#fff url(http://www.ldc.edu.pl/multimedia/7/web/css/images/success_bg.jpg) bottom right no-repeat;
  border:1px solid #60a174; }
.successheader, .success .bt-dialog-box-button { background:url(http://www.ldc.edu.pl/multimedia/7/web/css/images/success_header.gif) repeat-x;
  color:#3c7f51; border:1px solid #60a174; }
.prompt { background:#fff url(http://www.ldc.edu.pl/multimedia/7/web/css/images/prompt_bg.jpg) bottom right no-repeat;
  border:1px solid #4f6d81; }
.promptheader, .prompt .bt-dialog-box-button { background:url(http://www.ldc.edu.pl/multimedia/7/web/css/images/prompt_header.gif) repeat-x;
  color:#355468; border:1px solid #4f6d81; }

.error, .warnig, .success, .prompt { border-top:none; }
.errorheader, .warningheader, .successheader, .promptheader { border-bottom:none; }

.bt-logs { background-color:#ddd; font-size:12px; }
.bt-logs .bt-group { font-size:13px; font-weight:bold; }
.bt-logs .bt-log { margin-bottom:0; margin-top:0; }
.bt-indent-1 { margin-left:20px; }
.bt-indent-2 { margin-left:40px; }
.bt-indent-3 { margin-left:60px; }
