@CHARSET "UTF-8";

em.error, i.error {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 3;
	color: #DE3830;
	text-align: right;
	text-transform: none;
	font-style:normal;
	font-size: 12px;
	/* margin-right: 10px; */
	line-height: 20px;
	height: 20px;
}
input.error {
	border: 1px #DE3830 solid;
}
select.error{
	border: 1px #DE3830 solid;
}