/* CSS Document */

#messaggio
{
    /*position: Absolute;*/
    background-color: #FFFFFF;
    font-size: 10px;
    font-family: Verdana;
    width: 100%;
    height: 74px;
    border: Solid 1px #433D32;
    cursor:hand;
    cursor:pointer;
		color: #006657;
}
#divmessaggio
{
    position: Absolute;
    top: 28px;
    left: 41%;
    width:18%;
}
div.chiudi
{
    text-align: center;
    border-bottom: Solid 1px #433D32;
    background-color:#BDD7D3;
    color:#006657;
    vertical-align:middle;
    padding:4px;
		/*height:15px;*/
		font-weight:800;
		background-image:url(img/list.gif);
		background-position:right;
		background-repeat:no-repeat;
}
a.messaggio
{
    color: #000000;
    text-decoration: None;
}
a.messaggio:hover
{
    color: #000000;
    text-decoration: None;
}