/* 
 * Change default file button visage
 */

$(document).ready(function(){
    $("input[type=file]").filestyle({
        image: "http://www.comap.cz/images/choose-file.gif",
        imageheight : 22,
        imagewidth : 50,
        width : 150
    });
});



