form.upload input.input_text {
    background: url(../gfx/app/input_boxes.gif) no-repeat 0 -58px;
    border: none;
    width: 241px;
    height: 20px;
    padding-left: 15px;
    padding-top: 3px;
}

form.upload input.input_text:focus {
    background-color: transparent;
}

form.upload div.fileinputs {
    position: relative;
    height: 30px;
    width: 300px;
}

form.upload input.file {
    width: 300px;
    margin: 0;
}

form.upload input.file.hidden {
    position: relative;
    text-align: right;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}

form.upload div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 550px;
    padding: 0;
    margin: 0;
    z-index: 1;
    line-height: 90%;
}

form.upload div.fakefile input {
    margin-bottom: 5px;
    margin-left: 0;
}
