/* Powermail */
	/* Form */

form {
	width:680px;
	margin-left:60px;
	padding-left:60px;
	font: 1em arial;
}

input {
	padding: 1px 3px;
	margin: 2px 0;
	font: 1em arial, sans-serif;
	color: #ffffff;
	background-color: transparent;
	border-top: 0px solid #555555;
	border-right: 0px solid #555555;
	border-left: 0px solid #555555;
	border-bottom: 1px solid #555555;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	color: #ffffff;
	background-color: transparent;
	border-top: 0px solid #555555;
	border-right: 0px solid #555555;
	border-left: 0px solid #555555;
	border-bottom: 1px solid #555555;
}

span.powermail_mandatory {
	/* Color of mandatory error message */
	color: #ff0000;
}

input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed */
	border: 1px solid white;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 0px solid #aaa;
	background-color: transparent;
	padding: 0px;
}

span.powermail_legende {
	/* legend of Fieldset */
	display:block;
	float:left;
	font-weight: bold;
	color: #ffffff;
	width: 120px;
}

span.powermail_felder {
	/* legend of Fieldset */
	display:block;
	float:left;
}

label {
	clear:both;
	display:block;
	margin-bottom:4px;
	font-weight: normal;
	color:#ffffff;
}

fieldset.tx-powermail-pi1_fieldset select {
	float:left;
	font-weight: normal;
	font: 1em arial, sans-serif;
	color: #000000;
	background-color:#ffffff;
	border-top: 0px solid #555555;
	border-right: 0px solid #555555;
	border-left: 0px solid #555555;
	border-bottom: 0px solid #555555;
}

fieldset.tx-powermail-pi1_fieldset input {
	float:left;
	font-weight: normal;
}

/* Anrede */
fieldset.tx-powermail-pi1_fieldset select.powermail_uid88 {
	width:70px;
}

/* Vorname */
fieldset.tx-powermail-pi1_fieldset input.powermail_uid89 {
	width:200px;
}

/* Nachname */
label.powermail_label_uid90 {
	margin-left:4px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_uid90 {
	width:200px;
	margin-left:4px;
}

/* Strasse */
fieldset.tx-powermail-pi1_fieldset input.powermail_uid91 {
	width:200px;
}

/* Hausnummer */
label.powermail_label_uid92 {
	margin-left:4px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_uid92 {
	width:50px;
	margin-left:4px;
}

/* Postleitzahl */
fieldset.tx-powermail-pi1_fieldset input.powermail_uid93 {
	width:50px;
}

/* Wohnort */
label.powermail_label_uid94 {
	margin-left:4px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_uid94 {
	width:200px;
	margin-left:4px;
}

/* Wohnsitz */
label.powermail_label_uid95 {
	margin-left:4px;
}
fieldset.tx-powermail-pi1_fieldset select.powermail_uid95 {
	width:146px;
	margin-left:4px;
}

/* Telefonvorwahl */
fieldset.tx-powermail-pi1_fieldset input.powermail_uid96 {
	width:70px;
}

/* Telefonanschluss */
label.powermail_label_uid97 {
	margin-left:4px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_uid97 {
	width:100px;
	margin-left:4px;
}

/* Mobilvorwahl */
fieldset.tx-powermail-pi1_fieldset input.powermail_uid98 {
	width:70px;
}

/* Mobilanschluss */
label.powermail_label_uid99 {
	margin-left:4px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_uid99 {
	width:100px;
	margin-left:4px;
}

/* Gaburtstag */
fieldset.tx-powermail-pi1_fieldset input.powermail_uid100 {
	width:20px;
}

/* Geburtsmonat */
label.powermail_label_uid101 {
	margin-left:4px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_uid101 {
	width:20px;
	margin-left:4px;
}

/* Geburtsjahr */
label.powermail_label_uid102 {
	margin-left:4px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_uid102 {
	width:35px;
	margin-left:4px;
}

/* E-Mail */
fieldset.tx-powermail-pi1_fieldset input.powermail_uid103 {
	width:252px;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	clear:both;
	margin: 0;
	margin-top: 10px;
	font-weight: bold;
	color:#ffffff;
	background-color:transparent;
	width:150px;
	border: 1px solid #ffffff;
}

input.powermail_check {
	border:none;
	width: 16px;
	background-color:#000000;
}

label.tx_powermail_pi1_fieldwrap_html_checkbox_title {
	margin: 0;
	padding: 0;
	width:320px;
}

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

div.tx_powermail_pi1_fieldwrap_html_104{
	clear:both;
}

div.tx_powermail_pi1_fieldwrap_html_105{
	clear:both;
}

/* key */
label.powermail_label_uid107 {
	color:#000000;
	margin-left:4px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_uid107 {
	border-bottom:0 solid transparent;
	color:#5d93b6;
	margin-left:4px;
}