#file-select-button {
    cursor: pointer;
    cursor: hand;
    color: #999;
}

#file-select-button:hover {
    cursor: pointer;
    cursor: hand;
    color: #333;
}

label {
    margin-bottom: 0;
    margin-top: 10px;
}