/* POWERMAIL FORMULAR*/
/*Validation*/
input.validation-failed {
    background-color: #f2f2f2;
}
/*Validation*/
div.powermail_mandatory_js {
    color: #372D23;
    font-weight: normal;
}

/*LABEL = Beschriftung - ok */
fieldset label {
    display: block;
    width: 150px;
    float: left;
    clear: left;
}
/*Eingabefeld - ok */
fieldset input {
   display: hidden;
   width: 220px;
   border: 1px solid #999999;
   float: left;
   position: relative;
   left: 80px;
   margin:0;
}
fieldset input.powermail_check {
   display: block;
   width: 15px;
   position: relative;
   left: 80px;
   border: none;
}

/*Auswahlbox - ok */
fieldset select {
   display: block;
   width: 220px;
   float: left;
   position: relative;
   left: 80px;
}
/*eigene class in tmpl_fieldwrap.html*/
.checkbox {
    clear: both;
    height: 5px;
}

.checkbox label{
    }
.tx_powermail_pi1_fieldwrap_html_checkbox_title {
    padding-top: 10px;
}
.radiobutton {
    clear: both;
    height: 5px;
    display:inline;
}
.tx_powermail_pi1_fieldwrap_html_radio_title {
    padding-top: 10px;
}
tx_powermail_pi1_fieldwrap_html tx_powermail_pi1_fieldwrap_html_radio tx_powermail_pi1_fieldwrap_html_6 input {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    display:inline;
}
.sendebutton {
   position: relative;
   left: 80px;
}
.auswahlbox option powermail_testformular powermail_select {
    padding-left: 120px;
}

/* Radio & Checkbok - clear: both */
.tx_powermail_pi1_fieldwrap_html_radio_title,
.tx_powermail_pi1_fieldwrap_html_checkbox_title {
    clear: both;
    display:inline;
}
input.powermail_submit {
    border: 1px solid #999999;
    margin-top: 50px;
}
fieldset.tx-powermail-pi1_fieldset textarea {
	width: 220px;
	position: relative;
   	left: 80px;
}
fieldset.tx-powermail-pi1_fieldset_1 input.powermail_uid12 {
    width:80px;
    border: 1px solid #999999;   
}
fieldset img.powermail_captcha {
   position: relative;
   left: 90px;
}
fieldset.tx-powermail-pi1_fieldset_1 input.powermail_uid22 {
    width:220px;
    border: 0px;   
}
fieldset.tx-powermail-pi1_fieldset_1 input.powermail_uid24 {
    width:220px;
    border: 0px;   
}

fieldset.tx-powermail-pi1_fieldset_4 textarea.powermail_uid35 {
	width: 218px;
	position: relative;
	float: left;
   	left: 80px;
}