/* 
    Document   : boxwait
    Created on : 04 Nov 09, 0:46:25
    Author     : Hans Tedjakusuma
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#boxwait
{
    width: 250px;
    height: 120px;
    background:#555555;
    position: absolute;
    margin-left: -125px;
    margin-top: -60px;
    left: 50%;
    top: 50%;
    z-index: 9999;
    display: none;
    -moz-border-radius:5px;
}
#boxwait_content
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-align: center;
    width: 230px;
    height: 100px;
    background:#333333;
    color:#ffffff;
    position: absolute;
    margin-left: -115px;
    margin-top: -50px;
    left: 50%;
    top: 50%;
    z-index: 9999;
    display: none;
    -moz-border-radius:5px;
}
#boxwait_text
{
    padding-top:18px;
    padding-bottom:0px;
    background-color:transparent;
}
#boxwait_image
{
    width:100%;
    height:50px;
    background:url("../images/loading8-1.gif") no-repeat center;
}

