.customfile-input {
position: absolute;
top: 0;
left: 0;
height: 100px;
cursor: pointer;
background: transparent;
border: 0;
opacity: 0;
-moz-opacity: 0;
filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
z-index: 999;
}
.customfile {
position: relative;
width: 215px;
background: transparent;
cursor: pointer;
overflow: hidden;
padding: 3px;
padding-top: 4px;
border: 1px solid #ccc;
float: left;
margin-top: 3px;
margin-bottom: 10px;
}
.customfile-disabled {
opacity: .5;
filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
cursor: default;
}
.customfile-feedback {
display: block;
margin: 2px 1px 1px 5px;
font-style: italic;
}
.customfile-feedback-populated {
color: #58595B;
font-style: normal;
left: -880px;
overflow: hidden;
position: absolute;
text-align: right;
width: 1000px;
}
.customfile-button {
border: none;
background-color: #bbb;
color: #fff;
float: right;
width: 65px;
padding: 2px;
padding-bottom: 2px;
text-align: center;
text-decoration: none;
margin-right: 4px;
margin-top: 1px;
margin-bottom: 1px;
}
.customfile-hover .customfile-button,
.customfile-focus .customfile-button {
color: #ffffff;
background-color: #666;
}