#CP_hourcont {
	padding: 0px;
	position: absolute;
	border: 1px solid #E68200;
	background-color: #f1f1f1;
	display: none;
}

#CP_minutecont {
	background-color: #f1f1f1;
	padding: 0px;
	position: absolute;
	width: 50px;
	border: 1px solid #E68200;
	display: none;
}

.floatleft {
	float: left;
}

.CP_hour {
	color: black;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	white-space: nowrap;
	cursor: pointer;
	width: 35px;
	margin: 1px;
	background-color: #f1f1f1;
}

.CP_minute {
	color: black;
	padding: 3px;
	background-color: #f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	white-space: nowrap;
	cursor: pointer;
	width: auto;
	margin: 1px;
}

.CP_over {
	background-color: #666666;
}