@import "app-reset.css";

.box-application .app-subscribe {
	margin-bottom: 30px;
	width: 240px;
}
.box-application .app-subscribe:after {
	clear: both;
	content: "";
	display: table;
}
.box-application .app-subscribe h6 {
	color: #3d3d3d;
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.35;
	margin: 0 0 25px;
}
.box-application .app-subscribe p {
	color: #3d3d3d;
	margin-bottom: 15px;
}
.box-application .app-subscribe p small { font-size: 10px; }

.box-application .app-subscribe .row {
	overflow: hidden;
	padding: 0 0 25px;
}
.box-application .app-subscribe .row ul {
	margin: 0;
	padding: 0;
}
.box-application .app-subscribe .row ul li {
	float: left;
	margin-left: 10px;
}
.box-application .app-subscribe .row ul li:first-child { margin-left: 0; }
.box-application .app-subscribe .row ul li label {
	margin: 0;
	padding: 5px 0 5px 32px;
}
.box-application .app-subscribe .row ul li label:before {
	background-color: #eee;
	content: "";
	display: block;
	height: 27px;
	left: 0;
	position: absolute;
	top: 0;
	width: 27px;
}
.box-application .app-subscribe .row ul li label.c_on:before { background: #eee url(../g/checked.png) 0 0 no-repeat; }
.box-application .app-subscribe .row ul li label input[type="checkbox"] {
	cursor: pointer;
	filter: alpha(opacity=0);
	height: 27px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 27px;
}

.box-application .app-subscribe .btn { margin-bottom: 15px; }
.box-application .app-subscribe .btn a {
	padding: 9px 0;
	width: 100%;
}