.ui-autocomplete
{
  z-index: 200!important;
}
.ui-autocomplete-loading
{ 
  background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; 
}

.ui-loading
{ 
  height: 16px;
  width: 16px;
	display: inline-block;
  background: url('images/ui-anim_basic_16x16.gif') no-repeat; 
}

.ui-inline-block {
	display: inline-block;
}

.ui-numeric {
	text-align: right;
}

.bm-dayselector,
.bm-monthselector,
.bm-yearselector
{
  vertical-align:top;
  text-align: center;
  height: 28px!important;
  margin: 5px;
}

button.bm-dayselector-prevday,
button.bm-dayselector-actualday,
button.bm-dayselector-nextday
{
  height: 28px!important;
}

button.bm-monthselector-prevmonth,
button.bm-monthselector-nextmonth,
button.bm-yearselector-prevyear,
button.bm-yearselector-nextyear
{
  top: -11px;
  height: 28px!important;
}

.bm-monthselector .ui-selectmenu-button
{
  height: 28px!important;
}

select.bm-monthselector-month,
select.bm-monthselector-year
select.bm-yearselector-year
{
  height: 100%;
}