#mask{
  position:fixed;
  left:0;
  top:0;
  z-index:9998;
  background-color:#000;
  display:none;}
  
#boxes .window{
  position:fixed;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;}

#boxes #dialog{
  width:415px; 
  height:415px;
  padding:10px;
  z-index:9999;}

.close{
	display:block; text-align:right;}

#link_modal{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	text-decoration: none;}
	
#link_modal:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-decoration: none;}

#boxes2 .window{
  position:fixed;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:99999;
  padding:20px;}

#boxes2 #dialog2{
  width:415px; 
  height:415px;
  padding:10px;
  z-index:9999;}
