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

label {
	display: block;
	font-size: 14px;
	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:100%;
	margin-top: 2px;
}



#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: #FE6C61;
	margin-left: 0;
}

.mail_errors, .errors {
	color: red;
	margin: -30px 0 0 280px;
	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, #searches-label, #searches-element, #gender-label, #gender-element, #city-label, #city-element, #submit-label, #optin_ext-label, #optin_ext-element {
	display: none!important;
}

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

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

	.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: 32%;
	}


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

	.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: #FE6C61;
		margin-left: 0;
		-webkit-appearance: none;
	}

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