/* CSS Document */

#messaggio
{
    /*position: Absolute;*/
    background-color: #E5E5E5;
    font-size: 10px;
    font-family: Verdana;
    width: 100%;
    height: 100px;
    border: Solid 1px #433D32;
    cursor:hand;
    cursor:pointer;
		margin-left:8px;
		background-image:url(img/bg_messaggio.gif);
		background-position:left;
		background-repeat:no-repeat;
}
#divmessaggio
{
    position: Absolute;
    top: 120px;
    left: 40%;
		width:20%
}

div.chiudi
{
    text-align: center;
    border-bottom: Solid 1px #433D32;
    background-color:#999999;
    color:#FFFFFF;
    vertical-align:middle;
    /*padding:4px;*/
    height:15px;
		font-size:9px;
		padding-top:2px;
}
a.messaggio
{
    color: #000000;
    text-decoration: None;
}
a.messaggio:hover
{
    color: #000000;
    text-decoration: None;
}
