.jInputFile-input{
	position: absolute;
}

.jInputFile-customFile{
	position: absolute;
	width: 140px;
    border:1px solid;
    margin-left: 0px;
    cursor: default;
    height: 37px;
    z-index: 2;
	font: 13px Verdana;			/*!!!!!!!!!!!!!!*/
	filter: alpha(opacity: 0);
    opacity: 0;
    cursor:pointer;
}

.jInputFile-fakeButton{
    position: absolute;  
    z-index: 1;
    width: 148px;
    height: 50px;
    background: url(../images/jInputFiile/button.png?=1123) no-repeat left top; 
    float: left;
}
       
.jInputFile-blocker{
    position: absolute;
    top:20px;
    z-index: 3;
    width: 150px;
    height: 37px;
    background: url(../images/jInputFiile/transparent.gif);
    margin-left: -155px;
}

.jInputFile-fileName{ border:1 #fff solid;
    position: absolute;
    height: 15px;
	line-height: 15px;
    margin-left: 100px;
    font-family: Trebuchet;
    font-size: 13px;
    color: #34495E;
    margin-top: 2px;
    padding-top: 1px;
    padding-left: 19px;
	background: url(../images/icons.png);
	display: none;
}

.jInputFile-activeBrowseButton{
    background: url(../images/jInputFiile/button_active.png?=123) no-repeat left top;
    display: none;
    cursor:pointer;
    z-index: 1;
    width: 142px;
    height: 37px;
}