 .popup-window .body {
    padding: 20px;
    width: 250px;
    background: #492222;
    border: 1px dashed #d2adf7;
}

.close-wrapper {
    text-align: right;
} 

 .title-promo {

    background: #FFFFFF; 
    border: 1px dashed #d2adf7;
    text-align: center;

}



.close1 {
 background: #492222;
 color: #FFFFFF;
 line-height: 25px;
 position: absolute;
 right: -12px;
 text-align: center;
 top: -10px;
 width: 24px;
 text-decoration: none;
 font-weight: bold;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
 -moz-box-shadow: 1px 1px 3px #000;
 -webkit-box-shadow: 1px 1px 3px #000;
 box-shadow: 1px 1px 3px #000;
}
 
.close:hover { background: #ff9933; }   
#send_info{color:#ffffff;font-size: 16px;}