/***  POWERMAIL  ***/

.tx-powermail-pi1_fieldset { padding: 0px 0px 20px 0px; }

.tx-powermail-pi1_fieldset legend { font-size:133.33%; color: #938C7C; }
.tx_powermail_pi1_fieldwrap_html_checkbox_title { font-weight: normal; }

.tx_powermail_pi1_fieldwrap_html label { width: 140px; display: block; float: left; }
input.powermail_text,
textarea.powermail_textarea { margin: 0px 0px 4px 0px; width: 190px; }


.tx_powermail_pi1_fieldwrap_html_checkbox_title span.powermail_mandatory { display: none; }


.error {
	background: #ffb76b; /* old browsers */
	background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 45%, #ff7c00 56%, #ff7f04 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb76b), color-stop(45%,#ffa73d), color-stop(56%,#ff7c00), color-stop(100%,#ff7f04)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* ie */
	border-top: 1px solid #FFAF56;
	border-left: 1px solid #FFAF56;
	border-right: 1px solid #FFAF56;
	font-size: 10px;
	color: #fff;
	padding: 3px 10px 5px 10px;
	margin-left: -2px;
    z-index:10;
    text-align:left;
    height:auto;
	-webkit-box-shadow: 3px 3px 5px #eee;
	-moz-box-shadow: 3px 3px 5px #eee;
	box-shadow: 3px 3px 5px #eee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.error p {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}
.error em {
	display: block;
	width: 0;
	height: 0;
	border: 10px solid;
	border-color: #FF7E03 transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 5px;
	border-bottom: 0 none;
}
