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

/********************************************************************/
/* style for a mandatory error message */
span.powermail_mandatory {
	color:red;
}

/* div container of errormessage */
div.powermail_mandatory_js {
	color: red;
	margin: 3px 0 15px 250px;
}

/* style for the sourrounding containers for each part */
fieldset.tx-powermail-pi1_fieldset {
	border: 0px solid black;
	background-color:transparent;
	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;
	color:white;
}

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

/* Input and textarea */
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	width: 260px;
}

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

/* submit button */
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	margin: 20px 0 10px 180px;
	font-weight: bold;
}

/* Description */
div.tx_powermail_pi1_fieldwrap_html label a dfn {
	display: none;
}

/* Description on mouseover */
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	display: block;
	position: absolute;
	width: 200px;
	padding: 5px;
	background-color: #0F1B5E;
	border: 1px solid #0F1B5E;
	color: white;
	text-decoration: none;
	font-size: 10px;
}