.popup-text {
	margin: 0;
	font-family: 'sinkin_sans400_regular';
	font-weight: normal;
	font-size: 11px;
	text-transform: none;
	color: #FFFFFF;
}
.popup-image {
	margin-left: 20px;
}
.close:link {
	text-decoration: none; color: #C14E00; font-size: 14px; font-weight: normal;
}
.close:visited {
	text-decoration: none; color: #C14E00; font-size: 14px; font-weight: normal;
}
.close:hover {
	text-decoration: none; color: #B6B66D; font-size: 14px; font-weight: normal;
}
.close:active {
	text-decoration: none; color: #B6B66D; font-size: 14px; font-weight: normal;
}
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:800px;
  height:420px;
  display:none;
  z-index:9999;
  padding:20px;
  background-color:#000000;
}
#boxes #dialog {
  width:800px; 
  height:420px;
  padding:10px;
  background-color:#000000;
  text-align: center;
  border-width:1px;
  border-style:solid;
  border-color:#BDAC81;
}