.files_file {
	padding: 4px 2px 0 25px;
	background: url(file_other.gif) no-repeat left center;
	border: 0px solid Black;
	text-decoration: none;
	font-size: 11px;
	display:block;
	height: 19px;
}
* html .files_file{
	height:25px;
	padding-top: 12px;
}
.files_file_jpg, .files_file_gif, .files_file_png{
	background: url(file_pic.gif) no-repeat left center;
}
.files_file_pdf{
	background: url(file_pdf.gif) no-repeat left center;
}
.files_file_txt, .files_file_doc, .files_file_rtf{
	background: url(file_txt.gif) no-repeat left center;
}
.files_file_zip, .files_file_rar, .files_file_ace{
	background: url(file_zip.gif) no-repeat left center;
}


body.mceContentBody {
   background: #1F1F1F !important;
   color: #c0c0c0 !important;
}

.mceContentBody a {
   color: #FB9D00 !important; /* FF requires a important here */
}