div.time-picker {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
  
  	position: absolute !important;
  	top: 0;
  	height: 200px;
  	width: 97px; /* needed for IE */
  	overflow: auto;
  	background: #fff;
  	border: 1px solid #7590a5;
  	z-index: 99;
}
div.time-picker-12hours {
  	width:97px; /* needed for IE */
	text-align: left;
}

div.time-picker ul {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
}
div.time-picker li {
  	cursor: pointer;
	padding-right: 10px;
	padding-left: 4px;
	line-height: 180%;

}
div.time-picker li.selected {
  background: #316AC5;
  color: #fff;
}