div.time-picker {
  position: absolute;
  height: 191px;
  width:6em; /* needed for IE */
  overflow: auto;
  background: #fff;
  border: 1px solid #aaa;
  z-index: 99;
  margin: 0;
}
div.time-picker-12hours {
  width:6em; /* needed for IE */
}

div.time-picker ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.time-picker li {
  cursor: pointer;
  height: auto;
  font: 12px/1 Helvetica, Arial, sans-serif;
  padding: 4px 3px;
}
div.time-picker li.selected {
  background: #0063CE;
  color: #fff;
}
button.time-picker { 
display: block; 
position: absolute; 
width: 16px; height: 16px; 
background: url('../img/calendar.png') 
no-repeat left top; text-indent: -9000px; 
border: none; 
cursor: pointer; 
padding: 0; 
line-height: 0; 
vertical-align: top 
}