div.time-picker {
  position: absolute;
  height: 100px;
  width:4em; /* needed for IE */
  overflow: auto;
  background: #fff;
  border: 1px solid #000;
  z-index: 99;  
}
div.time-picker-12hours {
  width:6em; /* needed for IE */
 
}

div.time-picker ul {
	position: relative;
  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-holder {
	/*position: relative;
	display: none;
	z-index: 99;
	width: 7.6em;
	text-align:left;
	background: #fff;
	border: 1px solid #000;*/
	position: relative;
	display: none;
	z-index: 99;
	text-align:left;
 }

div.time-holder div.times {
	/*position: absolute;
	top: 0;
	height: 100px;
	overflow: auto;
	background: #fff;
	border: 1px solid #000;
	width:80px;
	overflow-x:hidden;*/
	position: absolute;
	height: 100px;
	width: 85px;
	overflow: auto;
	background: #fff;
	border: 1px solid #000;
	z-index: 99;
}
div.time-holder div.times ul {
	list-style-type: none;
	margin: 0;
	padding: inherit;
	width: 65px;
}
div.time-holder div.times li {
	padding: 1px;
	cursor: pointer;
	font-size:9pt;
	font-weight:normal;
}
div.time-holder div.times li.selected {
	background: #316AC5;
	color: #fff;
}

