@charset 'UTF-8';.file_upload{position:relative;overflow:hidden;direction:ltr;cursor:pointer;text-align:center;color:#333;font-weight:bold;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;width:180px;height:25px;line-height:25px;background:#f0f0f0;border:2px solid limegreen}.file_upload_small{width:200px;height:30px;line-height:30px;font-size:100%;background:gray;border:1px solid limegreen}.file_upload_large{width:100%;height:150px;line-height:150px;font-size:20px;background:gray;border:1px solid limegreen}.file_upload_highlight{background:lawngreen}.file_upload input{position:absolute;top:0;right:0;margin:0;border:300px solid transparent;opacity:0;-ms-filter:'alpha(opacity=0)';filter:alpha(opacity=0);-o-transform:translate(-300px,-300px) scale(10);-moz-transform:translate(-800px,0) scale(10);cursor:pointer;height:100%}:root .file_upload input{height:auto}.file_upload button{display:none}.file_upload_progress .ui-progressbar-value{background:url(pbar-ani.gif)}.file_upload_progress div{width:150px;height:15px}