#ajaxloadericon {
	display: none;
}
#ajaxloadericon.loading {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background-image: url(../img_index/ajax-loading.gif);
	background-repeat: no-repeat;
	top: 255px;
	left: 290px;
}

#lf_error {
	color: red;
	font-size: 14px;
	font-weight: bold;
	
}