.fileListRow{
	float:left;
	clear:both;
	width:500px;
	margin-bottom:30px;
}
.fileListRow .fl_icon{
	float:left;
	clear:left;
	margin-right:10px;
	display:inline;
	width:75px;
}

.fileListRow .fl_textArea{
	float:left;
	width:415px;
	
}

.fileListRow .fl_adminArea{
	float:left;
	width:415px;
}

.fileListRow .fl_adminMove{
	float:right;
	width:60px;
}

.fileListRow .fl_adminButtons{
	float:left;
	width:350px;
}

