/* стиль поля */
.edit_f
{
	color: #7b7b7b;
	background-color: rgb(255, 255, 255);
	border: 1px solid #838383;
	height: 40px;
	padding: 5px 10px 5px 36px;
	width: 284px;
	display: block;
	border-radius: 3px;
	box-shadow: inset 0px 0px 8px rgba(0,0,0,0.5);
	margin: 5px auto 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: 10px center;
	border-radius: 3px;
	font-family: HelveticaNeue;
	font-size: 16px ;

}
.edit_f
{
	background-image: url('../img/ico-form-1.png');
}
.ico-form-2
{
	background-image: url('../img/ico-form-2.png');
}


/* стиль поля по умолчанию */
.edit_f_te
{
	color: rgb(0, 0, 0);
}

/* Ошибка ввода */
.edit_f_error
{
	background-color: #E01B1E !important;
	color: #fff !important;
	border: 2px solid transparent !important;
}

/* Стиль кнопки */
.sendbtn
{
	cursor: pointer;
	margin-top: 15px;
}

.label_sndok
{
	text-align: center;
}
