      #html,body{height:100%;}
      #divAjaxTimer, #ifAjaxTimer{
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
        width: 350px;
        height: 145px;
      }
      
      #divAjaxTimer{
        background-color: #efefef;
        border: solid 1px #333333;
        z-index: 101;
      }
      #ifAjaxTimer
      {
		z-index: 100;
      }
      #divAjaxContent,#divAjaxTitle{
        font-family: Verdana, Tahoma, Arial;
        font-size: 10pt;
        font-weight: normal;
      }
      #divAjaxTitle
      {
      	text-align: left;
        background-color: #dddddd;
        color: #000000;
        padding: 3px;
        display: none;
      }
      #divAjaxContent{
        color: black;
        width: 330px;
        margin: 5px 5px 10px 5px;
      }
      #divAjaxBut{
        text-align: center;
        margin-bottom: 10px;
      }
      #divAjaxBut .confirm{color: #1C701C; width: 70px; font-weight: bold;}
      #divAjaxBut .ignore{color: #B50017; width: 70px; font-weight: bold;}
