.powermail_form input, .powermail_form .selector, .powermail_form textarea {
	display: block!important;
	width: 300px;
	float: right;
	margin-right: 200px;
	margin-top: -30px;
}

.powermail_form label {
	width: 160px;
	height: 20px;
	color: #555;
	position: relative;
	margin-left: -10px;
}

.powermail_form .radio{
	float: left;
	top: 2px;
}


.powermail_form .powermail_radio_inner_1 {
	float: left;
	width: 80px;
	margin-left: 170px;
	margin-top: -20px;
}

.powermail_form .powermail_radio_inner_2 {
	float: left;
	width: 150px;
	margin-top: -20px;
}

.powermail_form .powermail_mandatory_helper {
	width: 150px;
	margin-right: 150px;
	display: none;
}

.powermail_form .button {
	margin-top: 20px;
}

.powermail_form legend {
	display: none;
}

#weiterempfehlen {
	background: red;
}

legend.tx_powermail_pi1_fieldwrap_html_radio_title {
	display: block!important;
	font-size: 14px;
	font-weight: normal;
	color: #555;	
}

.powermail_form h3 {
    margin-bottom: 20px;
    color: #555;
    font-size: 16px;
}

.powermail_form_2 h3, 
.powermail_form_3 h3, 
.powermail_form_4 h3,
.powermail_form_5 h3 {
	display: none;
}         

.powermail_fieldwrap_radio legend {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #555;
}

.powermail_field_error {
	border-color: #ee0101 !important;
}

.powermail_message_error {
	padding: 4px 10px 4px 10px;
	background: #ee0101;
	color: #fff;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    font-size: 14px;
}

.powermail_fieldwrap_submit {
	clear: both;
}

@media(max-width: 992px){
	.powermail_form .powermail_radio_inner_1 {
		margin-left: 220px;
	}
}

@media (max-width:767px) {
/* 	* {outline: 1px solid red;} */
	.powermail_form input, .powermail_form .selector, .powermail_form textarea {
		margin-right: 0;
		float: none;
		margin-top: 0;
		width: 282px;
	}
	.powermail_form label {
		width: auto;
		top: auto;
		left: auto;
		margin-left: 0;	
		margin-bottom: 5px;	
	}
	.powermail_form .powermail_radio_inner label {
		margin-top: 0;
	}
	.powermail_form .powermail_radio_inner_1, .powermail_form .powermail_radio_inner_2 {
		margin-left: 0;
		margin-top: 0;
	}
	.powermail_form .csc-frame-rulerAfter {
		display: block;
		max-width: 100%;
	}
	.powermail_fieldwrap_html {
		max-width: 290px;
	}
	.newsletter-form input {
		width: 282px !important;
	}
	.ui-datepicker table {
		width: 100% !important;
	}
}

.newsletter-form input {
	width: 300px;
	height: 18px;
}