.ti_tx,
.mi_tx,
.mer_tx {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

.time,
.mins,
.meridian {
	width: 40px;
	float: left;
	margin: 3px 0px;
	font-size: 20px;
	color: #2d2e2e;
	font-family: arial;
	font-weight: 700;
}

.timepicki-prev,
.timepicki-next {
	cursor: pointer;
	padding: 10px;
	width: 28%;
	border: 1px solid #ccc;
	margin: auto;
	background: url(/my/static/timepicki/img/arrow.png) no-repeat;
	border-radius: 5px;
}

.timepicki-prev:hover,
.timepicki-next:hover {
	background-color: #ccc;
}

.timepicki-next {
	background-position: 50% 105%;
}

.timepicki-prev {
	background-position: 50% -12%;
}

.time_pick {
	position: relative;
	 width:140px; 
}

.timepicker_wrap {
	padding: 5px;
	border-radius: 5px;
	z-index: 998;
	display: none;
	box-shadow: 2px 2px 5px 0 rgba(50,50,50,0.35);
	background: #f6f6f6;
	border: 1px solid #ccc;
	float: left;
	position: absolute;
	top: 27px;
	left: 0;
}

.arrow_top {
	position: absolute;
	top: -10px;
	left: 20px;
	background: url(/my/static/timepicki/img//top_arr.png) no-repeat;
	width: 18px;
	height: 10px;
	z-index: 999;
}
input.timepicki-input {
	background: none repeat scroll 0 0 #FFFFFF;
    	border: 1px solid #CCCCCC;
    	border-radius: 5px 5px 5px 5px;
    	float: none;
    	margin: 0;
    	text-align: center;
    	width: 70%;
    	font-size:15px;
}
a.reset_time {
	position:absolute;
	right:0;
	margin-top:-35px; 	
}