/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

#textarea .file a {
	display: block;
	padding:  2px 0 2px 26px;
	background-image: url(../images/icn_folder.png);
	background-repeat: no-repeat;
	background-position: 4px 2px;
	border-bottom: 1px dotted silver;
}

