﻿@media all
{
span.powermail_mandatory {
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	color: red;
	margin: 0.03em 0 0.15em 2em;
}
div.tx-powermail-pi1_formwrap {
	border: 2px solid #999;
	}
	
fieldset.tx-powermail-pi1_fieldset {
	border: none;
	padding: 0.1em;
}
fieldset.tx-powermail-pi1_fieldset legend {
	font-weight: normal;
	color: #333;
}
fieldset.tx-powermail-pi1_fieldset label {
	display: block;
	width: 80%;
	float: left;
	clear: both;
	font-weight: bold;
}
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: 85%;
	border: none;
	border-bottom: 1px solid #333;
	margin-left: 0.1em;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	margin: 0.05em 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	margin: 0.1em 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	margin: 0.8em 0 0.1em 0.1em;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 0.1em 0 0 2em;
}
div.tx_powermail_pi1_fieldwrap_html label a {
	cursor: help;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
	display: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	display: block;
	position: absolute;
	width: 60%;
	padding: 0.05em;
	background-color: #ddd;
	border: 1px solid red;
	color: #333;
	text-decoration: none;
	font-size: 0.8em;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
	background-color: #f9f9f9;
}

td.powermail_all_td {
	padding: 0.03em 0.1em 0.03em 0;
}

td.powermail_all p.bodytext {
	margin: 0;
}
}