#content {padding:20px}
#dialog {font-family:arial; font-size:12px; position:absolute; width:450px; padding:10px; z-index:9999;}
#dialog-header {display:block; position:relative; width:430px; padding:3px 6px 7px; height:34px; font-size:14px; cursor:move}
#dialog-title {float:left}
#dialog-close {float:right; cursor:pointer; margin:3px 3px 0 0; height:11px; width:11px; background:url(images/dialog_close.gif) no-repeat}
#dialog-content {display:block;  padding:6px; color:#000000; font-size:13px;}
#dialog-mask {position:fixed; top:0; left:0; min-height:100%; width:100%; background:#000; opacity:.50; filter:alpha(opacity=10); z-index:9998}
#dialog-message {display:block; min-height:60px !important; text-align:left;padding:10px;font-size:14px;}
#dialog-footer {display:block; text-align:center;}

.error {background:#fff url(../images/error_bg.jpg) bottom right no-repeat; border:2px solid #995151; border-top:none}
.errorheader {background:url(../Images/Default/error_header.gif) repeat-x; color:#fff; border:2px solid #995151; border-bottom:none}
.warning {background:#fff url(../images/warning_bg.jpg) bottom right no-repeat; border:2px solid #c5a524; border-top:none}
.warningheader {background:url(../images/warning_header.gif) repeat-x; color:#957c17; border:2px solid #c5a524; border-bottom:none}
.prompt {background:#fff url(../images/prompt_bg.jpg) bottom right no-repeat; border:2px solid #285e91; border-top:none}
.promptheader {background:url(../Images/Default/prompt_header.gif) repeat-x; color:#fff; border:2px solid #285e91; border-bottom:none}
.info {background:#fff url(../images/info_bg.jpg) bottom right no-repeat; border:2px solid #1d6711; border-top:none}
.infoheader{background: url('../Images/Default/info_header.gif') repeat-x;color: #fff;border: 2px solid #1d6711;border-bottom: none;}

