﻿body {
font-family:verdana;
font-size:15px;
}

a {color:#333; text-decoration:none}
a:hover {color:#ccc; text-decoration:none}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
 #popup { width: 544px; height: 1000px; position: absolute; top: 100px; left: 25%; border: 0; }
 
.popup {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  
  display:none;
  z-index:9999;
  padding:20px;
  font-size: 0.8em;
}



#dialog,#msg {
  width:200px; 
  padding:10px;
  background-color:#ffffff;
}

.wide { width: 600px !important; color: #000; }
.wide a { color: #000; }
#dialog h2,#msg h2 { font-size: 1.3em; }
#dialog h3,#msg h3 { font-size: 1.3em; border-bottom: 1px solid #D3D4D3; }
#dialog span,#msg span {color: #00699e; font-family:Courier New; display:block;}
#dialog dl{  }
#dialog dt{ margin: 10px 0 5px 0; font-weight:bold;}
#dialog dd { margin:0; }


#boxes #dialog1,#boxes #msg {
  width:375px; 
  height:203px;
}

