@charset "utf-8";
/* CSS Document */


#alertBG {
    display: none;
    position: absolute;
    background: #000;
    -moz-opacity: 0.7;
    filter: alpha(opacity:40);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
#alertBOX {
    font-size:15px;;
    font-family: arial;
    font-weight: bold;
    display: none;
    position: absolute;
    background: #0066ff;
    color: #fff;
    text-align: center;
    border: 5px solid #fff;
    top: 50px;
    z-index: 100;
    padding-top: 0px;


}
.alertX {
    position:relative;
    font-family: arial;
    font-size: 12px;
    color: #666;
    padding: 4px 0;
    background: #fff;
    margin-top: 0px;

}
.alertX a{

    font-family: arial;
    font-size: 12px;
    color: #666;
    padding: 4px 0;
    background: #fff;
    margin-top: 0px;
    text-decoration: none;

}
.alertX a:hover{
    font-family: arial;
    font-size: 12px;
    color: #000;
    padding: 4px 0;
    background: #fff;
    margin-top: 0px;

}


