/***CSS FUER KONTAKTFORMULAR EXTENSION pil_mailform***/
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;
   position: relative;
   left: 2px;
   width: 82%;
}
input.submit-button {
   color: #333;
   background-color: #e5e5e5;
   border: 1px solid #e5e5e5;
   margin: 0 0 40px 0;
   cursor: pointer;
}
div.tx-pilmailform-pi1 {
   position: relative;
   lesft: 85px;
}
div.tx-pilmailform-pi1 div {
   margin: 20px 0 0 0;
   color: #333;
}
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.right-field select {
   width: 230px;
}
div#thankyou {
}
p.error {
   color: #ab0201;
}
