.clear {clear:both; height:0; line-height:0; font-size:0; overflow:hidden}
.evidenziato {color:#FF3300; font-weight:bold}
a { color:#27b5fd; text-decoration:none }
a:hover { text-decoration:underline }

#headercontent {height:85px; background:#FFF; font-family:Arial, FreeSans, Helvetica, sans-serif;/*overflow:hidden;*/margin:0 auto;}

/* the overlayed element */ 
.simple_overlay
{
    display:none; 
    z-index:10000; 
    background-color:#fff;
    width:675px;
    min-height:200px;
    border:1px solid #666;
    /*position: fixed;*/
    text-align:center;
    padding:20px;

    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 

@media screen and (max-width:767px) {
	.simple_overlay {width:300px}
}

.simple_overlay .close
{ 
    background-image:url(../images/btn_window_close.gif); 
    position:absolute; 
    right:10px;
    top:10px; 
    cursor:pointer; 
    height:15px; 
    width:15px; 
}

.overlayResponse { color: #f00; }