/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

#textarea .news {
	clear: both;
	position: relative;
}
#textarea .news .imgfloat {
	position: absolute;
	left: 0;
	top: 43px;
	width: 120px;
}
#textarea .news .imgfloat img {
	border: 3px solid #838E92;
}
#textarea .news .textfloat {
	margin-left: 120px;
}
#textarea .news .textfloat p {
	margin-left: 0;
}
#textarea .news .date {
	position: absolute;
	right: 0;
	margin-top: -19px;
	display: block;
	font-size: 0.8em;
	color: silver;
}
#textarea .news .link {
	text-align: left;
}
