html, body {
	padding:0;
	margin: 0;
	font-family: Arial;
	font-size: 14px;
}

label {
	width:200px;
	display: inline-block;
	float:left;
}

.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: 10px;
	border:1px solid #666;
	width:250px;
	margin-top: 5px;
}

#plz, #postcode {
	width: 150px;
	margin-right: 100px;
}

select {
	width: 70px;
}

#captcha-input, #captcha {
	margin-left: 160px;
}

a {
	color: #3f599b;
	text-decoration: none;
}

p, center {
	display: inline-block;
	width: 490px;
}

.register-button {
	background: #2e7504;
	border-radius: 2px;
	display: inline-block;
	padding:6px 35px 6px 35px;
	color:#fff;
	font-size: 25px;
	margin-bottom: 10px;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	cursor: pointer;
	margin-left: 60px;
	border:0;
}

.mail_errors, .errors {
	color: red;
	margin: -27px 0 0 440px;
	list-style: none;
	padding: 4px;;
	position: absolute;
	background: #f0efef;
	border:1px solid #aa302f;
	color: #aa302f;
	font-size: 11px;
	font-weight: bold;
}

#country-label, #country-element, #gender-label, #gender-element, #searches-label, #searches-element, #city-label, #city-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;
		font-size: 10px;
		text-transform: uppercase;
		font-weight: bold;
		color: #666;
		width: 100%;
	}
	
	dd {
		margin: 0 0 8px 0;
		width: 100%;
		display: block;
	}
	
	dt { width: 100%;}
	
	.req-asterix {
		display: none;
	}
	
	.title {
		margin: 0;
		padding: 0;
		display: none;
	}
	
	.zend_form {
			width: 80%;
			padding: 0;
			margin: 0;
		}
	
	.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;
	}
	
	#conditions-label {
		float: left;
	}
	
	#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;
		width: 260px;
	}
	
	.register-button {
		color: #fff;
		cursor: pointer;
		padding: 12px 30px 12px 30px;
		font-family: 'Lato', sans-serif;
		font-weight: 300;
		font-size: 20px;
		border-radius: 3px;
		border: 0;
		background: #2f477a;
		margin-left: 0;
	}
	
	.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;
		}
	
	#country-label, #country-element, #searches-label, #searches-element, #gender-label, #gender-element, #city-label, #city-element, #submit-label, #optin_ext-label, #optin_ext-element {
		display: none!important;
	}
	
	.w250, #captcha-input, #plz, #captcha, #postcode {
		width:100%;
		}
		
		select {
			width: 32%;
		}
		
		label {
			font-size: 14px!important;
		}
	
}