﻿#loading_pulsante {
    background-color:#666;
    height:100%;
    left:0;
    opacity:0.6;
    filter:alpha(opacity=60);
    position:absolute;
    top:0;
    width:100%;
    display:none;
}
#loading_img {
    display:none;
    position:fixed;
    width:207px;
    height:97px;
    background:url(../images/newloading_sfondo.png) top left no-repeat;    
    padding:30px 40px 0px 130px;
    top:50%;
    margin-top:-63px;
    margin-left:-189px;
    left:50%;
}
#loading_img p{
    font-size:20px;
    font-family:Arial, Verdana;
    color:#FF6600;
    line-height:20px;
    padding-bottom:20px;
    text-align:center;
    font-weight:bold;
}
