/* Powermail für Gewinnspiele und Anmeldung Geburtstagsclub */
	/* Form */
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: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px solid #8BCBF9;
	padding: 5px;
}

fieldset.tx-powermail-pi1_fieldset p.bodytext {
	padding-left: 15px;
}

fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: #006AB0;
	font-size: 14px;
	padding: 5px;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 200px;
	float: left;
	clear: both;
	font-weight: bold;
	font-size: 12px;
	padding-left: 15px;
}
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 */
	font-size: 12px;
	border: 1px solid #82BDE8;
}
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 {
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 215px;
	font-weight: bold;
	background-color: #E75114;
	font-size: 12px;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding-left: 15px;
	font-weight: bold;
	font-size: 12px;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a {
	/* Description */
	cursor: help;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
	/* Description */
	display: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 12px;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
}


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

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

/* Mandatory */

.tx-powermail-pi1_mandatory strong {
	font-size: 14px;
	}

.tx-powermail-pi1_mandatory ul {
	margin-top: 10px;
}

.tx-powermail-pi1_mandatory ul li {
	font-size: 12px;
	color: #E75114;
	font-weight: normal;
}

.tx-powermail-pi1_mandatory_submit {
	font-weight: bold;
	background-color: #E75114;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 15px;
}

/* Anpassungen Anmeldung Geburtstagsclub */

form#anmeldung-geburtstagsclub {}

form#anmeldung-geburtstagsclub .powermail_mandatory {
	color: #5EC4EC;
}

form#anmeldung-geburtstagsclub select {
	border: 1px solid #5EC4EC;
}


form#anmeldung-geburtstagsclub .tx-powermail-pi1_fieldset_deineangaben {
	width: 430px;
	float: left;
	margin-right: 10px;
}

form#anmeldung-geburtstagsclub .tx-powermail-pi1_fieldset_weitereangaben {
	width: 450px;
	}

form#anmeldung-geburtstagsclub .tx-powermail-pi1_fieldset_deineangaben label {
	width: 170px;
}

form#anmeldung-geburtstagsclub .tx-powermail-pi1_fieldset_weitereangaben label {
	width: 300px;
}

form#anmeldung-geburtstagsclub .tx-powermail-pi1_fieldset_weitereangaben select {
	border: 1px solid #5EC4EC;
	margin-left: 15px;
}

#powermaildiv_uid40 {
		margin-left:15px;
}

form#anmeldung-geburtstagsclub .tx-powermail-pi1_fieldset_weitereangaben input.powermail_submit {
	margin-left: 250px;
}
