/* LOADING */

div#loading {
position:fixed;
left:50%;
top:50%;
margin-top:-137px;
margin-left:-234px;
z-index:999;
}
div#loading-information-background {
border:7px solid #3297CF;
text-align:center;
color:#fff;
font-weight:bold;
font-size:16px;
background:#3CA8E2;
width:468px;
line-height:24px;
}
div#loading-information-background img {
    margin-top:-6px;
}
div#loading-information {
width:450px;
margin:auto;
margin-top:20px;
background:transparent url(/media/img/booking/cities-dark-watermark.gif) no-repeat 10% 0;
}

div#city-loading {
background:url(/media/img/booking/silhouette-loader-dark2.gif) no-repeat;
width:468px;
height:134px;
}
div#city-loading div {
background:url(/media/img/booking/silhouette-loader-lights2.gif) no-repeat;
width:0;
height:134px;
}
