@import "app-reset.css";

.box-application .app-contact {
	width: 690px;
	padding-top: 13px;
}
.box-application .app-contact .row {
	padding: 0 0 22px;
}
.box-application .app-contact .row input[type="text"],
.box-application .app-contact .row textarea {
	padding: 11px 12px;
	border: none;
}
.box-application .app-contact .row input[type="text"] {
	width: 356px;
}
.box-application .app-contact .row.message {
	padding-bottom: 15px;
	border-bottom: 1px solid #ededed;
}
.box-application .app-contact .row textarea {
	width: 690px;
	height: 218px;
}
.box-application .app-contact .row label {
	margin: 12px 0 0 0;
	padding: 5px 0 5px 37px;
}
.box-application .app-contact .row label.c_on:before {
	background: #eee url(../g/checked.png) 0 0 no-repeat;
}

.box-application .app-contact .row .prefix {
	display: inline-block;
	padding: 10px 10px 0 0;
}
.box-application .app-contact .row label:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 27px;
	height: 27px;
	display: block;
	background-color: #eee;
}
.box-application .app-contact .row input[type="text"].medium { width: 320px; }
.box-application .app-contact .row label input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 27px;
	height: 27px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.box-application .app-contact .row.captcha-row {
	margin-bottom: 18px;
	padding: 26px 0 24px 0;
	border-bottom: 1px solid #ededed;
}
.box-application .app-contact .row .btn {
	float: right;
}
.box-application .app-contact .row .btn input[type="button"],
.box-application .app-contact .row .btn input[type="submit"],
.box-application .app-contact .row .btn input[type="reset"] {
	float: left;
	padding: 10px 33px;
	font-size: 16px;
	color: #fff;
	border: none;
	background-color: #55aa47;
}
.box-application .app-contact .row.captcha-row .btn input[type="reset"] {
	margin-right: 14px;
	padding: 10px 35px;
	background-color: #d85735;
}
.box-application .app-contact .row.captcha-row img {
	display: block;
	width: 178px;
	height: 82px;
	margin-bottom: 12px;
}
.box-application .app-contact p {
	font-size: 13px;
}

.box-application .app-contact .box-content {
	text-align: center;
	padding-top: 30px;
}
.box-application .app-contact .box-content h3 {
	font-size: 18px;
	line-height: 23px;
	font-weight: normal;
}
