@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 */
}

#col1_content div.tx-newloginbox-pi1 {
z-index:199;
padding:2px;
}
#col1_content div.tx-newloginbox-pi1 h3 {
padding:0px;
margin:0px;
}

#col1_content div.tx-newloginbox-pi1 p {
font-size:10px;
margin:0px;
padding:0px;
}
#col1_content label {
font-size:10px;
}
#col1_content input {
font-size:11px;
width:90px;
margin-bottom:2px;
}