
/* CSS Document */
#upload {
	padding: 10px 0;
}

#upload table {
	border-collapse: collapse;
}

#upload #filename {
	width: 285px;
	height: 17px;
	margin-bottom:5px;
}

#upload #filetype {
	width: 344px;
	height: 20px;	
	margin-bottom:5px;
}

#upload #fileinfo {
	width: 344px;
	height: 60px;	
}

#upload #mediaurl {
	width: 344px;
	height: 20px;	
}

#upload #didascalia {
	width: 344px;
	height: 20px;	
}

#upload #position {
	width: 344px;
	height: 20px;	
	margin-bottom:5px;
}

#upload td.separator {
	background-image: url(../Images/frmImgSeparator.png);
	padding: 5px 0; 
	height: 11px;
}

#upload #message{
	border: 1px dotted #336699;
	background-color: #ecf3f8;
	height: 50px;
	overflow: auto;
}

#upload #progress{
	background-color: #336699;
	height: 5px;
	width:0px;
}

#upload #uploadfiles {
	background-image: url(../Images/frmBttUploadOff.png);
}

#upload #uploadfiles.active {
	background-image: url(../Images/frmBttUpload.png);
	cursor: pointer;
}

