#msgboxOverlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:100000;background:rgba(54,25,25,.5)}
#msgbox{min-width:400px;background:url(body_bg.jpg) repeat-x left bottom #e5e5e5;position:fixed;z-index:100001;left:50%;top:50%;border:1px solid #999;-moz-box-shadow:0 0 2px rgba(255,255,255,0.6) inset;-webkit-box-shadow:0 0 2px rgba(255,255,255,0.6) inset;border-radius:5px;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);margin:-130px 0 0 -230px}
#msgbox *{margin:0;padding:0}
#msgbox div#msgboxTitle{background:url(header_bg.jpg) repeat-x left bottom #f5f5f5;min-height:60px;margin:0 auto}
#msgbox div#msgboxTitle h1{height:60px;display:block;letter-spacing:.3px;color:#888;font:22px tahoma;text-align:center;line-height:2.4em;text-shadow:1px 1px 0 rgba(255,255,255,0.6)}
#msgbox div#msgboxTitle h1.confirm{background:url(icon_confirm_48.png) no-repeat 5px 5px}
#msgbox div#msgboxTitle h1.success{background:url(icon_success_48.png) no-repeat 5px 5px}
#msgbox div#msgboxTitle h1.info{background:url(icon_info_48.png) no-repeat 5px 5px}
#msgbox div#msgboxTitle h1.notice{background:url(icon_notice_48.png) no-repeat 5px 5px}
#msgbox div#msgboxTitle h1.error{background:url(icon_error_48.png) no-repeat 5px 5px}
#msgbox p{font-family:tahoma;font-size:15px;text-shadow:1px 1px 0 rgba(255,255,255,0.6);color:#666;margin:18px 25px}
#msgboxButtons{text-align:center;padding:15px 0 25px}
#msgbox .button{display:inline-block;background:url(buttons.png) no-repeat;color:#FFF;position:relative;height:33px;font:17px/33px tahoma;margin-right:15px;text-decoration:none;border:none;cursor:pointer;padding:0 35px 0 40px}
#msgbox .button:last-child{margin-right:0}
#msgbox .button span{position:absolute;top:0;right:-5px;background:url(buttons.png) no-repeat;width:5px;height:33px}
#msgbox .blue{background-position:left top;text-shadow:1px 1px 0 #5889a2}
#msgbox .blue span{background-position:-195px 0}
#msgbox .blue:hover{background-position:left bottom}
#msgbox .blue:hover span{background-position:-195px bottom}
#msgbox .gray{background-position:-200px top;text-shadow:1px 1px 0 #707070}
#msgbox .gray span{background-position:-395px 0}
#msgbox .gray:hover{background-position:-200px bottom}
#msgbox .gray:hover span{background-position:-395px bottom}