/* @override http://p103759.typo3server.info/typo3conf/ext/powermail/css/sampleCSS.css */

/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: #000;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed */
	background-color: red;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 10px;
}
fieldset.tx-powermail-pi1_fieldset {
	height: 300px;
		display: block;
}

fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	display:none;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 100px;
	float: left;
	clear: both;
	font-weight: bold;
	
}


#powermaildiv_uid17 div.powermail_check_inner.powermail_check_inner_uid17_0 label {
	width: 260px;
	font-size: 10px;
}


#check_uid17_0 {

}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 180px;
	background: none;
	border: solid 1px #000;
	height: 17px;
}
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea{
	width: 300px;
	height: 80px;
	background: none;
	border: solid 1px #000;
	overflow: hidden;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}


fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 0 0 0 100px;
	font-weight: bold;
	border: solid 1px #000;
	width: 70px;
	height: 20px;
	float: left;
	background: none;
}

input.powermail_kontakt.powermail_reset.powermail_reset_uid8 {
	font-weight: bold;
	border: solid 1px #000;
	width: 120px;
	height: 20px;
	float: left;
	background: none;
	margin-left: 102px;
}
input.powermail_kontakt.powermail_reset.powermail_reset_uid16 {
	font-weight: bold;
	border: solid 1px #000;
	width: 100px;
	height: 20px;
	float: left;
	background: none;
	margin-left: 13px;

}

p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	display: none;
}
div.countryzone {
	margin: 10px 0 0 150px;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}