a.close{
background: url("/media/images/cancel-prom.jpg") no-repeat scroll center center transparent;
    cursor: pointer;
    height: 38px;
    position: absolute;
    right: 255px;
    top: 295px;
    width: 90px;
    z-index: 3200;
	color:transparent;
	}
	a.close2 {background:url("/media/images/x.png") no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-7px; right:-10px; cursor:pointer;}
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:-100;
  top:0;
  display:none;
  z-index:9999;
  padding:20px;
}
#boxes #dialog {
background-color: #F2D7C1;
    background-image: url("/media/images/promo.png");
    background-position: left 20px center;
    background-repeat: no-repeat;
    border: 1px solid rgba(33, 33, 33, 0.6);
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    height: 354px;
    left: 0;
    padding: 10px 40px 10px 400px;
    position: fixed;
    top: 50%;
    width: 306px;
}
#boxes #dialog h1 {
    border-bottom: 1px solid #BE6C63;
    color: #262222;
    font-family: Arial;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 30px;
    padding: 15px 2px;
    text-align: left;
    width: 290px;
}

#boxes #dialog p {
    color: #262222;
    font-size: 14px;
    line-height: 1.4;
}
.smaller {
    display: block;
    font-size: 10px;
    width: 330px;
}
a.promo {
    cursor: pointer;
    display: block;
    float: right;
    font-weight: normal;
    height: 37px;
    margin-top: 15px;
    width: 169px;
	background-image: url("/media/images/take.jpg");
    background-position: center;
	background-repeat:no-repeat;
}