/* time picker */
.timepickr-main { float: left; position: relative; }
.timepickr-display { float: left; height:14px; width: 55px; padding:1px; outline: none; text-align: center; border: solid 1px #D8D8D8; }
.timepickr-popup { position: absolute; left: 0px; top: 20px; width: 500px; }
.timepickr-row  {	position: relative; background-color: #FFFFFF; clear: both;
	float: left;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; 
	border:1px solid #FFFFFF; }
.timepickr-button { cursor: pointer; font-size: 9px; margin: 2px;
	padding: 4px 6px; font-weight: bold; text-align: center; -webkit-border-radius: 4px;
	-moz-border-radius: 4px; border-radius: 4px; background-color: #D2D3D6;
	border: 1px solid #B5B6B9; color: #5E6164; float: left; }
.timepickr-row .state-hover { background-color:#636567; border-color:#636567; color:#FFFFFF; }
