/* Powermail */
span.powermail_mandatory {
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	background-color: red;
}
div.powermail_mandatory_js {
	color: red;
	margin: 3px 0 15px 120px;
}
fieldset.tx-powermail-pi1_fieldset {
	border: 1px solid #A5ACB2;
	background-image: url(../img/handy.jpg);
	background-repeat: no-repeat;
	background-position: 100% 60%;
	padding: 10px;
}
/*fieldset.tx-powermail-pi1_fieldset label {
	display: block;
	width: 120px;
	float: left;
	clear: both;
	font-weight: bold;
}
*/
fieldset.tx-powermail-pi1_fieldset label {
	display: block;
	width: 250px;
	float: left;
	clear: both;
}
fieldset.tx-powermail-pi1_fieldset input,
fieldset.tx-powermail-pi1_fieldset textarea {
	width: 150px;
}
/*div.tx_powermail_pi1_fieldwrap_html {
	margin: 3px 0;
}
*/
div.tx_powermail_pi1_fieldwrap_html {
	margin: 5px 0;
}

input.powermail_submit {
	margin: 20px 0px;
	font-weight: bold;
	border: 1px solid #444;
	width: 130px;
}
/*td.powermail_all_td {
	padding: 3px 10px 3px 0;
}
*/
td.powermail_all_td {
	padding: 10px 50px 10px 0;
}



fieldset.tx-powermail-pi1_fieldset_3 p.tx_powermail_pi1_fieldwrap_html_radio_title {
	display: block;
	float: left;
	width: 100px;
	margin-right: 10px;
}
	
fieldset.tx-powermail-pi1_fieldset_3 input.powermail_submit_uid56 {
	width: 50px;
	background-color: #7DB712;
	color: white;
	border: 1px solid black;
	font-size: 11px;
	margin-top: 10px;
}

fieldset.tx_powermail_pi1_fieldwrap_html,
fieldset.tx_powermail_pi1_fieldwrap_html_check {
	padding: 10px 50px 10px 0;
	margin-right: 80px;
	background-color: #ff00000;
}



/*------------------------------------------------/*

/* class Checkboxen */
div.powermail_check_inner {
	margin: 10px 0;
}

/* class Radiobuttons */
div.powermail_radio_inner {
	margin: 10px;
}

/*eigene class in tmpl_fieldwrap.html*/
fieldset.tx_powermail_pi1_fieldwrap_html_272 {
    clear: both;
    height: 500px;
	background-color: #ff00000;
}


/*###Anrede Radiobutton ###*/
/* Beschriftung des Titels der Radiobutton */
fieldset.tx-powermail-pi1_fieldset_7 p.tx_powermail_pi1_fieldwrap_html_radio_title {
    display: block;
    float: left;
    clear: none;
    width: 110px;
    font-size: 1.00em;
    }
    
/* Größe Button */
fieldset.tx-powermail-pi1_fieldset_7 input.powermail_uid22 {
    width:15px;
    border: none;
    float: left;
    }

/* Beschriftung des Labels der Radiobutton */
fieldset.tx-powermail-pi1_fieldset_7 div.powermail_radio_inner_uid22_0 label {
    display: inline;
    float: left;
    clear: none;
    margin-left: 0;
    width: 30px;
    }
fieldset.tx-powermail-pi1_fieldset_7 div.powermail_radio_inner_uid22_1 label {
    display: inline;
    float: left;
    clear: none;
    margin-left: 40px;
    width: 30px;
    }
