.tx_dfdirectmailsubscription {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	width: 100%;
	font-size: 12px;
}

.tx_dfdirectmailsubscription hr {
	margin: 0;
	margin-bottom: 7px;
	padding: 0;
	background: #6F240F;
	width: 100%;
	height: 1px;
	border: none;
}

.tx_dfdirectmailsubscription .form-error {
	margin: 0;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 12px;
	clear:both;
}

.tx_dfdirectmailsubscription fieldset {
	margin: 0;
	padding: 10px;
	border: 0;
}

.tx_dfdirectmailsubscription legend {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

.tx_dfdirectmailsubscription label,
.tx_dfdirectmailsubscription input,
.tx_dfdirectmailsubscription select {
	width: 50%;
	margin-bottom: 3px;
	padding: 3px;
}

.tx_dfdirectmailsubscription label {
	border: 0px;
	float:left;
}

.tx_dfdirectmailsubscription select {
	width: 52%;
}

.tx_dfdirectmailsubscription input[type='radio'],
.tx_dfdirectmailsubscription input[type='checkbox'] {
	width: auto;
	color: #333;
	border:none;
	float:left;
}

.tx_dfdirectmailsubscription .radiolabel {
	margin: 0;
	padding: 0;
	width: auto;
	padding-left: 5px;
}

.tx_dfdirectmailsubscription .submitbutton {
	margin-right:  3px;
	margin-bottom: 3px;
	border: 1px inset #6F240F;
	color: #FFFFFF;
	background: #6F240F;
	width: auto;
	float:right;
	
}