div.form-buttons {
    height:70px;
    background: #f0f0f0;
}

div.form-buttons-positions {
    margin-top:15px;
}

.success-button {
    background-color: #87B87F;
    border: 2px solid #FFFFFF;
    border-radius: 100%;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    cursor: default;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin-left: 4px;
    padding: 0;
    text-align: center;
    width: 22px;
}