label.error {
	color: red;
	font-weight: bold;
	background: transparent url(images/unchecked.gif) no-repeat scroll 0 0;
	padding-left: 18px;
    font-size: 12px;
}

label.checked {
	background: transparent url(images/checked.gif) no-repeat scroll 0 0;
}
.Wdate{
	height: 30px;
	width: 160px;
}
.form-inline .form-control {
	display: inline-block;
	vertical-align: middle;
	width: 152px;
}
.textarea_xlg {
	width:500px; height:380px;
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	 }
