.newClientRabat {
    position:relative;
    padding-top:5px;
    height:80px;
    background:url('img/bg-new-client_blue.png') repeat-x top;
    z-index: 1001;
}
.newClientText {
    width:1000px;
    margin:0 auto;
    text-align:center;
    line-height:20px;
    /*margin-top:10px;*/
}
.closeNewClientRabat {
    cursor:pointer;
    position:absolute;
    right:20px;
    top:10px;
    width:24px;
    height:24px;
    background:url('img/close.png') no-repeat;
}
