/* file input */
.jsFile{
	width: 381px;
	height: 29px;
	background: url(../img/input-file-bg.gif) no-repeat 0 0;
}

.jsFile,.jsFileL{
	float:left;display:inline;
}

.jsFilePath{
	height: 22px;
	padding: 7px 10px 0 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.jsFilePath.hidden{display:none;}
.jsFilePath .filePath {
  color: #A7BFD3 !important;
  font-weight: normal !important;
  width: 232px;
  overflow: hidden;
}
.jsFile.hidden{position: absolute; left: -999px;}

.jsFilePath *{
	vertical-align: middle;
}
.jsFilePath .fileIcon{
  display: none;
};
}
.jsFilePath .delete .spc{
	width: 16px; height:16px;
	margin-left: 5px;
	background-image:url(../img/cfe/cross.gif);
}
