/* TIME PICKER STYLES ---------------------------------------*/
.B2Btimepicker{
	display: inline;
	position: relative;
}
.B2Btimepicker input[type=text] {
	border:1px solid #666;
	width:70px;
	text-align:center;
}
.B2Btimepicker span {
	display: none;
	background: rgba(255,255,210,1);
	border-radius: 5px;
	border: 2px solid #999 ;
	color: #666;
	left: 0px;
	top: 0px;
	padding: 2px;
	position: absolute;
	z-index: 50;
	white-space:nowrap;
	width:138px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


.B2Btimepicker span p {
	margin:0px;
	float:left;
	font-weight:bold;
	text-align:center;
}
.B2Btimepicker span p input[type=text]{
	width:30px;
	height:28px;
	float:left;
	font-weight:bold;
	font-size:20px;
	text-align:right;
	margin-left:2px;
}

.B2Btimepicker .buttoncell {
	width:62px; background-color:#ddc; padding: 1px; margin:0px 2px 10px 2px;
	cursor:pointer;
}
.B2Btimepicker .buttoncell:hover{
	background-color:#000;
	color:#fff;
}

.B2Btimepicker span p button{
	width:20px;
	height:16px;
	float:left;
	font-size:10px;
	text-align:center;
	margin-left:2px;
}

