@charset "utf-8";
/* CSS Document */

/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:99;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  width:440px;
  height:200px;
  display:none;
  z-index:100;
  padding:20px;
}

/* Customize your modal window here, you can add background image too */
#boxes #dialog {
  width:375px; 
  height:120px;
  background-color:#fff;
}

#modalclose {position:absolute; top:10px; right:10px;}

#boxes dl {background-color:#ddd; padding:5px;}
#boxes dt { float: left; width: 34px; padding-top:4px; min-height: 1px; /* required to give layout to empty elements */ height:40px;} 
#boxes dd {
	margin-left: 44px;
	width:183px;
	padding-top:4px;
	height:40px;
}
#boxes dt img {border:solid 1px #c4c4c4;}

#boxes a:link {color:#505050; text-decoration:none; display:block;}
#boxes a:visited {color:#505050; text-decoration:none; display:block;}
#boxes a:hover {color:#be0707; text-decoration:none; display:block;}
#boxes a:active {color:#be0707; text-decoration:none; display:block;}
