@charset "utf-8";
/* CSS Document */


a {color:#ff0c00; 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;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}
#boxes #dialog {
	width: 375px;
	height: 203px;
	padding: 10px;
	background-image: url(../images/backgrounds/search-bg.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0224b5;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #F00;
}


