/*--------------------------------------  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:#005b9e;
	height: 0px;
	font-size: 22px;
	background: url(img/blog_comment_title.gif) top center repeat-x;
	overflow: hidden;
}
.tx-powermail-pi1_fieldset-cont {
	border-top: none;
	padding: 0;
	margin: 0;
}

/* 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_mandatory_submit,
#powermaildiv_uid11 input {
	cursor: pointer;
	width: 102px;
	height: 24px;
	background: url(img/send_button.png);
	border: 0px;
	color: #005b9e;
	font-size: 11px;
	margin-top: 5px;
}

.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: 100%;
	height: 100px;
	margin: 2px 0px 10px 0px;
}
.powermail_captcha {
	margin: 3px 0 0 0;
}
.powermail_captcha_captcha {
	margin: 2px 0 0 5px;
	height: 23px;
}

.tx_powermail_pi1_fieldwrap_html input.powermail_text,
.tx_powermail_pi1_fieldwrap_html input.powermail_password {
	float: left;
	width: 200px;
	margin: 2px 0px 10px 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: 100%;
	padding: 0px;
	margin: -5px 0 -2px 0;
}

.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;
}

/* ############################ Used cars form ################################# */
#carad fieldset.tx-powermail-pi1_fieldset {
	width: 100%;
	float: left;
}
#carad fieldset.tx-powermail-pi1_fieldset label {
	float: none;
}
	
/* hide icons */
#carad div.powermail_mandatory_js_valid {
	display: none;
}
#carad div.powermail_mandatory_js {
	display: none;
}

/* hide fieldset header */
#carad fieldset.tx-powermail-pi1_fieldset div.tx-powermail-pi1_fieldset-header {
	display: none;
}
#carad fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html {
	float: left;
	display: inline;
	clear: none;
	margin: 15px 20px 0 0;
	/*height: 40px;*/
}
#carad fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_41 {
	width: 205px;
}
#carad fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html textarea {
	width: 420px;
}
#carad fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html label {
	height: 18px;
}
/* file upload boxes */
#carad fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_file {
	width: 205px;
}