/* = Time Picker
--------------------------------------------------------------------------------------- */
div.time-picker 			{ position: absolute; height: 200px; overflow: auto; background: #fff; border: 1px solid #DFDFDF; z-index: 9999; font-size: 1.4em; padding: 5px 10px; color: #012E54; }
div.time-picker-12hours 	{ font-size: 1.4em; padding: 5px 10px; color: #012E54; }
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: #fff; color: #012E54; }