/* Version 2009-08-05 */
/*@charset "utf-8";*/

#msgbox { z-index:20000; position:absolute; left:0px; top:0px; width:400px; height:80px; background-color:#515151; border:outset 2px #333333; }
#msgbox .close { float:right; width:16px; height:16px; margin:1px; background:transparent url(close.png) no-repeat top left; }
#msgbox .icon { float:left; width:80px; height:80px; line-height:70px; text-align:center; }
#msgbox .message { float:left; width:280px; height:80px; line-height:58px; font-size:12px; padding:8px; text-align:left; overflow:hidden; }
#msgbox .dbl-lines { line-height:20px; padding-top:17px; }

/* Text */
#msgbox.text .icon { background:transparent url(text.png) no-repeat 19px 19px; }

/* Wait */
#msgbox.wait .icon { background:transparent url(flower.gif) no-repeat 19px 19px; }

/* Success */
#msgbox.success .icon { background:transparent url(ok.png) no-repeat 19px 19px; }

/* Error */
#msgbox.error .icon { background:transparent url(error.png) no-repeat 19px 19px; }

/* Warning */
#msgbox.warning .icon { background:transparent url(warning.png) no-repeat 19px 19px; }

/* Help */
#msgbox.help .icon { background:transparent url(help.png) no-repeat 19px 19px; }
