@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
/* Your styles here */

  fieldset.tx-powermail-pi1_fieldset {

/* Disable border */

border: 0px solid #000066;
padding: 10px 30px;

}
legend {
border: 1px solid #000066;
background: #000066;
color: #FFF;
padding: 2px 15px;
display: none;
}
fieldset.tx-powermail-pi1_fieldset label {

/* Style labels */

display: block;

width: 200px;

float: left;

clear: both;

}

fieldset.tx-powermail-pi1_fieldset input,

fieldset.tx-powermail-pi1_fieldset select {

/* Style input fields */

width: 200px;

border: none;
border-bottom: 1px solid #000066;

margin-left: 10px;

}

textarea {
      width: 200px;
      height: 100px;
      padding: 3px;
      margin-left: 10px;
      border: 1px solid #000066;
      }


div.tx_powermail_pi1_fieldwrap_html {

/* Increase margin between every field */

margin: 10px 0;

}

.submit, .powermail_submit, .tx-powermail-pi1_confirmation_back, .tx-powermail-pi1_confirmation_submit, .powermail_reset {
      background: #000066;
      color: #FFF;
      margin-left: 210px !important;
      width: 207px !important;
      }
.powermail_mandatory_js { color: #CC2128; }   



}

