.dti {
	background-color:#EEE;
	padding:13px;
	font-size:15px;
	color:#000;
	border:none;
	border-bottom:2px solid #CCC;
	overflow:visible;
	box-sizing:border-box;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	display:inline-block;
}
.dti input {
	display:inline-block;
	border:0;
	padding:0;
	margin:0;
	font-size:14px;
	width:20px !important;
	min-width:0 !important;
	background:none;
	text-align:center;
}
.dti input.on {
	background-color:#B4D5FF;
}
.dti input.year {
	width:45px !important;
}
.dti input.ampm {
	width:26px;
}
select._date {
	background-image:none !important;
}
.dtclear {
	font-size:11px;
	position:absolute;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:none;
	background-color:#CCC;
	color:#000;
	cursor:pointer;
}
.dtclear:hover {
	background-color:#3875D7;
	color:#FFF;
}