#lsn_mask,
#lsn_mask iframe {
  top: 0;
  left: 0;
  background-color: #eef;
  filter: alpha(opacity=55);
  -moz-opacity: .55;
  opacity: .55;
  position: absolute;
  z-index: 1;
  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_message_box {
  position: absolute;
  background-color: #eef;
  border: 3px outset #DDDDDD;
  padding: 5px 5px 3em 5px;
  z-index: 100;
}
#lsn_message_box button {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#lsn_status {
  position: absolute;
  background-color: #eef;
  border: 1px solid #DDDDDD;
  padding: 50px 100px 50px 100px;
  z-index: 100;
}

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

#lsn_dialog {
  z-index: 100;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px outset #103565;
  background-color: #fefefe;
  width: 310px;
  margin: 4px;
}

#lsn_dialog form {
  padding: 5px;
  margin: 0px;
}

.lsn_dialog_title {
  font-size: 14px;
  margin-bottom: 2px;
  font-weight: bold;
  background-color: #EEEEEE;
  padding: 2px;
  border-top: 1px outset #16498C;
  border-left: 1px outset #16498C;
  border-bottom: 2px outset #16498C;
  border-right: 1px outset #16498C;
}

#lsn_dialog_button_frame {
  text-align: right;
  margin-top: 10px;
}

#lsn_dialog_button_frame button {
  margin-left: 4px;
}

#lsn_dialog_cancel_text {
}

#lsn_dialog_ok_text {
  padding: 0 1em 0 1em;
}