body
{
    background-image: url('../../images/sfondo_mare.jpg');
}

.label_message
{
    color: #FF0000;
    font-size: 120%;
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 50%;
    width: 700px;
    margin-left: -200px;
    background-color: #FFFFFF;
    text-align: center;
}

.annuncio-panel
{
}
.annuncio-text-div
{
    border-style: solid;
    border-width: 2px;
    border-color: #666666 #CCCCCC #CCCCCC #666666;
    background-color: #FFFFFF;
    padding: 4px;
}
.annuncio-text
{
    font-weight: bold;
    color: #CC3300;
}

