.Wdate {
	border: #999 1px solid;
	height: 26px;
	width: 206px;
	background: #fff url(datePicker.gif) no-repeat 95%;
	margin-right: 10px;
	padding-left: 11px;
	font-size: 16px;
}

.Wdate::-ms-clear {
	display: none;
}

.WdateFmtErr {
	font-weight: bold;
	color: red;
}

@media only screen and (max-width:768px) {
	.Wdate {
		width: 18rem;
		height: 3.6rem;
		background: #F5F5F5;
		border-radius: 0.4rem;
		margin-right: 0px;
		padding-left: 0.8rem;
		font-size: 1.3rem;
		margin-bottom: 1rem;
		color: #333333;
		background-size: 1.5rem;
		border: 0px;
	}
}