div.time-picker
{
	position: absolute;
	height: 191px;
	width: 5em; /* needed for IE */
	overflow: auto;
	background: #fff;
	border: 1px solid #aaa;
	z-index: 99;
	margin: 0;
	font-size: 11px;
	font-family: Verdana,Arial,Tahoma;
}
div.time-picker-12hours
{
	width: 7em; /* needed for IE */
}

div.time-picker ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.time-picker li
{	
	
	cursor: pointer;
	height: 10px;
	padding: 4px 3px;
}
div.time-picker li.selected
{
	background: #0063CE;
	color: #fff;
}
