/********* 3D Edgy Yellow **********/

.form-submit-button-3d_edgy_yellow{
     padding:8px 18px;
    color: #864f0b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow:0px 1px 0px #ffe245;
    border:1px solid #b8882a;
    box-shadow:inset 0px 1px 1px 0px rgba(255, 255, 255, 0.40), inset 0px 0px 3px 0px rgba(255, 255, 255, 0.40), 0 5px 0 0 #b8882a, 0px 9px 0px 0px rgba(0, 0, 0, 0.20);
    background: #f8b838;
}

.form-submit-button-3d_edgy_yellow:hover {

	background: #ffd842;
}

