#maincont{
  margin:20px auto; border:0px solid #ccc; width:800px; padding:5px;
}
.but {
  cursor:pointer; padding:5px 15px; border:1px solid #333; background:#ccc;  width:100px;
  text-align:center;
}
a {
  text-decoration:none;
}
a img{
  border:0px;
}
table td {
  vertical-align:top;
}
#over, #overc {
  height:100%;  left:0px;  position:fixed;  top:0px;  width:100%;  z-index:1104;
  display:none;  opacity:.55; filter: alpha(opacity=55); -moz-opacity: .55;
  background:#000;
  _POSITION: absolute;  
  _HEIGHT: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
  _WIDTH:expression(document.body.offsetWidth + 'px'); 
}
#wait{
  left:50%; position:absolute; top:25%; z-index:1105; opacity:.55; filter: alpha(opacity=55); -moz-opacity: .55;
}
