/* ############
** ### ezmlm 
** ############
/* COLORS
** black: #000000
** darkgreen: #4E8700
** light-green: #8DC73D
** anthreciet: #676B6E
*/

/* ezml subscription */
#col2_content .tx_rbezmlmsubscription_form {
	margin-bottom:10px;
}
.tx_rbezmlmsubscription_form_modeblock {
	padding: 0 0 8px 0;
}
.tx_rbezmlmsubscription_form_modeblock .tx_rbezmlmsubscription_form_fieldlabel {
    margin: -5px 0 2px 4px;
}

#col2_content .tx_rbezmlmsubscription_form_emailblock {
	margin:0 0 5px 0;
}
#col2_content .tx_rbezmlmsubscription_form_emailblock .tx_rbezmlmsubscription_form_fieldlabel {
    padding: 0 2px 0 0;
}
#col2_content .tx_rbezmlmsubscription_form_emailblock .tx_rbezmlmsubscription_emailfield input {
	margin:0;
	width: 75px;
}
#col2_content .tx_rbezmlmsubscription_form .tx_rbezmlmsubscription_form_emailblock .tx_rbezmlmsubscription_submit {
	margin:0 0 0 1px;
	padding: 2px 0 1px 0;
	font-size: 10px;
}
div.ezmlm_error {
	clear: both;
	line-height: 1.5em;
	margin: 0 0 0.25em 0;
}
#col2_content .ezmlm_back {
	margin: 0 0 0 150px;
}
/* no border en radio buttons */
.tx_rbezmlmsubscription_form_mode {
	border:none;
	padding:0;
	margin:0;
}

