.nothing_here_block {
	margin: 10px 20px;
}

.form .error_text {
	display: block;
	clear: both;
    float: none;
	margin: -5px 0 8px 175px;
	text-align: left;
	width: 370px;
	font-size: 12px;
	line-height: 12px;
	color:red;
}
.form .errors_block {
	color:#ff0000;
	font-size:120%;
	margin-bottom:10px;
	text-align: center;
}
