.form-actions {
    background-color: transparent;
    padding: 15px 0 0 0;
    margin-bottom: 8px;

    margin-top: 20px;
    border-top: 1px solid #E5E5E5;
}

.form-actions.form-actions-top {
    border-top: none;
    border-bottom: 1px solid #E5E5E5;
    padding: 0 0 15px 0;
    margin-bottom: 20px;
    margin-top: 8px;
}