.vAlert-wrapper{
    font-family:"Trebuchet MS";
    position:absolute;
    top:0; left:0;
    bottom:0; right:0;
    background:#000;
    display:none;
    visibility: hidden;
    z-index:999999998;
}
.vAlert{
    position:absolute;
    z-index: 999999999;
    width:500px; height:200px;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: url('../images/background/bg-with-lines/white.png');
/*    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);*/
}

.vAlert-header{
    position:relative;
    height:25px;
    background:none;
}
.vAlert-header span.btnClose{
    position:absolute;
    top:-8px; right:-8px;
    width:34px; height:34px;
    cursor:pointer;
    background:url('../images/close.png') 0px 0px;
}
.vAlert-header span.btnClose:hover{
        background:url('../images/close.png') 0px 34px;
}

.vAlert-main{
    text-align:center;
    padding: 0 10px;
}
.vAlert h4{
    font-family:"Trebuchet MS";
    text-align: center;
    font-size: 22px;
    color: #FFFF54;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    margin: 40px 0 0 0;
    padding: 0px;
}

