/********* Metal Brushed **********/

.form-submit-button-metal_brushed {
    border-radius:.3em;
    color: #2a2a2a;
    text-shadow:0px 1px 0px #ffffff;
    border:1px outset #999999;
    box-shadow:inset 0 -1px 0 0 rgba(0, 0, 0, 0.60), inset 0 1px 0 0 rgba(255, 255, 255, 0.70), 0 2px 4px 0 rgba(0, 0, 0, 0.40);
    background: #757575;
    background-position: 50% 50%;
    background-image: url(../../../images/metal-brushed.png);
}

.form-submit-button-metal_brushed:hover, .form-submit-button-metal_brushed:active {
    color: #000000;
	background: #757575;
    background-position: 50% 50%;
    background-image: url(../../../images/metal-brushed.png);
}