form.tx_powermail_pi1_form{}
fieldset.tx-powermail-pi1_fieldset{}
fieldset.tx-powermail-pi1_fieldset legend{
	display:none;
}

div.tx_powermail_pi1_fieldwrap_html{
	margin-bottom:10px;
}
div.tx_powermail_pi1_fieldwrap_html label{
	display:block;
}
div.tx_powermail_pi1_fieldwrap_html input,
div.tx_powermail_pi1_fieldwrap_html textarea,
div.tx_powermail_pi1_fieldwrap_html select{
	border:medium none;
	font-size:1em;
	padding:2px;
	width:225px;
}
div.tx_powermail_pi1_fieldwrap_html select{}
div.tx_powermail_pi1_fieldwrap_html textarea{
	font-family:Futura,Verdana,Geneva,sans-serif;
}
/*
input.powermail_submit{
	background-color:#747474;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer !important;
	padding:2px 5px;
	width:auto !important;
}
*/
input.powermail_submit{
	background:url('../images/submit_btn.gif') no-repeat;
	border: none;
	color:#FFFFFF;
	cursor:pointer !important;
	padding:2px 5px;
	width:69px !important;
	height:16px;
	text-align:center;
	padding-top:0px !important;
}


div.powermail_mandatory_js{
	color:red;
}

div.tx_powermail_pi1_fieldwrap_html_label{
	text-transform:uppercase;
	/*color:white;*/
}