
#dialog {position:absolute; width:425px; padding:10px; z-index:5000;}
#dialog-header {display:block; position:relative; width:411px; padding:3px 6px 7px; height:14px; font-size:14px; font-weight:bold}
#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; height:160px; padding:6px; color:#333333; font-size:13px}
#dialog-mask {position:absolute; top:0; left:0; min-height:100%; width:100%; background:#FFF; opacity:.75; filter:alpha(opacity=75); z-index:100}
.error {background:#fff url(images/error_bg.jpg) bottom right no-repeat; border:1px solid #0BA6D2; border-top:none}
.errorheader { background-color:#0BA6D2; color:#FFFFFF; border:1px solid  #0BA6D2; border-bottom:none}
.warning {background:#fff url(images/warning_bg.jpg) bottom right no-repeat; border:1px solid #0BA6D2; border-top:none}
.warningheader { background-color:#0BA6D2; color:#FFFFFF; border:1px solid  #0BA6D2; border-bottom:none}
.success {background:#fff url(images/success_bg.jpg) bottom right no-repeat; border:1px solid #0BA6D2; border-top:none}
.successheader { background-color:#0BA6D2; color:#FFFFFF; border:1px solid  #0BA6D2; border-bottom:none}
.prompt {background:#fff url(images/prompt_bg.jpg) bottom right no-repeat; border:1px solid #0BA6D2; border-top:none}
.promptheader { background-color:#0BA6D2; color:#FFFFFF; border:1px solid  #0BA6D2; border-bottom:none}

.confirm_btn{background:#0BA6D2;text-decoration:underline;color:#FFFFFF; font-size:11px; font-weight:bold; height:20px; padding:5px 5px 5px 5px;}
.confirm_btn:hover{background:#FF00FF; text-decoration:none; color:#FFFFFF;}