.Wdate{
	border:#999 1px solid;
	height:20px;
	background:#fff url(datePicker.gif) no-repeat right;
	width:140px;
		font-size: 11px;
	color: #454545;
	padding: 0px 7px 0px;
	border: 1px solid #D7D7D7;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	display: inline-block;
	height: 26px;
	margin: 0px;
	line-height: 24px;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.WdateFmtErr{
	font-weight:bold;
	color:red;
}