

#gausWindow
    {
    width:340px;
    height:200px;
    background:url(images/background.gif) no-repeat;
    position:absolute;
    z-index:300;
    }

#gausError div
    {
    position:absolute;
    font-family:verdana;
    font-size:11px;
    color:red;
    padding-left:22px;
    }

#gausStatus
    {
    position:absolute;
    font-family:verdana;
    font-size:11px;
    color:#666666;
    padding-top:15px;
    }

.gausCloseButton
    {
    text-align:right;
    padding-top:4px;
    padding-right:16px;
    font-size:11px;
    font-family:arial;
    }

.gausCloseButton a, .gausCloseButton a:link, .gausCloseButton a:visited, .gausCloseButton a:hover
    {
    color:white;
    text-decoration:underline;
    }

.gausRetryButton
    {
    padding-top:32px;
    }

.gausRetryButton a, .gausRetryButton a:link, .gausRetryButton a:hover, .gausRetryButton a:visited
    {
    font-family:arial;
    font-size:11px;
    color:#3899CE;
    text-decoration:underline;
    }

.gausCloseButtonError
    {
    padding-left:20px;    
    padding-top:32px;
    }

.gausCloseButtonError a, .gausCloseButtonError a:link, .gausCloseButtonError a:hover, .gausCloseButtonError a:visited
    {
    font-family:arial;
    font-size:11px;
    text-decoration:underline;
    color:#3899CE;
    border-bottom: 0px;
    }

.gausCopy
    {
    position:absolute;
    margin-top:260px;
    font-size:9px;
    font-family:"verdana";
    text-align:right;
    width:180px;
    margin-left:110px;
    color:#666666;
    line-height:16px;
    }

.gausCopy a, .gausCopy a:link, .gausCopy a:visited, .gausCopy a:active
    {
    color:#5CA1FF;
    text-decoration:underline;
    }

.gausCopy a:hover
    {
    text-decoration:none;
    }

.gausMode
    {
    color:white;
    font-size:12px;
    font-weight:bold;
    font-family:verdana;
    padding-left:15px;
    padding-top:4px;
    }

.gausDesc
    {
    padding-top:5px;
    color:#aaaaaa;
    font-weight:normal;
    font-size:10px;
    }


.gs_marker
    {
    height:20px;
    }

.gausStInit
    {
    font-family:verdana;
    font-size:11px;
    }

.gausStScan
    {
    font-family:verdana;
    font-size:11px;
    }

.gausStProcess
    {
    font-family:verdana;
    font-size:11px;
    }


.gausStUpdate
    {
    font-family:verdana;
    font-size:11px;
    }

.gausStSend
    {
    font-family:verdana;
    font-size:11px;
    }

.gausStSuccess
    {
    font-family:verdana;
    font-size:11px;
    }

.guasBackgroundContent {
  top:0px;
  position: fixed;
  width: 100%;
  z-index:200;
  height: 100%;
  /*background: url(/p/bg.gif);*/
  background:#555555;
//position: absolute;
                top: expression(
                    document.getElementsByTagName( 'body' )[0].scrollTop + "px"
                );}

