.frm_file_text {
	width:200px;
	height:22px;
	background:url(../images/file_upload/browse_fill.jpg) 0px 0px;
	font-family:arial; font-size:12px; color:5a5a5a; text-decoration:none; margin-left:10px;
	border:none;
	float:left;
	overflow:hidden;
	
}
.frm_file_text_progress {
	width:900px;
	height:22px;
	background:url(../images/file_upload/browse.jpg) no-repeat 0px 0px;
	font-family:arial; font-size:12px; color:5a5a5a; text-decoration:none;
	border:none;
	float:left;
	font:arial;
	font-size:12px;
	color:#5a5a5a;
	line-height:22px;
	font-weight:bold;
	text-indent:5px;
}
.file_upload_box {
	width:230px;
	height:64px;
	margin:5px;
	overflow:hidden;
	border:1px solid #D4D3CE;
	float:left;
	line-height:100%;
}
.file_upload_box .file_icon {
	height:64px;
	width:64px;
	overflow:hidden;
	float:left;
}
.file_upload_box .file_details {
	float:left;
	margin-left:5px;
	margin-top:5px;
	height:59px;
	width:151px;
	overflow:hidden;
}
.file_upload_box .file_details .file_name {
	color:#000000;
	font-size:11px;
	font-family:Arial;
	margin-bottom:3px;
	height:20px;
	overflow:hidden;
	padding-left:2px;
}
.file_upload_box .file_details .file_info {
	color:#666666;
	font-size:11px;
	font-family:Arial;
	margin-bottom:3px;
}
.file_upload_box .file_details .progressBox {
 	width: 140px;
	height: 19px;
	background: transparent url(../images/file_upload/progress_bar_grey.jpg) repeat-x;
}
.file_upload_box .file_details .progressBar {
  	width: 0px;
	height: 19px;
	background: transparent url(../images/file_upload/progress_bar.jpg) repeat-x;
}
.file_upload_box_s {
	width:230px;
	height:64px;
	margin:5px;
	overflow:hidden;
	border:1px solid #BBBAB3;
	float:left;
	background-color:#CCCBC6;
}
.file_upload_box_s .file_icon {
	height:64px;
	width:64px;
	overflow:hidden;
	float:left;
}
.file_upload_box_s .file_details {
	float:left;
	margin-left:5px;
	margin-top:5px;
	height:59px;
	width:151px;
	overflow:hidden;
}
.file_upload_box_s .file_details .file_name {
	color:#000000;
	font-size:11px;
	font-family:Arial;
	margin-bottom:3px;
	height:20px;
	overflow:hidden;
	padding-left:2px;
}
.file_upload_box_s .file_details .file_info {
	color:#666666;
	font-size:11px;
	font-family:Arial;
	margin-bottom:3px;
}
.file_upload_box_s .file_details .progressBox {
 	width: 140px;
	height: 19px;
	background: transparent url(../images/file_upload/progress_bar_grey.jpg) repeat-x;
}
.file_upload_box_s .file_details .progressBar {
  	width: 0px;
	height: 19px;
	background: transparent url(../images/file_upload/progress_bar.jpg) repeat-x;
}
.file_upload_box .removeButton {
	display:none;
}
.file_upload_box_s .removeButton {
	background:url(../images/ftp/remove_file.png) no-repeat;
	height:15px;
	width:15px;
	overflow:hidden;
	position:relative;
	top:-60px;
	cursor:pointer;
	left:210px;
}
.clear {
	clear:both;
}
.float_left {
	float:left;
	height:auto;
}	