/* LOADING */

div#loading {
position:absolute;
z-index:999;
}
div#loading-shadows-transparent {
background:url(/media/img/booking/loading-background-shadow.gif) no-repeat;
opacity: .6;
width:372px;
height:231px;
z-index:8;
}
div#loading-information-background {
text-align:center;
color:#515ECC;
font-weight:bold;
font-size:14px;
background:url(/media/img/booking/loading-background-white.gif) no-repeat;
width:372px;
height:231px;
opacity: 1;
position:absolute;
margin-top:-231px;
z-index:9;
}
div#loading-information {
background:#fcfcfd;
width:339px;
padding:10px 10px 0;
margin-top:27px;
margin-left:7px;
border-top:1px solid #f0f0f6;
border-bottom:1px solid #f0f0f6;
}
