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

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

.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 {
	color:#ffffff;
	font-weight:bold;
	height: 16px;
	padding: 2px 5px 2px 5px;
	margin: 5px 0px 0px 0px;
	background: url(img/blog_comment_title.gif) top center repeat-x;
}
.tx-powermail-pi1_fieldset-cont {
	border-top: none;
	padding: 2px 4px 2px 4px;
	margin: 0px 0px 5px 0px;
}

/* 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_check,
.tx_powermail_pi1_fieldwrap_html_radio {
}

.tx_powermail_pi1_fieldwrap_html input {
	float: left;
}

.tx_powermail_pi1_fieldwrap_html textarea {
	float: left;
	width: 200px;
	margin: 2px 0px 2px 0px;
}

.tx_powermail_pi1_fieldwrap_html input.powermail_text,
.tx_powermail_pi1_fieldwrap_html input.powermail_password {
	float: left;
	width: 200px;
	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;
}

.tx_powermail_pi1_fieldwrap_html_date .date2cal_img_help {display: none;}
.tx_powermail_pi1_fieldwrap_html_date span {display: none;}
.tx_powermail_pi1_fieldwrap_html_date .jscalendar_cb {display: none;}
.tx_powermail_pi1_fieldwrap_html_date .date2cal_img_cal {margin: 5px 0px 0px 0px;}
.tx_powermail_pi1_fieldwrap_html_date input {
	float: left;
	width: 185px;
	margin: 2px 0px 2px 0px;
}


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