#lsn_mask,
#lsn_mask iframe {
  top: 0;
  left: 0;
  background-color: #eee;
  position: absolute;
  z-index: 101;
  width:100%;/*must have for any big value*/
  height:100%;/*must have for any big value*/;
}

/* Fix for misbehaving mask in ie5.5/6 with select boxes.*/
#lsn_mask iframe {
  display:none;/*sorry for IE5*/ 
  display/**/:block;/*sorry for IE5*/
  position:absolute;/*must have*/
  top:0;/*must have*/
  left:0;/*must have*/
  z-index:-1;/*must have*/
  filter:mask();/*must have*/
  width:100%;/*must have for any big value*/
  height:100%;/*must have for any big value*/;
}

#lsn_status {
  position: absolute;
  background-color: #eee;
  border: 1px solid #DDDDDD;
  padding: 2em 4em 2em 4em;
  z-index: 104;
}

#lsn_trace_box {
  position: absolute;
  background-color: #eee;
  border: 1px solid #DDDDDD;
  padding: 5px;
  z-index: 103;
  overflow: auto;
  height: 150px;
  width: 350px;
  font-size: smaller;
}

