p#vtip {
	position: absolute; 
	padding: 0px; 
	left: 5px; 
	font-size: 0.8em; 
	background-color: white; 
	border: 1px solid #a6c9e2; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	z-index: 9999;
}
p#vtip #vtipArrow { 
	position: absolute; 
	top: -10px; 
	left: 5px 
}
.input_validation-failed { 
	border-bottom: 1px solid red  !important;
	color:#034244;
}

/* span.error{
	height: 20px;
	width: 20px;
	padding-left: 20px;
	background: url('../images/ICON_20.svg');
	background-repeat: no-repeat;
	background-position: 0px -20px;
	margin-left: 0px;
	 } */

/* span.corect{
	height: 20px;
	width: 20px;
	padding-left: 20px;
	background: url('../images/ICON_20.svg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 0px;
	 } */