/* = Custom upload */
.customfile{
    width: 360px;
    height:33px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.browse-short .customfile {width:294px;}
.customfile-input {
    position: absolute;
    height: 100px;
    cursor: pointer;
    background: transparent;
    border: 0;
    opacity: 0;
    z-index: 999;
    -moz-opacity: 0;
    filter: alpha(opacity = 0);
}
.customfile-disabled {
    opacity: .5;
    cursor: default;
    filter: alpha(opacity = 0);
}
.customfile-feedback {
    float:left;
    width:236px;
    height:18px;
    background:#161616 url(../images/bg/f-input.gif) repeat-x;
    border: 1px solid #333;
    padding: 6px 6px 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    font-size:13px;
    color:#666;
    margin:2px 12px 0 0;
    overflow:hidden;
}
.browse-short .customfile-feedback {width:166px;}
.customfile-button-cnt{
    display: inline-block;
    position: absolute;
    right:0;
}
.customfile-button {
    display: block;
    width:99px;
    height: 33px;
    overflow:hidden;
    text-indent:-9999px;
    position: relative;
    background:url(../images/btn/btn-browse.gif) no-repeat;
}