@charset "utf-8";

.valid-input-text-error {
	border-width: 1px !important;
	border-color: #C66161 !important;
	border-style: solid !important;
	color: #CC0000 !important;
	background-color: #FBE2E2 !important;
}

.valid-error-message-div {
	height: auto;
	width: auto;
	border: 0px solid red;
	position: relative;
	color: red;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	text-align: left;
	display: inline;
	white-space: nowrap;
}

.valid-focus-input {
	border-width: 1px !important;
	border-color: blue !important;
	border-style: solid !important;
	background: #f6f6f6 !important;
}

