.vAlertChristmas-wrapper{
    font-family:"Trebuchet MS";
    position:absolute;
    top:0; left:0;
    bottom:0; right:0;
    background-color:#000;
    background-image: url(../images/sno_ani08.gif);
    display:none;
    visibility: hidden;
    z-index:999;
}
.vAlertChristmas{
    position:absolute;
    z-index:9999;
    width:790px; height:295px;
/*    background:#fff;*/
/*    border:1px solid rgba(100,150,200,0.7);*/
/*    border-radius:10px;*/
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
}

.vAlertChristmas-header{
    position:relative;
/*    height:25px;*/
    background:none;
}
.vAlertChristmas-header span.btnClose{
    position:absolute;
    top:-8px; right:-8px;
    width:34px; height:34px;
    cursor:pointer;
    background:url('../images/close.png');
}
.vAlertChristmas-header span.btnClose:hover{
    background:url('../images/close.png') 0px 33px;
}

.vAlertChristmas-main{
    text-align:center;
/*    padding: 0 10px;*/
}
.vAlertChristmas-main img{
    width: 790px;
    height: 295px;
}
.vAlertChristmas h4{
    font-family:"Trebuchet MS";
    text-align: center;
    font-size: 22px;
    color: #FF0000;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    margin: 40px 0 0 0;
    padding: 0px;
}

