.file-wrapper {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.file-wrapper input {
    cursor: pointer;
    font-size: 100px;
    height: 100%;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    opacity: 0.01;
    position: absolute;
    right: 0;
    top: 0;
}
.file-wrapper .button {
    background: #626568;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    font-weight: bold;
    padding: 2px 20px 0px;
    text-transform: normal;
    display: none;
}

.form-item.file-wrap {
    position: relative;
    width: 230px;
    height: 30px;
}
.file-wrapper {
    position: absolute;
    left: 245px;
    top: 19px;
}
.file-wrapper input[type="file"] {
    
}
.field .file-wrapper {
    top: -2px;
    left: 120px;
}
.field .place {
    top: -3px;
    left: 200px;
}
.field .place .file-holder {
    background:#b0deeb;
}    

.place {    
    position: absolute;
    left: 0px;
    top: 20px;
}
.place .file-holder {
    display: block;
    height: 25px;    
    background: #fff;
    padding: 2px 10px;
    width: 236px;
    line-height: 18px;
    font-size: 12px;
    overflow: hidden;
    border: 2px solid #836C4D;
}
.place .delete_upload {
    position: absolute;
    right: -25px;
    top: 0;
    width: 20px;
    height: 20px;
    background: url('../template_images/xmark.png') no-repeat;
}