#city_name {
    text-transform: capitalize;
}
#dayout_city_name {
    text-transform: capitalize;
}

/* auto complete city */
.ac_results {
padding: 0px;
border: 1px solid #F8A01B;
/*background-color: #F8A01B;*/
background-color: #eaeaea;
overflow: hidden;
z-index: 99999;
width:250px !important;
}
.ac_results ul {
width: 100%;
list-style-position: outside;
list-style: none;
padding: 0;
margin: 0;
}
.ac_results li {
margin: 0px;
padding: 5px 5px;
cursor: default;
display: block;
/* 
if width will be 100% horizontal scrollbar will apear 
when scroll mode will be used
*/
/*width: 100%;*/
font: menu;
font-size: 12px;
/* 
it is very important, if line-height not setted or setted 
in relative units scroll will be broken in firefox
*/
line-height: 16px;
overflow: hidden;
}
.ac_loading {
background: white url('indicator.gif') right center no-repeat;
}
.ac_odd {
background-color: #eee;
}
.ac_over {
/*background-color: #0260A0;*/
background-color: #1081C4;
color: white;
}
/* end - auto complete city */
 .roundabout-holder {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      height: 170px;
      width: 250px;
	  border:0px solid red;
	  margin-top:1px;
   }
   .roundabout-moveable-item {
      height: 146px;
      width: 241px;
      cursor: pointer;
      background-color: #ffffff;
      border: 1px solid #eaeaea;
   }
   .roundabout-in-focus {
      cursor: auto;
   }
/*#from, #to{background: url("img/calendar.gif") no-repeat scroll 176px center transparent;}*/
#ui-datepicker-div{
font-size:11px;
z-index:1000 !important;
}
.anythingControls{
display:none !important;
}
.ui-datepicker-trigger{
position:relative;
top:2px;
}