.fileinput-wrapper {position:relative;display:inline-block;zoom:1;*display:inline;overflow:hidden;padding:0;}
.fileinput-input {
        border: 1px solid #CCCCCC;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    float:left;height:24px;padding:2px;overflow:hidden;width:150px;white-space:nowrap;}
.fileinput-button {
        border: 1px solid #CCCCCC;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
        float:left;
        height:auto;
        padding:2px 6px;
        overflow:hidden;white-space:nowrap;
        }
.fileinput-button-text {padding:4px 6px;}
.fileinput-file {position:absolute;left:-9999px;-moz-opacity:0;filter:alpha(opacity=0);opacity:0;}
