/********* Steel **********/

.form-submit-button-steel {
    border-radius:.5em;
    color: #808080;
    text-shadow:0px 1px 0px #ffffff;
    border:1px solid #999999;
    box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.70), 0 2px 4px 0 rgba(0, 0, 0, 0.40);
    background: #d4d4d4;
    background-position: 50% 50%;
    background-image: url(../../../images/steel.png);
}

.form-submit-button-steel:hover, .form-submit-button-steel:active {
    color: #555555;
    background: #d4d4d4;
    background-position: 50% 50%;
    background-image: url(../../../images/steel.png);
}