span#stylefileinput-fileinput
{
    position:relative;
    display:block
}

span#stylefileinput-fileinput span
{
    position:absolute;
    display:block;
    top:0;
    overflow:hidden;
    z-index:1;
    width:48px;
    height:48px;
    opacity:0;
    filter:alpha(opacity=0)
}

span#stylefileinput-fileinput span input
{
    position:absolute;
    left:-140px;
    height:48px;
    cursor:pointer
}

span#stylefileinput-fileinput input.stylefileinput-button
{
    display:block;
    width:48px;
    height:48px;
    padding:0;
    margin:0;
    text-indent:-999em;
    background:url(../images/file-icon.png) 0 0 no-repeat;
    border:none
}

span#stylefileinput-fileinput input.stylefileinput-button.active
{
    background-position:-96px 0
}

span#stylefileinput-fileinput input.stylefileinput-button.hover
{
    background-position:-48px 0
}

span#stylefileinput-fileinput strong
{
    position:absolute;
    bottom:5px;
    left:50px;
    font-size:14px
}

span#stylefileinput-fileinput a
{
    position:absolute;
    top:10px;
    left:50px;
    font-size:12px
}