/*--------------------------------------  powermail  ------------------------------------------*/

.tx-powermail-pi1 {
	position: relative;
	width: 927px;
	height: 325px;
	background: url(img/kontakt_bg.jpg) left top no-repeat;
}

/* Form wraps */
.tx-powermail-pi1_formwrap {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 290px;
	height: 305px;
	padding: 10px;
	background: url(img/kontakt_bg2.png) left top;
}

.tx-powermail-pi1_fieldset {
	/* display: none; */ /* dont display when using tabs (js) */
}
.tx-powermail-pi1_fieldset.active-tab-body {
	display: block;
}


.tx-powermail-pi1_fieldset-header {
	display: none;
}
.tx-powermail-pi1_fieldset-cont {
}

/* Form fields */

.tx_powermail_pi1_fieldwrap_html .powermail_mandatory {
	color: #ff0000;
}

.tx_powermail_pi1_fieldwrap_html {
	position: relative;
	clear: both;
	float: none;
	margin: 5px 0px 5px 0px;
}


.tx_powermail_pi1_fieldwrap_html_submit {
	float: none;
}
.tx_powermail_pi1_fieldwrap_html_submit input {
	margin: 5px 0px 0px 0px;
}

.tx_powermail_pi1_fieldwrap_html_check,
.tx_powermail_pi1_fieldwrap_html_radio {
}

.tx_powermail_pi1_fieldwrap_html input {
	float: left;
}

.tx_powermail_pi1_fieldwrap_html textarea {
	float: left;
	width: 98%;
	height: 70px;
	margin: 2px 0px 2px 0px;
}

.tx_powermail_pi1_fieldwrap_html input.powermail_text,
.tx_powermail_pi1_fieldwrap_html input.powermail_password {
	float: left;
	width: 70%;
	margin: 2px 0px 2px 0px;
}

.tx_powermail_pi1_fieldwrap_html input.powermail_check,
.tx_powermail_pi1_fieldwrap_html input.powermail_radio  {
	margin-left: 0px;
}

.tx_powermail_pi1_fieldwrap_html label {
	float: left;
	width: 120px;
}

.tx_powermail_pi1_fieldwrap_html_check label,
.tx_powermail_pi1_fieldwrap_html_radio label {
	float: left;
	width: auto;
}

.tx_powermail_pi1_fieldwrap_html_radio_title {
	width: 120px !important;
}


/* Validation */ 
.powermail_mandatory_js {
	display: none;
}

.powermail_mandatory_js_valid {
	display: none;
}

/* Descriptions */
.tx_powermail_pi1_fieldwrap_html_description {
	position: absolute;
	top: 2px;
	right: 0px;
	width: 200px;
	border: 1px solid #68d763;
	padding: 2px 4px 2px 4px;
	background: #ffffff;
	z-index: 2;
}