.jInputFile-input{
	position: absolute;
}
.jInputFile-customFile{
	position: absolute;
	width: 219px;
    cursor: default;
    height: 21px;
    z-index: 2;
	filter: alpha(opacity: 0);
    opacity: 0;
	margin-top: -10px !important;
	cursor: pointer;
}
.jInputFile-fakeButton{
    z-index: 1;
    width: auto;
    height: 21px;
    float: left;
	margin-right: 20px;
	font-size: 18px;
	color: #c6366f;
	border-bottom: 1px dotted;
	cursor: pointer;
}    
.jInputFile-fakeButton:hover{
	color: #313a4c;
	border-bottom: 1px dotted;
} 
.jInputFile-blocker{
    position: absolute;
    z-index: 3;
    width: 150px;
    height: 21px;
    margin-left: -155px;
}
.jInputFile-fileName{
    height: 21px;
	line-height: 21px;
    font-size: 14px;
    color: gray;
}
.jInputFile-activeBrowseButton{
    display: none;
}