/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

#textarea .news {
	clear: both;
	position: relative;
	min-height: 188px;
}
#textarea .news .photo {
	position: absolute;
	left: 0;
	top: 50px;
	width: 120px;
	margin-bottom: 8px;
}
#textarea .news .photo img {
	border: 3px solid #DADEDF;
}
#textarea .news .textfloat {
	margin-left: 120px;
}
#textarea .news .textfloat p {
	margin-left: 0;
}
#textarea .news .date {
	text-align: right;
	margin-top: -10px;
	display: block;
	font-size: 0.8em;
	color: silver;
	margin-bottom: 12px;
}
#textarea .news .link {
	text-align: left;
}
