/* Download form styles
-----------------------*/

.lightbox-one-col {
	width: 100%;
	padding: 0;
	border: none;
}

.lightbox-one-col .form-section {
	padding-bottom: 0;
	margin-bottom: 0;
}

.compact-centered {
	text-align: center;
}

.lightbox-one-col .compact .split {
	width: 250px;
}

.lightbox-one-col .compact .full, .lightbox-one-col .compact .full select {
	width: 523px;
}

.lightbox-one-col .padded {
	margin-bottom: 20px;
}

.lightbox-one-col .compact input.text {
	width: 234px;
	height: 28px;
	font-size: 1.25em;
	line-height: 28px;
	background: #fff;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

.lightbox-one-col .compact select {
	width: 250px;
	height: 32px;
	font-size: 1.25em;
	padding: 6px 0;
	background: #fff;
}

.lightbox-one-col .compact input.checkbox {
	margin: 0;
}

.lightbox-one-col a.btn {
	margin-left: 0;
}

.form-footer p {
	font-size: 85%;
	padding: 1.3em 0;
	text-align: center;
}

.form-footer a {
	color: #777;
	text-decoration: underline;
}

.submit-license-agreement {
  margin-top: 24px;
}