@import "app-reset.css";

.box-application .app-reports { width: 715px; }
.box-application .app-reports:after {
	clear: both;
	content: "";
	display: table;
}
.box-application .app-reports h6 {
	color: #3d3d3d;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.35;
	margin: 0 0 40px;
}
.box-application .app-reports .row > ul {
	float: left;
	margin: 10px 0;
	padding: 0;
}
.box-application .app-reports .row > ul li {
	float: left;
	margin-right: 30px;
}
.box-application .app-reports .row > ul li label {
	margin: 0;
	padding: 0 0 0 20px;
}
.box-application .app-reports .row > ul li label:before {
	background: url(../g/radio.png) 0 0 no-repeat;
	content: "";
	display: block;
	height: 14px;
	left: 0;
	position: absolute;
	top: 0;
	width: 15px;
}
.box-application .app-reports .row > ul li label.r_on:before { background-position: -15px 0; }
.box-application .app-reports .row > ul li label input[type="radio"] {
	cursor: pointer;
	filter: alpha(opacity=0);
	height: 27px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 27px;
}

.box-application .app-reports .row .designSelect {
	float: left;
	margin: 0 25px 0 10px;
	width: 220px;
}
.box-application .app-reports .designSelect > ul { max-height: 300px; }

.box-application .app-reports .row .download {
	color: #d1d1d1;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin: 8px 0;
	text-transform: uppercase;
}
.box-application .app-reports .row .download.active {
	color: #55aa47;
}

.box-application .app-reports .row span.error { margin: 20px auto 0; }
