@charset "utf-8";
/* CSS Document */
.tx-powermail{
    position: relative;
}

.powermail_fieldset {
border: none;
}

.powermail_label {
    display: block;
    margin-bottom: 0.1rem;
}

.powermail_field {
    margin: 0 0 1.3rem 0;
}
.powermail_input, .powermail_textarea {
    margin: 0 0 10px 0;
    font-size: 1rem;
  }
 .powermail-errors-list{
     list-style-type: none;
     color: #CC0000;
 }
.powermail_fieldwrap {
    padding-left: 0;
}
.powermail_captcha {
    margin: 0 0 3px; 0;
    width: 50%;
    min-width: 235px;
}
.powermail_submit {
margin: 0 0 0 121px;
background-color: #0b8387;
border: none;
color: #ffffff;
font-weight: bold;
padding: 10px 0 10px 0;
width: 357px;
cursor: pointer;
}

.powermail_submit:hover{
    background-color: #c7d42a;
}

.powermail_fieldset {
padding: 0 0 0 0;
}



.powermail_message.powermail_message_error {
  background-color: #ffeeee;
}
.powermail_message.powermail_message_error {
  background-color: #ffeeee;
  border: 2px solid #ff0000;
  color: #ff0000;
  font-size: 1em;
  font-weight: bold;
  list-style: outside none none;
  margin: 0 0 1em;
  padding: 10px;
}

.powermail_create {
    background-color: #ffffff;
    border: 1px solid #d70912;
    color: #000000;
    font-weight: normal;
    padding: 10px;
}
