/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

#textarea .newsletter {
	float: left;
	width: 190px;
	min-height: 95px;
	background-color: white;
	margin-right: 10px;
	margin-bottom: 10px;
}
#textarea .newsletter a {
	display: block;
	padding: 14px 12px 14px 55px;
	background-image: url(../images/icn_pdf_silver.gif);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	font-weight: bold;
}
#textarea .newsletter a span {
	display: block;
	font-weight: normal;
	font-size: 0.9em;
}

