/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

#textarea .file {
	clear: right;
	border-bottom: 1px dotted silver;
	padding-bottom: 5px;
}

#textarea .file a {
	padding:  3px 0 2px 26px;
	background-image: url(../images/icn_folder.png);
	background-repeat: no-repeat;
	background-position: 4px 2px;
}

#textarea .file .date {
	float: right;
	font-size: 0.8em;
	color: gray;
}
