.shadeDiv {
    position: absolute; 
    z-index: 10000; 
    display: none;
    /*background-image: url('../img/shade_bg.gif');*/
    background-color:#ffffff;
    opacity:.80;
    filter: alpha(opacity=80); 
    -moz-opacity: 0.8; 
    left: 0pt; top: 0pt; 
}

td.loadMessage {
    font-family: Verdana;
    font-size: 12px;
    color:#555;
    white-space: nowrap;
}

td.loadIcon {
    display:block;
    width:66px;
    height:66px;
    background-image: url('img/loading.gif');
    background-repeat: no-repeat;
}
#loaderHandler {
    position: absolute; 
    z-index: 100; 
    display: none;
}