input.hourpicker {
  background: #FFF url('../img/timepicker.png') no-repeat 95%;
  width: 55px;
}
.ui-jhourpicker {
  position: absolute;
  z-index: 9999;
  background: #FFF;
  border: 1px solid #CCC;
  display: none;
  width: 230px;
  padding: 10px 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.ui-jhourpicker-slider a {
  font-size: 95%;
}