/* CSS Document */

#messaggio
{
    /*position: Absolute;*/
    background-color: #FFF;
    font-size: 10px;
    font-family: Verdana;
    width: 100%;
    height: 132px;
    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: 100px;
    left: 40%;
		width:20%
}

div.chiudi
{
    text-align: center;
    border-bottom: Solid 1px #433D32;
    background-color:#999999;
		background-image:url(img/bg_popmsg.gif);
		background-repeat:repeat-x;
    color:#FFFFFF;
    vertical-align:middle;
    /*padding:4px;*/
    height:18px;
		font-size:9px;
		padding-top:6px;
		font-weight:800;
}
a.messaggio
{
    color: #000000;
    text-decoration: None;
}
a.messaggio:hover
{
    color: #000000;
    text-decoration: None;
}
