#messageBox{  }
#messageBox .box{ position:absolute; border-collapse: collapse; border-spacing:0; }

/*{{{ Width, Height */
#messageBox .box .top-left, 
#messageBox .box .top-right, 
#messageBox .box .left, 
#messageBox .box .right, 
#messageBox .box .bottom-left, 
#messageBox .box .bottom-right { width:20px; }

#messageBox .box .top-left, 
#messageBox .box .top, 
#messageBox .box .top-right, 
#messageBox .box .bottom-left, 
#messageBox .box .bottom, 
#messageBox .box .bottom-right { height:20px; }

#messageBox .box .top-left, 
#messageBox .box .top, 
#messageBox .box .top-right, 
#messageBox .box .left, 
#messageBox .box .right,
#messageBox .box .bottom-left, 
#messageBox .box .bottom, 
#messageBox .box .bottom-right { font-size: 1px; line-height:0px; text-indent:-9999px; }
/*Width, Height }}}*/

/*{{{ Background */
#messageBox .box .top-left, 
#messageBox .box .top-right, 
#messageBox .box .bottom-left, 
#messageBox .box .bottom-right { background-image: url(corners.png); background-repeat: no-repeat; }
#messageBox .box .top-left{ background-position: left top; }
#messageBox .box .top-right{ background-position: right top; }
#messageBox .box .bottom-left{ background-position: left bottom; }
#messageBox .box .bottom-right{ background-position: right bottom; }

#messageBox .box .top, 
#messageBox .box .bottom { background-image: url(horizontal.png); background-repeat: repeat-x; }
#messageBox .box .top{ background-position: left top; }
#messageBox .box .bottom{ background-position: left bottom; }

#messageBox .box .left, 
#messageBox .box .right { background-image: url(vertical.png); background-repeat: repeat-y; }
#messageBox .box .left{ background-position: left top; }
#messageBox .box .right{ background-position: right top; }

#messageBox .box .center { background:#fff; }
/* Background }}}*/

#messageBox .bg{ position: absolute; background:#000; top:0; left:0; height:100%; width:100%; font-size: 1px; line-height:0px; text-indent:-9999px; }