html, body {
	padding-left:10px;
	margin: 0;
	font-family: Arial;
	font-size: 14px;
	color:#DE482F;
}

label {
	width:100%;
	display: inline-block;
	float:left;
	padding-top: 3px;
}

dl dt, dl dd {
	margin-bottom: 5px;
}

#frame-label, #frame-element {
	display: none!important;
}

.title {
	margin: 0;
	padding: 0;
	display: none;
}

.zend_form {
	width:600px;
}

.w250, select, #captcha-input, #plz, #captcha, #postcode {
	font-size:14px;
	padding:5px;
	border-radius: 3px;
	border:1px solid #ccc;
	width:250px;
}


select {
	width: 75px;
}

#captcha-input, #captcha {
	margin-left: 160px;
}

a {
	color: #713d91;
	text-decoration: none;
}

.register-button {
	background: #4CAF50;
	border-radius: 5px;
	display: inline-block;
	padding:12px 35px 12px 35px;
	color:#FFF;
	font-size: 25px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	border:0;
}

#conditions-label LABEL {
    overflow: hidden;
    /*max-width: 153px;*/
    white-space: nowrap;
}


#country-label, #country-element, #searches-label, #searches-element, #gender-label, #gender-element, #city-label, #city-element, #submit-label, .caption, #optin_ext-label, #optin_ext-element {
	display: none!important;
}

@media only screen and (max-width: 480px) {

	html, body {
		padding:0;
		margin: 0;
		font-family: Arial;
		font-size: 14px;
	}

	label {
		display: block;
		text-transform: uppercase;
		font-weight: bold;
		color: #666;
	}

	dd {
		margin: 0 0 8px 0;
	}

	.req-asterix {
		display: none;
	}

	.title {
		margin: 0;
		padding: 0;
		display: none;
	}

	.w250, select, #captcha-input, #plz, #captcha, #postcode {
		font-size:16px;
		padding:5px;
		border-radius: 2px;
		border:1px solid #ccc;
		width:250px;
		margin-top: 2px;
	}

	#plz, #postcode {
		width: 150px;
		margin-right: 100px;
	}

	#gender-element select {
		width: 100px;
	}

	select {
		width: 70px;
	}

	#captcha-element img {
		display: block;
		margin-bottom: 10px;
	}

	a {
		color: #7da424;
		text-decoration: none;
	}

	p, center, .caption {
		display: block!important;
	}

	.mail_errors, .errors {
		color: red;
		margin: 0;
		list-style: none;
		padding: 4px;
		position: relative;
		background: none;
		border:none;
		color: red;
		font-size: 11px;
		font-weight: bold;
	}

	.zend_form {
        width:100%;
		padding: 0;
		margin: 0;
	}

	.w250, #captcha-input, #plz, #captcha, #postcode {
		width:100%;
	}

	select {
		width: 31%;
	}

	label {
		font-size: 14px!important;
	}

#conditions-label LABEL {
    overflow: hidden;
    white-space: nowrap;
}


	.register-button {
		color: #fff;
		cursor: pointer;
		padding: 5px 30px;
		font-family: 'Lato', sans-serif;
		font-weight: 300;
		font-size: 20px;
		border-radius: 3px;
		border: 0;
		background: #4CAF50;
		margin-left: 0;
		-webkit-appearance: none;
	}

}

