$(function() {	
	if ($.browser.msie) {
		$("input[type=file]").filestyle({ 
			image: "/imgs/input_anexar_cv.png",
			imageheight : 29, imagewidth : 130, width : 243
		});
		
		if($.browser.version < 8) {
			$("input[type=file]").parent().css({ width:'118px', marginTop:'0px', marginLeft:'-18px' });
		} else {
			$("input[type=file]").parent().css({ width:'118px', marginTop:'0px', marginLeft:'-18px' });	
		}
		
	} else {
		$("input[type=file]").filestyle({ 
			image: "/imgs/input_anexar_cv.png",
			imageheight : 29, imagewidth : 130, width : 243
		});
		
		$("input[type=file]").parent().css({ width:'118px', marginTop:'0px', marginLeft:'-18px' });
	}
});
