/* styles for powermail-forms */


.tx-powermail .container-fluid {margin:0;padding:0;}

form h3 {display:none;}
fieldset {margin:0;padding:20px;border:none;background-color:#eee;}
fieldset legend {display:none;}
fieldset label {display: block;font-weight:normal;margin:0;}
  
fieldset .powermail_fieldwrap {margin:0px 0 15px 0;}

fieldset select {
  width:100%;
  border-radius: 0;
  background: #FFF none repeat scroll 0% 0%;
  padding-right: 30px;
  border-color: #E1E1E1;
  color: #000;
  position: relative;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075) inset;
  padding: 3px 5px;
  font-size: 14px;
  line-height: 1.42857;
  border: 1px solid #CCC;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

fieldset input {
  display: block;
  width:100%;
   border-radius: 0;
  background: #FFF none repeat scroll 0% 0%;
  padding-right: 30px;
  border-color: #E1E1E1;
  color: #000;
  position: relative;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075) inset;
  padding: 3px 5px;
  font-size: 14px;
  line-height: 1.42857;
  border: 1px solid #CCC;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

fieldset input:focus {
  border-top-color: #999999;
  border-right-color: #999999;
  border-bottom-color: #999999;
  border-left-color: #999999;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075) inset;
}

fieldset textarea {
 display:block;
  width:100%;
  border-radius: 5px;
  background: #FFF none repeat scroll 0% 0%;
  height: 200px;
  padding-right: 30px;
  border-color: #E1E1E1;
  color: #777;
  position: relative;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075) inset;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border: 1px solid #CCC;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
fieldset textarea:focus {
  border-top-color: #999999;
  border-right-color: #999999;
  border-bottom-color: #999999;
  border-left-color: #999999;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075) inset;
}


ul.parsley-errors-list {list-style:none;padding:0;}
li.parsley-required {color:red;}




























