fieldset.tx-powermail-pi1_fieldset  {
	float: left;
	width: 700px;
	/*height: 150px;
	min-height: 170px;*/
	margin: 0 50px 10px 0;
	padding: 2px 0 10px 0;
	background: url(/fileadmin/templates/myForms/bluewhite.jpg) repeat;
	border: 1px solid #a23668;
	border-top: 15px solid #a23668;
	overflow:hidden;}
	
fieldset.tx-powermail-pi1_fieldset legend {
	text-transform: sentence;
	margin: 3px;
	padding: 2px 5px;
	background-color:#CCC;
	color: #906;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	border: 1px solid #a23668;
	}
fieldset.tx-powermail-pi1_fieldset label {
	/* Style labels */
	display: block;
	width: 200px;
	float: left;
	clear: both;
	color: #000;
	margin-left: 10px;
	margin-top: 3px;
	font-weight: bold;
}

fieldset.tx-powermail-pi1_fieldset input,
fieldset.tx-powermail-pi1_fieldset select {
	/* Style input fields */
	margin-left: 10px;
	margin-top: 3px;
	/*padding: 0.25em;*/
	color: #000; 
	float:left; 
	margin-right: 20px;width: 135px; border: 1px solid #e590b8;
	}

/* =input */
fieldset.tx-powermail-pi1_fieldset input:active, input:focus{ border-color:#900;}
fieldset.tx-powermail-pi1_fieldset input:hover{background-color: #e590b8;}
fieldset.tx-powermail-pi1_fieldset input.powermail_check, fieldset.tx-powermail-pi1_fieldset input.powermail_radio {border:0; padding:0;margin:0;}

span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin-left: 10px;
	margin-right: 3px;
	margin-top: 3px;
}



fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 300px;
}

fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea{
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	color: #000; 
	margin-right: 20px; border: 1px solid #e590b8;
	}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 3px 200px 3px 3px;
}

div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit , fieldset.tx-powermail-pi1_fieldset input.powermail_reset{
	/* submit button */
	font-weight: bold;
	float:	 right;
	font-size: 1em;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {	
	background-color:#90305c; 
	border: 2px double #551c35; 
	border-top-color: #e591b9;}
fieldset.tx-powermail-pi1_fieldset input.powermail_reset{
	background-color: #f0f0f0;
	border: 2px double #828282; 
	border-top-color: #bcbcbc;
	color: #828282;
	font-weight: normal;}

p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	font-weight: bold;
	margin: 5px;
	float: left;
	color: #990066;
	background-color: #e590b8;
	padding-left: 5px;
	width: 40%;
}
fieldset.tx-powermail-pi1_fieldset select{width: 191px;	 }

div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0px;
}

/* default styles for extension "tx_srfreecap_pi2" */

fieldset.tx-powermail-pi1_fieldset .tx-srfreecap-pi2-image {float:left;margin-left: 220px; margin-right: 20px;margin-top: 3px; width: 180px; border: 1px solid #e590b8}
fieldset.tx-powermail-pi1_fieldset .tx-srfreecap-pi2-cant-read { font-size: .9em; color:#35006d; float:left; clear: both;margin-left: 220px; width:300px; margin-top: 3px;  }
fieldset.tx-powermail-pi1_fieldset .tx-srfreecap-pi2-cant-read a:link { background-color:transparent; font-weight:bold; text-decoration:none; }