body {
    min-width: 412px;
    background-color: #fff;
}

.bHead {
    padding-bottom: 15px;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
}
.bBody {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
}
.bFoot {
    padding-top: 15px;
    padding-bottom: 30px;
    background-color: #eee;
    border-top: 1px solid #ccc;
}

th {
    vertical-align: middle;
}


.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}