#body .fupload .borrar {
    color:white;
}
#body .fupload a.borrar
{
    _color:white;
}
#body .fupload 
{
    _font-size:10px;
    position:relative;
}

.fupload {
	font-size:10px;
	width:200px;
	_width:196px;
	margin:0px 0px 2px;
	padding:0px 0px 3px;
	float:left;
}
.fupload .borrar {
	font-size:12px;
	display:inline-block;
	padding:3px;
	padding-bottom:2px;
	height:14px;
	text-align:center;
	width:12px;
	color:white;
	text-decoration:none;
	background:#444;
}
.addMode .borrar{
    background:#ef1e3d;
}
.editMode .borrar{
    background:#ef1e3d;
}
.fupload .progreso {
	float:left;
	width:175px;
	_width:160px;
	position:relative;
	overflow:hidden;
	height:17px;
	display:block;
	padding:1px;
	background:#EEE;
}
.editMode .progreso {
	background:#DDD;
}
.just_uploaded .progreso {
	background:#BBB;
}
.progreso .info {
	position:absolute;
	top:3px;
	left:5px;
}
.progreso .amount {
	overflow:hidden;
	background:#ef1e3d;
	height:100%;
	width:0%;
}
.fupload .percent {
    display:inline-block;
    padding:8px;
    color:#ef1e3d;
	position:relative;
	top:0px;
	left:2px;
}
.fupload .boton 
{
    float:left;
	padding:6px 4px 5px 2px;
}
.fupload .boton .arrow {
	font-family:Arial, Helvetica, sans-serif;
}
.fupload .controls {
	width:100%;
	display:block;
	clear:both;
	height:22px;
    padding-bottom:4px;
}
.fupload .more_info {
	float:left;
    margin-top:4px;
    width:110px;
    height:14px;
    display:block;
    padding:3px;
    background:#EEEEEE;
	color:#777;
}
.upfile .ui-dialog {
	padding:0;
	width:auto;
}