/********************************
 *
 *	Hauptspalte
 *
 ********************************/

/*	Vertikaler Abstand zwischen den einzelnen Eingabefeldern 	*/
#col2 .tx_powermail_pi1_fieldwrap_html { clear:both; margin-bottom:10px; }

/*	Breite des Checkbox- und des Radiofeldes	*/
#col2 .powermail_check_inner,
#col2 .powermail_radio_inner { clear:both; width:340px; }

/*	Breite des Labels für Checkbox und Radiofeld, etwas schmaler	
	nach rechts floaten	*/
#col2 .powermail_check_inner label,
#col2 .powermail_radio_inner label { float:right !important ; width:290px; }

/*	Breite des Eingabefeldes für Checkbox und Radiofeld auf 30px begrenzen	
	nach links floaten	*/
#col2 .powermail_check_inner input[type=checkbox]
/* #col2 .powermail_radio_inner */ { float:left !important ; width:30px; }

/*
 * 	Bei kurzen Labels kann man die Radiofelder nebeneinander positionieren. 
 *	Die IDs müssen dann hier eingetragen werden (statt "21345")!
 *	Ggf. die width anpassen
 */
#col2 #powermaildiv_uid21345 .powermail_radio_inner {
	float:			left;
	clear:		none;
	margin-bottom:	8px;
	width:		88px;
}

#col2 #powermaildiv_uid21345 .powermail_radio_inner label {
	float:			right;
	width:		70px;
}

#col2 .tx_powermail_pi1_fieldwrap_html label {
	float:			left;
	width:		300px;
}

#col2 .tx_powermail_pi1_fieldwrap_html label,
#col2 .tx_powermail_pi1_fieldwrap_html_checkbox_title,
#col2 .tx_powermail_pi1_fieldwrap_html_radio_title {
	font-size:		12px;
	color: 		#10387B; 
	margin-bottom:	3px;
}

#col2 .tx_powermail_pi1_fieldwrap_html_checkbox_title {
	margin-top:	8px;
	font-weight:	bold;
}

#col2 .tx_powermail_pi1_fieldwrap_html_label {
	font-size:		12px;
	color: 		#10387B; 
	line-height:	140%;
}



#col2 .tx_powermail_pi1_fieldwrap_html input[type=text],
#col2 .tx_powermail_pi1_fieldwrap_html textarea,
#col2 .tx_powermail_pi1_fieldwrap_html select {
	border:		1px solid #10387B;
	width:		300px !important;
}

#col2 .tx_powermail_pi1_fieldwrap_html_submit input[type=submit],
#col2 .tx-powermail-pi1_confirmation_button {
	width: 		150px;
	margin-top: 	10px;
	margin-left:	50px; 
}

#col2 .tx_powermail_pi1_formconfirmation_back input[type=submit],
#col2 .tx_powermail_pi1_formconfirmation_submit input[type=submit],
#col2 .tx_powermail_pi1_fieldwrap_html_submit input[type=submit] {
	width:			200px !important;
	height:			25px;
	background-image: 	url(/fileadmin/md/div/background-button.gif) !important;
	border:			none;
	color:			white;
	font-family:		Verdana,Helvetica,Arial,sans-serif;
	font-weight:		bold;
}

#col2 .tx_powermail_pi1_formconfirmation_back input[type=submit]:hover,
#col2 .tx_powermail_pi1_formconfirmation_submit input[type=submit]:hover,
#col2 .tx_powermail_pi1_fieldwrap_html_submit input[type=submit]:hover {
	background-position:0 -39px;
}

#col2 form.tx_powermail_pi1_formconfirmation_back,
#col2 form.tx_powermail_pi1_formconfirmation_submit {
	border: 		none; 
}

#col2 .powermail_all_td {
	padding:		2px;
	margin:		0;
	border:		1px solid gray;
}

#col2 .powermail_all_label {
	background-color: #d0d0d0;
}

#col2 .powermail_mandatory_js {
	font-size: 		11px; 
	color: 		red; 
}

#col2 .validation-advice {
	color:		#FF8700;
	font-size:		12px;
	font-weight:	bold;
}

#col2 .tx_powermail_pi1_formconfirmation_back input[type=submit],
#col2 .tx_powermail_pi1_formconfirmation_submit input[type=submit]
{ margin-left:80px; }

/********************************
 *
 *	Rechte Spalte
 *
 ********************************/
#col3 .powermail_check_inner,
#col3 .powermail_radio_inner {
	clear:		right;
	margin-left: 	5px;
}

#col3 .powermail_check_inner label,
#col3 .powermail_radio_inner label {
	float:		right;
	width:		75%;
	margin-top:	2px;
}

#col3 .tx_powermail_pi1_fieldwrap_html_label {
	font-size: 	12px; 
	margin-bottom: 	3px; 
	color: 		#202020; 
	line-height: 	16px; 
}

#col3 .tx_powermail_pi1_fieldwrap_html_label {
	font-weight:	bold;
}

#col3 .powermail_check { 
	width: 		15px; 
	border: 	0 solid white; 
}

#col3 .powermail_submit,
#col3 .tx-powermail-pi1_confirmation_back,
#col3 .tx-powermail-pi1_confirmation_submit {
	width:		120px;
	padding:	2px;
}

#col3 .tx-powermail-pi1_mandatory,
#col3 .tx-powermail-pi1_confirmation {
	padding:		2px;
	background-color:	#ecbd4c/*fef4cd*/;
	border:			1px solid red;
}

#col3 .tx-powermail-mandatory-message,
#col3 .tx-powermail-confirmation-question {
	font-weight: 		bold;
	font-size: 		13px;
}

#col3 .tx-powermail-pi1_confirmation_button {
	margin-top: 		5px;
}


#col3 .powermail_all_table {
	width:	 		95%;
}

#col3 .powermail_all_td {
	padding: 		2px;
}

#col3 .powermail_all_value {
	background-color:	#fef4cd;
	width:			100px;
}

#col3 .powermail_mandatory_js {
	font-size: 		11px; 
	color: 			red; 
}

#col3 .validation-advice {
	color:blue;font-size:11px;font-weight:bold;
}

