@charset "utf-8";
/* CSS Document for Plunger TYPO3 powermail form extension */
/*
	created by: Klaus Hoermann <klaus@3b-solutions.net>
	created for: Handle-Creativ Werbeagentur
	Client: Plunger Appartment
	Description: contact form styles
	Copyright: (C) 3B-Solutions Klaus Hoermann 2009
*/

/********************************************************************/

/* style for the sourrounding containers for each part */
fieldset.tx-powermail-pi1_fieldset {
	border: 1px solid black;
	background-color:#EEEEEE;
	padding:0px;
	margin-bottom:10px;
}

/* style for the legend of each part */
fieldset.tx-powermail-pi1_fieldset legend{
	font-weight:bold;
	margin-left:10px;
	font-size:13px;
}

/* label style for each field */
fieldset.tx-powermail-pi1_fieldset label {
	display: block;
	width: 200px;
	float: left;
	clear: both;
}

/* input style for each field */
fieldset.tx-powermail-pi1_fieldset input   {
}

/* style for submit button */
fieldset.tx-powermail-pi1_fieldset select {
}

/* increase margin between every field */
div.tx_powermail_pi1_fieldwrap_html {
	margin: 10px;
}

/* error message text style for required fields*/
.powermail_mandatory_js {
	color:red;
	font-style:italic;
	margin-left:200px;
	width:150px;
}

/* start and leave date - format help, selected date display*/
#uid19_msg, #uid20_msg {
	margin-left:200px;
}

/**/
.tx-srfreecap-pi2-cant-read {
	clear:both;
	margin-left:200px;
	color:black;
}