
.edit_f
{
	margin-top: 15px;
	background-image: none;
	background-color: rgb(255, 255, 255);
	border: 1px solid #838383;
	padding: 5px 10px 5px 36px;
	width: 220px;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: 10px center;
	-webkit-box-shadow: inset 2px 1px 9px 0px rgba(50, 50, 50, 0.33);
	-moz-box-shadow: inset 2px 1px 9px 0px rgba(50, 50, 50, 0.33);
	box-shadow: inset 2px 1px 9px 0px rgba(50, 50, 50, 0.33);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #7b7b7b;
	font-size: 16px;
}
.edit_f
{

}
.ico-form-2
{

	margin: 15px 0 0 30px;
}
.button-orange{
    width: 144px;
    margin: 12px 88px 0 129px;
    height: 40px;
    display: block;
}
.button:hover
{
	color: #000;
	}


.edit_f_te
{
	color: rgb(0, 0, 0);
}

.edit_f_error
{
	background-color: #E01B1E !important;
	color: #fff;
}


.sendbtn
{
	cursor: hand;
	cursor: pointer;
	margin-top: 15px;
}

.label_sndok
{
	text-align: center;
}
