.input {
	border              : 0px;
	border-bottom       : 1px solid #e5e5e5;
	background-color    : transparent;
	font-family         : verdana, arial, times;
	font-size           : 11px;
	font-weight         : normal;
	color               : #000000;
	padding             : 0px;
}
.input_wrong {
	border              : 0px;
	border-bottom       : 1px solid #97CD2D;
	background-color    : transparent;
	font-family         : verdana, arial, times;
	font-size           : 11px;
	font-weight         : normal;
	color               : #000000;
	padding             : 0px;
}

