.InvalidInput {
	background:#fff url(invalid_line.gif) repeat-x bottom;border:1px solid #dd7870;
}
.InvalidInputMsg {
	font-weight: normal;
	color: #FF0000;
	background-image: url(exclamation.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
