/* Powermail Stylesheet */

DIV.tx-powermail-pi1 FIELDSET{ border:none;}
DIV.tx-powermail-pi1 LEGEND{ display:none;}

TABLE.powermail-form-wrap,
TABLE.powermail-form-wrap TABLE{
	border-collapse:collapse;
}

TABLE.powermail-form-wrap TD{
	font-size:11px;
	text-align:left;
	vertical-align:top;
}

TABLE.powermail-form-wrap TD.label{
	color:#000066;
	font-weight:bold;
	padding:0px 20px 10px 0px;
}

TABLE.powermail-form-wrap TD.black{
	color:#000000;
}

TABLE.powermail-form-wrap TD.input INPUT,
TABLE.powermail-form-wrap TD.input SELECT{
	width:235px;
	border:1px solid #bfcfdf;
	font-size:11px;
	padding:1px 1px 3px 3px;
}

TABLE.powermail-form-wrap TD.input TEXTAREA{
	width:400px;
	height:95px;
	border:1px solid #bfcfdf;
	font-size:11px;
	padding:1px 1px 3px 3px;
}

INPUT#powermail-button-send,
INPUT#powermail-button-reset{
	width:auto;
	background-color:#8cabd7;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;
	border:1px solid #bfcfdf;
	font-size:11px;
}

INPUT#powermail-button-send{
	margin-left:10px;
}


TABLE.powermail-form-wrap TD.input INPUT.powermail_radio{
	width:auto;
}

TABLE.powermail-form-wrap TD.buttons{
	padding:20px 0px 20px 0px;
}

TABLE.powermail-form-wrap TD.buttons TABLE{
	float:right;
}

TABLE.powermail-form-wrap TD.buttons TABLE TD{
	padding-left:0px;
}

/* radiobuttons - Anrede */

TABLE.powermail-form-wrap TD.radios{
	padding-right:10px;	
}

TABLE.powermail-form-wrap TD.radios LABEL{
	margin-top:-5px;
}

