div.time-picker {
  position: absolute;
  top:24px;
  height: 200px;
  width:100px;
  width:4em; /* needed for IE */
  overflow: auto;
  background: #fff;
  
  z-index: 199;
}
div.time-picker-12hours {
  width:100px; /* needed for IE */
}

div.time-picker ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  
}
div.time-picker li {
  padding: 1px;
  cursor: pointer;
}
div.time-picker li.selected {
  background: #316AC5;
  color: #fff;
}


  
  div.time-picker {
    margin-top: 20px;
  }
  
  
  .error {
    border:1px solid red;
  }