#disablingDiv
{
  display: none; 
  z-index:1001;
  position: absolute; 
  top: 0%; 
  left: 0%; 
  width: 100%; 
  height: 100%; 
  background-color: #939393; 
  opacity:.70; 
  filter: alpha(opacity=70); 
}
 
#msg1 {
  border: solid 2px #939393;
  left: 45%;
  display: none; 
  z-index:1002;
  position: absolute; 
  background-color: white;
  width: 500px;
  height: 250px;
  font-family: Tahoma;
}
#msg1img, #msg2 {
  display: none;
  
}

.qform {
  font-size: 12px;
  padding: 5px;
}
.qform input {
  width: 220px;
  font-size: 12px;
  height: 22px;
}
.qform textarea {
  font-size: 12px;
}
select.smr {
  font-size: 12px;
  width: 140px;
}
select.smr optgroup {
  font-style: normal;
}