@charset "UTF-8";
.fileinput-button{position:relative;overflow:hidden}
.fileinput-button input{position:absolute;top:0;left:0;margin:0;opacity:0;-ms-filter:alpha(opacity=0);font-size:200px;direction:ltr;cursor:pointer;width:100%}
@media screen\9 {
.fileinput-button input{filter:alpha(opacity=0);font-size:100%;height:100%}
}
span.fileinput-button{color:#444;float:left;height:30px;padding:0;position:relative;width:auto;cursor:pointer}
.fileinput-button > span{background:#e51a4b;border:1px solid #e51a4b;border-radius:3px;color:#FFF;float:left;font-size:13px;height:18px;line-height:18px;margin:4px 0 0 4px;padding:2px 5px}