.fieldset {
	border: 1px solid #ffffff;
	border-radius: 10px;
	background: url(../img/downloadbg.png) bottom center no-repeat;
	margin: 0 30px 30px 0;
	padding: 0 30px 20px 20px;
	line-height: 20px;
}
.fieldset a {
	color: #ffffff;
	text-decoration: underline;
}
.fieldset a:hover {
	color: #f3f3f3;
	text-decoration: none;
}
.fieldset p {
	margin: 10px 0 10px 0;
}
.fieldset label {
	padding: 0;
}
.legend {
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 10px;
}
.legend a {
	color: #ffffff;
	text-decoration: none;
}
.legend a:hover {
	color: #f3f3f3;
	text-decoration: underline;
}
.fieldset input {
	font-family: 'Din-Regular', Helvetica, Arial, sans-serif;
	width: 100%;
	max-width: 250px;
	height: 28px;
	padding: 4px 6px 4px 12px;
	border: 1px solid transparent;
	border-radius: 5px;
	background: #ffffff;
	opacity: 0.6;
}
.fieldset input:hover, .fieldset input:active {
	border: 1px solid #b0b0b0;
	opacity: 0.8;
}
.fieldset textarea {
	width: 100%;
	max-width: 493px;
	height: 200px;
	font-family: 'Din-Regular', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	margin: auto auto auto auto;
	padding: 12px 12px 8px 12px;
	border: 1px solid transparent;
	border-radius: 5px;
	background: #ffffff;
	opacity: 0.6;
}
.fieldset textarea:hover, .fieldset textarea:active {
	border: 1px solid #b0b0b0;
	opacity: 0.8;
}
.fieldset span {
	margin: 0 0 0 10px;
}
.downloadstart {
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	color: white;
	width: auto;
	line-height: 43px;
	height: 40px;
	margin: auto auto 20px 0;
	padding: 12px 0 0 0;
	border-radius: 5px;
	background: -webkit-linear-gradient(#D12A29, #c21f1e); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#D12A29, #c21f1e); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#D12A29, #c21f1e); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#D12A29, #c21f1e); /* Standard syntax */
	cursor: pointer;
}
.downloadstart:hover {
	text-decoration: underline;
	background: -webkit-linear-gradient(#c21f1e, #b41817); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#c21f1e, #b41817); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#c21f1e, #b41817); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#c21f1e, #b41817); /* Standard syntax */
	cursor: pointer;
}
@media only screen and (max-width: 768px) {
	.legend {
		font-weight: normal;
		font-size: 16px;
		text-transform: uppercase;
		color: #ffffff;
		padding: 2px 5px 0 5px;
	}
	.fieldset {
		border: 1px solid #ffffff;
		border-radius: 10px;
		background: none;
		margin: 0 10px 30px 0;
		padding: 0 35px 20px 20px;
		line-height: 20px;
	}
	.fieldset input {
		width: 100%;
		max-width: 250px;
		height: 28px;
		padding: 4px 6px 4px 6px;
		border: #ffffff 1px solid;
		border-radius: 5px;
	}
	.downloadstart {
		font-size: 15px;
		text-transform: uppercase;
		text-align: center;
		color: white;
		width: 100%;
		line-height: 40px;
		margin: auto auto 20px 0;
		padding: 5px 10px 0 10px;
		border: 1px solid white;
		border-radius: 5px;
		background: -webkit-linear-gradient(#D12A29, #c21f1e); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(#D12A29, #c21f1e); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#D12A29, #c21f1e); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#D12A29, #c21f1e); /* Standard syntax */
		cursor: pointer;
	}
	.fieldset textarea {
		width: 100%;
		max-width: 213px;
		height: 200px;
		font-family: 'Din-Regular', Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		line-height: 24px;
		margin: auto auto 20px auto;
		padding: 12px 12px 8px 12px;
		border: 1px solid transparent;
		border-radius: 5px;
		background: #ffffff;
		opacity: 0.6;
	}
	.fieldset span {
		margin: 0 0 10px 0;
		font-size: 12px;
		line-height: 14px;
	}
}