/*
 * http://github.com/peteboere/css-crush (v4.1.3)
 */
.fileinput-wrapper{position:relative;display:inline-block;zoom:1;*display:inline;overflow:hidden;padding:0}.fileinput-input{float:left;height:20px;padding:3px;overflow:hidden;width:150px;white-space:nowrap}.fileinput-button{float:left;height:20px;padding:3px;overflow:hidden;white-space:nowrap}.fileinput-button-text{padding:5px}.fileinput-file{position:absolute;left:-9999px;-moz-opacity:0;-webkit-filter:alpha(opacity=0);filter:alpha(opacity=0);opacity:0}.fileinput-wrapper{vertical-align:middle}.fileinput-wrapper .ui-button-text{line-height:1.2}.fileinput-input{display:none;height:20px;width:200px}.fileinput-button{height:26px;line-height:20px;border-radius:4px;border-color:#000;background:#FFF;background:-moz-linear-gradient(top,#FFF 0%,#F2F2F2 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#FFF),color-stop(100%,#F2F2F2));background:-webkit-linear-gradient(top,#FFF 0%,#F2F2F2 100%);background:-o-linear-gradient(top,#FFF 0%,#F2F2F2 100%);background:-ms-linear-gradient(top,#FFF 0%,#F2F2F2 100%);background:-webkit-linear-gradient(top,#FFF 0%,#F2F2F2 100%);background:linear-gradient(top,#FFF 0%,#F2F2F2 100%);-webkit-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#F2F2F2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#F2F2F2',GradientType=0)}.fileinput-button.ui-state-hover{background:#F2F2F2}.fileinput-file:hover{cursor:pointer}.fileinput-button-text{padding:10px;color:#000;font-weight:bold}