#header {
    display: none;
}
div.breadcrumbs {
    background-color: #333;
}
.module h2, .module caption, .inline-group h2 {
    background: #333 none repeat scroll 0 0;
}
a:link, a:visited {
    color: #333;
    text-decoration: none;
}
.button.default, input.default[type="submit"], .submit-row input.default {
    background: #363 none repeat scroll 0 0;
}
.button, input[type="submit"], input[type="button"], .submit-row input, a.button {
    background: #696 none repeat scroll 0 0;
}

.button:active, input[type="submit"]:active, input[type="button"]:active, .button:focus, input[type="submit"]:focus, input[type="button"]:focus, .button:hover, input[type="submit"]:hover, input[type="button"]:hover {
    background: #363 none repeat scroll 0 0;
}
.button.default:active, input.default[type="submit"]:active, .button.default:focus, input.default[type="submit"]:focus, .button.default:hover, input.default[type="submit"]:hover {
    background: #030 none repeat scroll 0 0;
}
.field-button_approve .approvelink {
    background: #363 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: block;
    height: 10px;
    line-height: 10px;
    padding: 10px 15px;
    text-align: center;
}

#onboardingrequest_form input[name="_addanother"],input[name="_continue"] {
    display: none;
}
#onboardingrequest_form input[name="_save"] {
    background: #999 none repeat scroll 0 0;
}
input[name="_approve"] {
    background: #363 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: block;
    min-height: 15px;
    line-height: 15px;
    padding: 10px 15px;
}
a.messagelink {
    text-decoration: underline;
}