
#dialog {position:absolute; width:425px; padding:1px; z-index:200; background:#000000}
#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:0px 0px 0 0; height:15px; width:15px; background:url('http://www.javbaike.com/img/icn-close.gif') no-repeat}
#dialog-content {display:block; height:160px; padding:6px; color:#666666; font-size:13px}
#dialog-mask {position:fixed; top:0; left:0; min-height:100%; width:100%; background:#000000; opacity:.75; filter:alpha(opacity=75); z-index:100}
.error {background:#FFF9F9; border:1px solid #924949; border-top:none}
.errorheader {background:#FF0000; color:#6f2c2c; border:1px solid #924949; border-bottom:none}
.warning {background:#FFFFD7; border:1px solid #c5a524; border-top:none}
.warningheader {background:#FFE784; color:#957c17; border:1px solid #c5a524; border-bottom:none}
.success {background:#FDFFFD; border:1px solid #60a174; border-top:none}
.successheader {background:#9FE89F; color:#3c7f51; border:1px solid #60a174; border-bottom:none}
.prompt {background:#FBFDFF; border:1px solid #4f6d81; border-top:none}
.promptheader {background:#8AB0FF; color:#004080; border:1px solid #4f6d81; border-bottom:none}
#dialog-input {width: 99%;}
#dialog-button { background-color:#ffffff; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border:1px solid #dcdcdc; display:block; float:right; color:#666666; font-family:arial; font-size:12px; font-weight:bold; padding:2px 14px; text-decoration:none;}
#dialog-button:hover {background-color:#f6f6f6;}
#dialog-button:active {position:relative; top:1px;}