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

/* Form wraps */
.tx-powermail-pi1_formwrap {
	clear: both;
	width: 100%;
}

.tx-powermail-pi1_mandatory,
.tx-powermail-pi1_thx,
.tx-powermail-pi1_fieldset {
}

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

/* Form fields */

.tx_powermail_pi1_fieldwrap_html .powermail_mandatory {
	color: #ff0000;
}

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

.tx_powermail_pi1_fieldwrap_html_submitgraphic input {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 58px;
	height: 32px;
}

.tx-powermail-pi1_mandatory_submit,
.tx_powermail_pi1_fieldwrap_html_submit {
	margin: 5px 0px 0px 0px;
}
/*
.tx-powermail-pi1_mandatory_submit input,
.tx_powermail_pi1_fieldwrap_html_submit input {
	float: left;
	cursor: pointer;
	width: 48px;
	height: 28px;
	padding: 0px;
	margin: 0px;
	border: none;
	background: url(img/dbi_blog_button_subscribe.png) no-repeat;
}
*/

.tx_powermail_pi1_fieldwrap_html {
	overflow: auto;
}

.tx_powermail_pi1_fieldwrap_html input {
	float: left;
	margin: 5px 0px 10px 0px;
}

.tx_powermail_pi1_fieldwrap_html textarea {
	float: left;
	width: 90%;
	height: 100px;
	margin: 5px 0px 0px 0px;
}

.tx_powermail_pi1_fieldwrap_html input.powermail_text,
.tx_powermail_pi1_fieldwrap_html input.powermail_password {
	width: 50%;
}

.tx_powermail_pi1_fieldwrap_html input.powermail_check,
.tx_powermail_pi1_fieldwrap_html input.powermail_radio  {
}

.tx_powermail_pi1_fieldwrap_html label {
	display: block;
}

.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 {
	float: left;
	padding: 3px 3px 3px 19px;
	background: url(img/valid_fail.gif) center left no-repeat;
}

.powermail_mandatory_js_valid {
	float: left;
	height: 16px;
	width: 16px;
	padding: 3px 3px 3px 19px;
	background: url(img/valid_ok.gif) center left no-repeat;
}

/* 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;
}