/* Herma V2
   formular elements stylesheet
   03 2008 erik wunderlich */

input, select, textarea {
/*
	width:250px;
	border:1px #DDE1E9 solid;
	padding:2px;
*/
	font-size:1em;
}
textarea {
	font-family:Verdana, Helvetica, Arial, sans-serif;
}

form legend {
	display:none;
}

form label {
	display:block;
	width:164px;
	float:left;
}

.powermail_check {
	width:14px;
	height:14px;
	margin-right:6px;
}
.tx_powermail_pi1_fieldwrap_html_check {
	width:412px;
}
.tx_powermail_pi1_fieldwrap_html_check label {
	width:390px;
	float:right;
}
.tx_powermail_pi1_fieldwrap_html_check input {
	float:right;
}
.tx_powermail_pi1_fieldwrap_html_checkbox_title {
	display:none;
}

/* @group mainmailform */

div.tx_powermail_pi1_fieldwrap_html {
	clear:left;
	height:30px;
}
.powermail_mainmailformde {
	float:left;
}


/* spezielle definitionen */

/* eingangstext */
.tx_powermail_pi1_fieldwrap_html_label {
	margin-bottom:1.35em;
}
/* standard selectbox */
.powermail_select {
	width:164px;
}
/* nachrichten area mit abstand nach oben */
.tx_powermail_pi1_fieldwrap_html_textarea {
	margin-top:1.35em;
}
/* nachrichtfeld mit sondergroesse und unter der caption */
.tx_powermail_pi1_fieldwrap_html_textarea textarea {
	clear:left;
	margin:1.35em 0px;
	width:414px;
	height:210px;
}
/* submit und reset */
.tx_powermail_pi1_fieldwrap_html_submit, .tx_powermail_pi1_fieldwrap_html_reset {
	clear:none !important;
	float:left;
}
.powermail_submit, .powermail_reset {
	float:left;
	width:200px;
	margin-right:20px;
	border-right-color:#666;
	border-bottom-color:#666;
}

/* error messages */

div.tx_powermail_pi1_fieldwrap_html input.error, div.tx_powermail_pi1_fieldwrap_html textarea.error {
	border-color:#900;
	background-color:#FEE;
}
div.tx_powermail_pi1_fieldwrap_html textarea.error {
	margin-bottom:0px;
}

div.tx_powermail_pi1_fieldwrap_html label.error {
	width:250px;
	clear:left;
	margin-left:164px;
	color:#900;
	margin-bottom:1.35em;
}

.tx_powermail_pi1_fieldwrap_html_textarea label.error {
	width:414px !important;
	margin-left:0px !important;
}

/* @end */
