.vAlert-wrapper{
    font-family:"Trebuchet MS";
    position:absolute;
    top:0; left:0;
    bottom:0; right:0;
    background:#000;
    display:none;
    z-index:999999999;
}
.vAlert{
    position:absolute;
    z-index:9999999999;
    width:500px; height:200px;
    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);
}

.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('../img/close.png');
}
.vAlert-header span.btnClose:hover{
    background:url('../img/close.png') 0px 33px;
}

.vAlert-main{
    text-align:center;
}
.vAlert h4{
    font-family:"Trebuchet MS";
    text-align: center;
    font-size: 22px;
    color: #69C;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    margin: 0px;
    padding: 0px;
    line-height:130px;
}
