.tx-powermail-pi1_fieldset legend {
  display: none;
}

div.tx_powermail_pi1_fieldwrap_html label {
  width: 150px;
  float: left;
  height: 14px;
  line-height: 14px;
  text-transform: uppercase;
  padding-top: 4px;
  margin-bottom: 5px;
}

div.tx_powermail_pi1_fieldwrap_html input,
div.tx_powermail_pi1_fieldwrap_html select,
div.tx_powermail_pi1_fieldwrap_html textarea {
  width: 200px;
  border: 1px solid #0099cc;
  float: right;
  margin: 0px 450px 5px 0px;
  height: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-size: 1em;
  padding: 2px 2px 0px 2px;
}

div.tx_powermail_pi1_fieldwrap_html select {
  padding: 0px;
  height: 16px;
  width: 205px;
}

div.tx_powermail_pi1_fieldwrap_html textarea {
  height: 100px;
  font-family: arial, verdana, helvetica, sans-serif;
}

div.tx_powermail_pi1_fieldwrap_html input.powermail_submit {
  background: #0099cc;
  color: white;
  font-weight: bold;
  width: 205px;
  height: auto;
  padding: 0px;
}

.powermail_mandatory_js {
  background: red;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  margin-left: 155px;
  width: 200px;
  padding: 2px 2px 0px 2px;
  height: 14px;
  line-height: 14px;
  clear: both;
  margin-bottom: 20px;
  text-align: center;
}
