/***CSS FUER KONTAKTFORMULAR EXTENSION pil_mailform***/
.tx-pilmailform-pi1 form {
   width: 546px;
}
input, textarea {
   border: 1px solid #666;
}
textarea {
   width: 100%;
}
input.input-1 {
   width: 100%;
}
input.input-2 {
   float: left;
   width: 15%;
}
input.input-3 {
   float: right;
   left: 2px;
   width: 82%;
}
input.submit-button {
   color: #fff;
   background-color: #00529a;
   margin: 0 0 40px 0;
   border: 0;
   padding: 2px;
   cursor: pointer;
}
input.submit-button:hover {
   color: #000;
   background-color: #e2e2e2;
}
div.tx-pilmailform-pi1 {
      lesft: 85px;
}
div.tx-pilmailform-pi1 div {
   margin: 20px 0 0 0;
   color: #666;
   z-index: 1;
}
div.error-label {
   width: 100%;
   float: left;
   clear: both;
}
div.left-label {
   width: 29%;
   float: left;
   clear: both;
}
div.right-field {
   width: 70%;
   float: left;
}
div#thankyou {
}
p.error {
   color: #d00;
   font-weight: bold;
}
select option {
   padding-right: 5px;
   height: 1.22em;
}
input.text {
   text-indent: 2px;  
}
