/* ######################################################################################################
** ### Formulare & Tabellen #############################################################################
** ######################################################################################################
*/


hr {
color: #ffffff;
background-color: transparent;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
margin-top: 0.5em;
margin-right: 0pt;
margin-bottom: 0.5em;
margin-left: 0pt;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
border-top-width: 0pt;
border-top-style: none;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #eeeeee;
}


form {overflow:hidden;}

input, textarea {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#777777;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin-left:1em;
	padding:2px;
	width:auto;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	background: #F0F0F0;
	color: #333;
	border-color: #666;
}
textarea {
width: 250px;
height: 100px;
}
input.powermail_submit,input.csc-mailform-submit {
	margin-left:142px;
}

div.tx-powermail-pi1 legend {
	/*padding:0.25em 0 0.25em 0.3em;
	margin:0 0 1em 0;
	font-size:1.1em;
	font-weight: bold;
	background-color:#edece8;*/
	display:none;
	}

input.powermail_submit, 
input.powermail_reset {float:left;}

div.tx-powermail-pi1 input, 
div.tx-powermail-pi1 textarea {margin-bottom:1em; width: 250px;}

div.tx-powermail-pi1 input.powermail_radio, 
div.tx-powermail-pi1 input.powermail_check {margin-bottom:1em; width: auto;}

P.tx_powermail_pi1_fieldwrap_html_radio_title, P.tx_powermail_pi1_fieldwrap_html_checkbox_title { display: none; }

div.tx-powermail-pi1 select, 
div.csc-mailform-field select {margin-left:1em;vertical-align:baseline;margin-bottom:1em;}

div.tx-powermail-pi1 label, 
div.csc-mailform-field label, 
.csc-mailform-label, 
input.csc-mailform-radio label {font-size:0.9em;color:#999;vertical-align:baseline;margin-top:1em;}

div.tx-powermail-pi1 label, 
div.csc-mailform-field label  {
			display:block;
			float:left;
			margin:2px 0pt;
			padding-right:1em;
			text-align:right;
			vertical-align:top;
			width:120px;
		}
		
.tx_powermail_pi1_fieldwrap_html, .powermail_radio_inner, .powermail_check_inner {
	clear:both;
}
span.powermail_mandatory {
	padding-left:0.2em;
}


