@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 */

/**
 * Styles for the powermail Extension
 */

fieldset.tx-powermail-pi1_fieldset {
	/* background: url("/img/bps_grey_box_bg.gif") repeat-x scroll left top; */
	margin:20px 50px;
	padding: 0 20px;
	font-size:11px;
	border:0px solid #E8CBF0;
}
fieldset.tx-powermail-pi1_fieldset legend {
	display:none;
}
fieldset.tx-powermail-pi1_fieldset label {
	line-height:1.8;
	vertical-align:top;
	width:150px;
	float:left;
	font-weight:bold;
}

fieldset.tx-powermail-pi1_fieldset input,
fieldset.tx-powermail-pi1_fieldset select,
fieldset.tx-powermail-pi1_fieldset textarea
{
	/* Style input fields */
	width: 200px;
	margin-left: 10px;
}

fieldset.tx-powermail-pi1_fieldset select#uid8
{
	width: 75px;
}

fieldset.tx-powermail-pi1_fieldset input[type=submit] {
	margin-left:160px;
	width:205px;
}

div.tx_powermail_pi1_fieldwrap_html {
	/* Increase margin between every field */
	margin: 10px 0;
   padding-bottom: 10px;
border-bottom: 1px solid #E8CBF0;
}

div.tx_powermail_pi1_fieldwrap_html_submit {
	border:0;
}


.powermail_mandatory_js {color:red; margin-left:160px;}

div.yamllayout-felogin { margin:10px; }
div.yamllayout-felogin legend { margin:10px; font-weight:bold; font-size:1.2em; }

.tx_powermail_pi1_fieldwrap_html_captcha_description {
	margin-left: 0px;
	width: 160px;
	
}

.powermail_captcha {

}

.tx-srfreecap-pi2-cant-read, .tx-srfreecap-pi2-image{
	margin-left: 160px;
	display: block;
	color: #444444;	
}

.tx_powermail_pi1_formconfirmation_back { float:left }
}

