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

/********************************************************************/
/* increase margin between every field */
div.tx_powermail_pi1_fieldwrap_html {
}


/********************************************************************/
/* FIELDSETS */

/* fieldset PERSONENDATEN */
fieldset.tx-powermail-pi1_fieldset_allgemein {
	margin-left:10px;	
	border:0px;
	width:345px;
	float:left;
	color:#666666;	
}


/********************************************************************/
/* style for the legend of each part */
fieldset.tx-powermail-pi1_fieldset legend{
	display:none;
}

/********************************************************************/
/* label style for each field */
fieldset.tx-powermail-pi1_fieldset label {
	display: block;	
	clear:both;
	float: left;
	width:80px;	
	font-size:12px;
	font-weight:normal;	
	padding: 5px 0 5px 0;
}


/********************************************************************/
/* CAPTCHA */

/* hide the dfn label */
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;
	background-color:#54BDCA;
	border: 1px solid #54BDCA;
	color: white;
	text-decoration: none;
	font-size: 10px;
}

/* class for captcha hinweis style  */
.tx-srfreecap-pi2-cant-read {
	font-size:12px;
	color:#666;
	float:left;
}

/********************************************************************/
/* ELEMENTS */

/* input style for each field */
fieldset.tx-powermail-pi1_fieldset input   {
	font-size:12px;
	color:#666;
	float:left;
	width:250px;
	margin: 5px 0 5px 0;
}

#uid7 {
	width:40px;
}

/* style for submit button */
fieldset.tx-powermail-pi1_fieldset textarea {
	font-size:12px;
	color:#666;
	width:250px;
	height:150px;
	float:left;
	padding: 5px 0 5px 0;
}


#powermaildiv_uid7 img {
	float:left;
}


/********************************************************************/
/* VALIDATION, ERROR */

/* color of mandatory error message */
span.powermail_mandatory {	
	color: red;
}

/* validation failed, input and textarea failed style */
input.validation-failed,
textarea.validation-failed {
	background-color:#FF8080;
	background-image:none;
}

/* DIV container of errormessage */
div.powermail_mandatory_js {
	color: red;
	margin:0px;
	padding:0px;
	font-size:10px;
	width:100px;
	clear:both;
	float:left;
	margin-left:80px;
}

/* submit button */
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	padding: 4px 5px 4px 5px;
	border: solid 1px #8AB134;
	position: relative;
	cursor: pointer;
	display: inline-block;
	background-image:url(../../img/contactForm/buttonBg.png);
	background-repeat: repeat-x;
	font-size: 11px;
	clear:both;
	height:22px;
	text-decoration: none;
	color: #40740D;
	text-align:center;
	width:130px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}



/********************************************************************/
/* MANDATORY */

.tx-powermail-pi1 {
	padding-left:10px;
}

/* hinweis auf fehlremeldungen */
.tx-powermail-pi1_mandatory strong{
	font-weight:bold;
	font-size:12px;
	padding-left:10px;
	padding-top:10px;
}

/* fehlermeldung eintrag*/
li.powermail_mandatory_listitem {
	color:red;
	padding-left:10px;
}

/* fehlermeldung absenden button */
.tx-powermail-pi1_mandatory_submit {
	padding: 4px 5px 4px 5px;
	border: solid 1px #8AB134;
	position: relative;
	cursor: pointer;
	display: inline-block;
	background-image:url(../../img/contactForm/buttonBg.png);
	background-repeat: repeat-x;
	font-size: 11px;
	clear:both;
	height:22px;
	text-decoration: none;
	color: #40740D;
	text-align:center;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	margin-left:10px;
}


/********************************************************************/
/* THANKS*/

/* danke message*/
.tx-powermail-pi1_thx {
	padding-left:10px;
	padding-top:10px;
}

.tx-powermail-pi1_thx .bodytext {
	padding-left:10px;
}


