/******************************************
                 mandatory
******************************************/

.tx-powermail-pi1_fieldset_daten div.powermail_mandatory_js,
.tx-powermail-pi1_fieldset_text div.powermail_mandatory_js {
clear: both;
float: left;
color: #800000;
font-weight: bold;
font-size: 11px;
height: 15px;
line-height: 15px;
width: 257px;
text-align: right;
margin-top: -32px;
}

.tx_powermail_pi1_fieldwrap_html_27 div.powermail_mandatory_js {
clear: both;
float: left;
color: #800000;
font-weight: bold;
font-size: 11px;
height: 15px;
line-height: 15px;
width: 257px;
text-align: right;
margin-top: -10px;
margin-bottom: 10px;
}

.powermail_mandatory {
color: #800000;
font-weight: bold;
margin-left: 2px;
}

#Content input.validation-failed,
#Content textarea.validation-failed {
border: 1px solid #800000;
}




/******************************************
                 formular
******************************************/


fieldset {
border: none;
}

legend {
display: none;
}

.tx-powermail-pi1 {
float: left;
width: 560px;
}

.tx-powermail-pi1_fieldset_daten {
width: 260px;
float: left;
}

.tx-powermail-pi1_fieldset_text {
width: 260px;
float: right;
}

.tx-powermail-pi1_fieldset_senden {
clear: both;
margin: 0px auto;
padding-top: 25px;
width: 245px;
}



.tx-powermail-pi1 label {
color: #333;
}

.tx-powermail-pi1 input {
width: 245px;
background: #f2e7c8;
border: 1px solid #666;
  font-family: arial, "Tahoma", sans-serif;
  font-size: 12px;
  line-height: 20px;
color: #333;
padding: 0px 5px;
font-weight: bold;
}

.tx-powermail-pi1 textarea {
clear: both;
float: left;
width: 245px;
height: 54px;
background: #f2e7c8;
border: 1px solid #666;
  font-family: arial, "Tahoma", sans-serif;
  font-size: 12px;
  line-height: 20px;
color: #333;
padding: 2px 5px;
font-weight: bold;
}

.tx_powermail_pi1_fieldwrap_html {
float: left;
margin-bottom: 10px;
}


.tx_powermail_pi1_fieldwrap_html_label {
color: #333;
width: 250px;
}



/***SELECT***/


#Content .tx_powermail_pi1_fieldwrap_html_28 select {
float: left;
width: 255px;
background: #f2e7c8;
border: 1px solid #666;
font-family: arial, "Tahoma", sans-serif;
font-size: 12px;
color: #333;
font-weight: bold;
margin-bottom: -2px;
}



#Content .tx_powermail_pi1_fieldwrap_html_23 {
float: left;
margin-bottom: 0px;
}

#Content .tx_powermail_pi1_fieldwrap_html_24 select,
#Content .tx_powermail_pi1_fieldwrap_html_25 select {
width: 40px;
background: #f2e7c8;
border: 1px solid #666;
  font-family: arial, "Tahoma", sans-serif;
  font-size: 12px;
  line-height: 20px;
color: #333;
font-weight: bold;
margin-right: 25px;
margin-bottom: -2px;
}




/******************************************
             Captcha 
******************************************/
.tx-srfreecap-pi2-cant-read {
color: #333;
line-height: 13px;
font-size: 10px;
}

.tx-srfreecap-pi2-image {
width: 140px;
margin-left: 0px;
margin-top: 2px;
margin-right: 10px;
border: 1px solid #666;
float: left;
}

#Content .tx-srfreecap-pi2-cant-read a {
font-size: 10px;
line-height: 13px;
}

.tx_powermail_pi1_fieldwrap_html_27 input {
margin-bottom: 10px;
}



/* error message */
.error {
  background:  #800000; /* old browsers */
  background: -moz-linear-gradient(top,  #800000 0%,  #490000 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009f63), color-stop(100%,#004001)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009f63', endColorstr='#004001',GradientType=0 ); /* ie */
  border-top: 1px solid  #800000;
  border-left: 1px solid  #800000;
  border-right: 1px solid  #800000;
  font-size: 11px;
  color: #fff;
  padding: 0px 10px 2px 10px;
  margin-left: -80px;
    z-index:10;
    text-align:left;
    height:auto;
  -webkit-box-shadow: 2px 2px 3px #333;
  -moz-box-shadow: 2px 2px 3px #333;
  box-shadow: 2px 2px 3px #333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
.error p {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.error em {
  display: block;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: #490000 transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 5px;
  border-bottom: 0 none;
}


