@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 */
/* Your styles here */
/* Powermail */
span.powermail_mandatory {
	color: #000000;
}
input.validation-failed,
textarea.validation-failed {
	background-color: #eeeeee;
}
div.powermail_mandatory_js {
	color: #000000;
	margin: 3px 0 15px 120px;
}
fieldset.tx-powermail-pi1_fieldset {
	border: 1px solid #1D3582;
	
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	font-weight:bold;
	color:#1D3582;
	font-style:italic;
}
fieldset.tx-powermail-pi1_fieldset label {
	display: block;
	width: 160px;
	float: left;
	clear: both;
	font-weight: bold;
}

.textBelowMenu fieldset.tx-powermail-pi1_fieldset label {
	display: block;
	
	float: left;
	clear: both;
	font-weight: bold;
	font-size:0.8em;
}

fieldset.tx-powermail-pi1_fieldset input,
fieldset.tx-powermail-pi1_fieldset textarea {
	width: 260px;
}


.textBelowMenu fieldset.tx-powermail-pi1_fieldset input,
.textBelowMenu  fieldset.tx-powermail-pi1_fieldset textarea {
	width: 80%;
	font-size:0.8em;
}

div.tx_powermail_pi1_fieldwrap_html {
	margin: 3px 0;
}
input.powermail_submit {
	margin: 20px 0px;
	font-weight: bold;
	border: 1px solid #444;
	width: 130px;
	background-color: #1D3582;
	color:#ffffff;
}

.textBelowMenu input.powermail_submit {
	font-weight: bold;
	border: 1px solid #444;
	width: 80%;
	float:left;
	clear:left;
	background-color: #1D3582;
	color:#ffffff;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 13px;
}


td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

span.tx-srfreecap-pi2-cant-read {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	text-decoration: none;
	float: left;
}
}
