
.file_input_block		{ clear: both; }
.file_input_line		{ margin: 2px 0px; clear: both; overflow: auto; }
.file_submit_line		{ margin: 2px 0px; }

.file_wrapper			{ width: 0px; height: 0px; overflow: visible; }
.file_over				{ width: 153px; height: 19px; position: relative; overflow: hidden; 
						  width/*\**/: 151px\9; height/*\**/: 17px\9; } /* IE box fix */
.file_front				{ xheight: 22px; font-size: 50px; position: relative; z-index: 10; opacity: 0.0; 
						  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); /* IE8 visiblity fix */
						  left/*\**/: -600px\9; } /* IE for single-click on browse button */

.file_filename, 
.file_comment, 
.file_faked				{ float: left; background: white; border: 1px inset black; font: bold 11px verdana; }
.file_reset, 
.file_submit			{ float: left; background: #eeeeee; border: 1px outset black; font: bold 11px verdana; text-align: center; cursor: pointer; }

.file_filename, 
.file_comment			{ xwidth: 150px; xheight: 22px; padding: 1px 5px; }
.file_faked				{ xwidth: 150px; xheight: 22px; padding: 1px 5px; color: #999999; }
.file_reset				{ width: 60px; xheight: 16px; margin-left: 5px; text-align: center; xpadding: 4px 5px; }
.file_submit			{ xwidth: 80px; xheight: 22px; }

.file_input_line span	{ float: left; display: block; width: 150px; height: 18px; padding: 4px 0px 0px 5px; font: 11px verdana; }
.file_upload_info		{ width: auto !important; }
