.framebox label {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
}

.framebox dd {
	margin: 0 0 8px 0;
}

.framebox #frame-label, #frame-element {
	display: none!important;
}

.framebox .req-asterix {
	display: none;
}

.framebox .title {
	margin: 0;
	padding: 0;
	display: none;
}


.framebox .w250, .framebox select, .framebox #captcha-input, .framebox #plz, .framebox #captcha, .framebox #postcode {
	font-size:16px;
	padding:5px;
	border-radius: 2px;
	border:1px solid #ccc;
	width: 96%;
	margin-top: 2px;
}

.framebox #conditions-label {
	float: left;
}

.framebox #gender-element select {
	width: 100px;
}

.framebox select {
	width: 70px;
}

.framebox #captcha-element img {
	display: block;
	margin-bottom: 10px;
}

.framebox a {
	color: #7da424;
	text-decoration: none;
}

.framebox p, .framebox center, .framebox .caption {
	display: block!important;

}

.framebox .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;
}

.framebox .mail_errors, .framebox .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;
}

.framebox #conditions-label LABEL {
    overflow: hidden;
    max-width: 200px;
    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%;
	}

    .framebox select {
		width: 32%;
	}

    .framebox label {
		font-size: 14px!important;
	}

    .framebox .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: #2f477a;
		margin-left: 0;
		-webkit-appearance: none;
	}

    .framebox #conditions-label LABEL {
    overflow: hidden;
    max-width: 200px;
    white-space: nowrap;
	font-size: 10px !important;
}
}