.edit_f
{
	color: rgb(255, 255, 255);
	margin: 15px auto;
	background-image: none;
	background-color: transparent;
	border: 1px solid rgb(255, 255, 255);
	height: 40px;
	padding: 5px 10px;
	width: 300px;
	display: block;
	border-radius: 5px;
	font-weight: bold;
	font-family: 'open_semibold', Trebuchet MS, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
.edit_f_te
{
	color: #fff;
}
.edit_f_error
{
	background-color: #E01B1E !important;
}
.sendbtn
{
	cursor: hand;
	cursor: pointer;
	margin-top: 15px;
}
.banner-big .label_sndok
{
	text-align: center;
	font-size: 13px;
	font-family: 'open_semibold', Trebuchet MS, sans-serif;
	margin: 40px 0;
	text-transform: uppercase;
	color: #108733;
	font-weight: bold;
}
.progressimg {
	text-align: center;
	margin: 10px 0 0 0;
}
.button
{
	width: 300px;
	height: 40px;
	margin: 0 auto 20px auto;
	display: block;
	background: #108733;
	color: #fff;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	outline: none;
	cursor: pointer;
}
.button:hover
{
	background: #217039;
}
input
{
	outline: none;
}
