
/* increase margin between every field */
div.tx_powermail_pi1_fieldwrap_html {
	margin: 3px;
	margin-left:5px;
}


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

/* fieldset styles for all */
fieldset.tx-powermail-pi1_fieldset {
	border: 1px solid #007400;
	background-color:white;
	padding:0px;
	margin-bottom:0 0 0 0;
}

/* label style for each field */
fieldset.tx-powermail-pi1_fieldset label {
	display: block;
	float: left;
	clear: both;
	font-weight:normal;
	background-color:white;
}

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

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

/* DATE PICKER*/

/* Hide the checkbox for the today selected date*/
#uid144_cb, #uid147_cb {
	display:none;
}

/* Hide the help link */
#uid144_help, #uid147_help {
	display:none;
}

#uid144_msgCnt, #uid147_msgCnt {
	display:none;
}
#uid144_trigger, uid147_trigger {
	border:none;
}


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

/* ELEMENTS */

/* input style for each field */
fieldset.tx-powermail-pi1_fieldset input   {
	font-size:12px;
	color:#666;
}

/* style for submit button */
fieldset.tx-powermail-pi1_fieldset select {
	font-size:12px;
	color:#666;
}

/********************************************************************/
/* 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;
}




fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 0 0 0px 90px;
	width:120px;
	height:30px;
	font-size:12px;
	font-weight: bold;
	color:#007400;
}

.tx-powermail-pi1_mandatory strong{
	font-weight:bold;
	font-size:12px;
}

li.powermail_mandatory_listitem {
	color:red;
}

.tx-powermail-pi1_mandatory_submit {
	width:200px;
	height:30px;
	font-size:12px;
	font-weight: bold;
	color:#007400;
}

fieldset.tx-powermail-pi1_fieldset div.even {
	background-color: #ffffff;
}



