@import "app-reset.css";

.box-application .app-newsletter {
	width: 690px;
	padding-top: 13px;
}
.box-application .app-newsletter .row {
	padding: 0 0 22px;
}
.box-application .app-newsletter .row input[type="text"] {
	padding: 11px 12px;
	border: none;
	width: 356px;
}
.box-application .app-newsletter .row.message {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ededed;
}
.box-application .app-newsletter .row .del-row {
	width: 38px;
	height: 37px;
	vertical-align: top;
	display: inline-block;
	background: #d85735 url(../g/close.png) 50% 50% no-repeat;
	margin-left: 18px;
	text-indent: -10000px;
}
.box-application .app-newsletter .row.captcha-row {
	margin-bottom: 10px;
}
.box-application .app-newsletter .row.captcha-row img {
	display: block;
	width: 178px;
	height: 82px;
	margin-bottom: 12px;
}

.box-application .app-newsletter .row label {
	margin: 12px 0 0 0;
	padding: 5px 0 5px 37px;
}
.box-application .app-newsletter .row label.c_on:before {
	background: #eee url(../g/checked.png) 0 0 no-repeat;
}
.box-application .app-newsletter .row label:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 27px;
	height: 27px;
	display: block;
	background-color: #eee;
}
.box-application .app-newsletter .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-newsletter .btn input[type="button"],
.box-application .app-newsletter .btn input[type="submit"],
.box-application .app-newsletter .btn input[type="reset"] {
	padding: 10px 33px;
	font-size: 16px;
	color: #fff;
	border: none;
	background-color: #55aa47;
}
.box-application .app-newsletter .btn input[type="button"]:disabled,
.box-application .app-newsletter .btn input[type="submit"]:disabled,
.box-application .app-newsletter .btn input[type="reset"]:disabled {
	opacity: .5;
}
.box-application .app-newsletter .box-content h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 23px;
	margin-bottom: 20px;
}
.box-application .app-newsletter .box-content p {
	line-height: 1.5;
	margin-bottom: 20px;
}
