@charset "utf-8";
/*
	created by: Klaus Hoermann <klaus@3b-solutions.net>
	created for: Invite Business Consulting
	Client: Invite Business Consulting
	Description: powermail stylesheet
	Copyright: (C) 3B-Solutions Klaus Hoermann 2010
*/

/* DIV container of advice message (errormessage) */
.validation-advice {
	display:none !important;
}


/*--------------------------------------------------------------------------*/
/* POWERMAIL FORMULAR */

/* a single fieldset class */
.tx-powermail-pi1_fieldset{
	width:700px;
}

/* the legend is a text describing the fieldset, is to be hidden */
.tx-powermail-pi1_fieldset legend {
	display:none;
}

/* the fieldwrap for the form */
.tx_powermail_pi1_fieldwrap_html {
	width:700px;
	margin:0;
}

/* label for input elements */
.tx_powermail_pi1_fieldwrap_html label {
	display:block;
	float:left;
	font-size:12px;
	height:28px;
	width:130px;
}



.tx_powermail_pi1_fieldwrap_html input,
.tx_powermail_pi1_fieldwrap_html select {
	font-size:12px;
	height:15px;
}

.tx_powermail_pi1_fieldwrap_html select {
	height:18px;
}

.tx_powermail_pi1_fieldwrap_html input {
	width:170px;
}

.tx_powermail_pi1_fieldwrap_html textarea {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	height:100px;
	width:400px;	
}

#powermaildiv_uid20 input {
	float:left;
}

#powermaildiv_uid20 input, #powermaildiv_uid21 input {
	font-family:Arial, Helvetica, sans-serif;
	height:25px;
	margin:5px;
	padding:0 0 3px 0;	
	width:100px;	
}






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

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

.powermail_mandatory_js {
	float:right;
	width:380px;
	font-size:11px;
	color:red;
}

/* validation failed, input and textarea failed style */
input.validation-failed, textarea.validation-failed {
	
}



.tx_powermail_pi1_fieldwrap_html_22 {
	color:#666666;
	font-size:13px;
	line-height:17px;
	padding:0 0 10px 0;
	text-align:justify;
}









