@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 */
.head {border-top:1px solid #DDDDDD; list-style-type:none; margin:2.5em 0pt 1.5em; overflow:hidden; width:100%; line-height:1.5em;}
.headtitle {background-color:#FFFFFF; border-bottom:4px solid #888888; color:#444444; font-weight:bold; padding:1px 0px 1px 10%;
  width:90%; line-height:1.5em; }
.tx-cscounter-pi1 {padding:1px 0px 1px 10%; border-bottom:1px solid #EEEEEE; display:block; }
.MainNavi a {color:black; font-weight:bold; }

/*.tx-powermail-pi1 label {border: 1px solid #000; color: red;}*/
fieldset.tx-powermail-pi1_fieldset {
/* Disable border */
border: none;
}
fieldset.tx-powermail-pi1_fieldset label {
/* Style labels */
display: block;
width: 150px;
float: left;
clear: both;
}
fieldset.tx-powermail-pi1_fieldset input[text],
fieldset.tx-powermail-pi1_fieldset select {
/* Style input fields */
width: 200px;
border: none;
border-bottom: 1px solid black;
margin-left: 10px;
}
fieldset.tx-powermail-pi1_fieldset input[radio] {}
div.tx_powermail_pi1_fieldwrap_html {
/* Increase margin between every field */
margin: 10px 0;
}
}

