#onlinelayer{
   background-color : #666666;
   border:1px solid #CC0000;
   width : 190px;
   position :absolute;
   left:130px;
   z-index : 90;
   font-family: itc legacy sans medium; 
   font-size: 10px;
   visibility : HIDDEN;
   }
#contactlayer {
   background-color : #666666;
   border:1px solid #CC0000;
   width : 190px;
   position :absolute;
   left:130px;
   z-index : 90;
   font-family: itc legacy sans medium; 
   font-size: 10px;
   visibility : HIDDEN;
   }
.wrap{ position:relative;}

.helplayer {
  text-align: left;
  border:4px outset green;
  background-color: white;
  width : 350px;
  position :absolute; left: 330; top: 260;
  z-index : 90;
  font-family: itc legacy sans medium; 
  font-size: 12px;
  visibility : HIDDEN;
}

.delinfolayer {
  border:4px outset blue;
  padding: 4px;
  background-color: white;
  width : 300px;
  position :absolute; left: 330; top: 260;
  z-index : 90;
  font-size: 12px;
  visibility : HIDDEN;
}

#quickTrackLayer {
  background-color : #cccccc;
  border:1px solid #CC0000;
  width : 400px;
  height: 250px;
  position :absolute;
  left:130px;
  z-index : 90;
  font-family: itc legacy sans medium; 
  font-size: 11px;
  visibility : HIDDEN;
  overflow:auto;
}
