.top-dialog-box {position:absolute; padding:10px; background:#fff;font-family:Verdana;}
.top-dialog-box-header {display:block; position:relative; padding-left:3px; padding-right:6px; padding-top:3px; height:21px; font-size:14px; font-weight:bold;}
.top-dialog-box-title {float:left}
.top-dialog-box-close {float:right; cursor:pointer; margin: 3px 3px 0 0; height:11px; width:11px; background:url(dialog_close.gif) no-repeat;}
.top-dialog-box-content {display:block; padding:6px; color:#666666; font-size:13px}
.top-dialog-box-mask {position:absolute; top:0; left:0; min-height:100%; width:100%; background:#FFF; opacity:.75; filter:alpha(opacity=75);}

.top-dialog-box-error {background:#fff url(error_bg.jpg) bottom right no-repeat; border:1px solid #924949; border-top:none}
.top-dialog-box-errorheader {background:url(error_header.gif) repeat-x; color:#6f2c2c; border:1px solid #924949; border-bottom:none}
.top-dialog-box-warning {background:#fff url(warning_bg.jpg) bottom right no-repeat; border:1px solid #c5a524; border-top:none}
.top-dialog-box-warningheader {background:url(warning_header.gif) repeat-x; color:#957c17; border:1px solid #c5a524; border-bottom:none}
.top-dialog-box-success {background:#fff url(success_bg.jpg) bottom right no-repeat; border:1px solid #60a174; border-top:none}
.top-dialog-box-successheader {background:url(success_header.gif) repeat-x; color:#3c7f51; border:1px solid #60a174; border-bottom:none}
.top-dialog-box-prompt {background:#fff url(prompt_bg.jpg) bottom right no-repeat; border:1px solid #4f6d81; border-top:none}
.top-dialog-box-promptheader {background:url(prompt_header.gif) repeat-x; color:#355468; border:1px solid #4f6d81; border-bottom:none}
.top-dialog-box-iframeSuccess {border:1px solid #60a174; border-top:none}
.top-dialog-box-iframeSuccessheader {background:url(success_header.gif) repeat-x; color:#3c7f51; border:1px solid #60a174; border-bottom:none}
.top-dialog-box-iframePrompt {border:1px solid #4f6d81; border-top:none}
.top-dialog-box-iframePromptheader {background:url(prompt_header.gif) repeat-x; color:#355468; border:1px solid #4f6d81; border-bottom:none}
