﻿.darkf 
{
 display: none;
   position: absolute;
   top: 55%;
   left: 33%;      
   padding: 16px;       
   
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;   
   z-index:1002;
   overflow: auto;
}

.darkfHotel 
{
 display: none;  
  position: absolute;
   top: 55%;
   left: 55%;      
   padding: 16px;       
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;   
   z-index:1002;
   overflow: auto;
}

.darkfLogin 
{
 display: none;
   position: absolute;   
   left: 30%;      
   padding: 16px;       
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;   
     background-color :#AED0EA;
   z-index:1002;
   overflow: auto;
}
.darkfAlt 
{
background: url("../images/ambitios_header_bg.gif") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
   position: absolute;
   top: 45%;
   left: 45%;      
   padding: 16px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;   
   z-index:1002;
   overflow: auto;
   font-family :Arial Baltic;
   font-size :20px;
   font-style:italic;
   height :80%;
}