/********* Black Glass **********/

button.form-submit-button-black_glass{

    cursor: pointer;

    -moz-border-radius:.3em;
    -webkit-border-radius:.3em;
    border-radius:.3em;

    padding:6px 18px;

    color: #dadee5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;

    text-shadow:-1px -1px 0px #2b3034;

    border:1px solid #2b3034;

    -moz-box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.50), 0 1px 2px 0 rgba(0, 0, 0, 0.44);
    -webkit-box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.50), 0 1px 2px 0 rgba(0, 0, 0, 0.44);
    box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.50), 0 1px 2px 0 rgba(0, 0, 0, 0.44);

    background: #4d5154; /* old browsers */
    background: -moz-linear-gradient(top, #7f8385 0%, #5c6064 50%, #4a4e51 51%, #515a66 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7f8385), color-stop(50%,#5c6064), color-stop(51%,#4a4e51), color-stop(100%,#515a66)); /* webkit */
    background: linear-gradient(top, #7f8385 0%,#5c6064 50%,#4a4e51 51%,#515a66 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f8385', endColorstr='#4a4e51',GradientType=0 ); /* ie */
}

button.form-submit-button-black_glass:hover{
	color: #dadee5 !important;
	border:1px solid #2b3034 !important;
    background: #60656a; /* old browsers */
    background: -moz-linear-gradient(top, #909598 0%, #70757a 50%, #60656a 51%, #6c7889 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#909598), color-stop(50%,#70757a), color-stop(51%,#60656a), color-stop(100%,#6c7889)); /* webkit */
    background: linear-gradient(top, #909598 0%,#70757a 50%,#60656a 51%,#6c7889 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#909598', endColorstr='#60656a',GradientType=0 ); /* ie */
}

button.form-submit-button-black_glass:active{

    color: #aaadb2 !important;
	border:1px solid #2b3034 !important;
    -moz-box-shadow:inset 0 3px 5px 0 rgba(0, 0, 0, 0.50);
    -webkit-box-shadow:inset 0 3px 5px 0 rgba(0, 0, 0, 0.50);
    box-shadow:inset 0 3px 5px 0 rgba(0, 0, 0, 0.50);
    
    background: #4b4f53; /* old browsers */
    background: -moz-linear-gradient(top, #717578 0%, #5b5f62 50%, #4b4f53 51%, #555a5d 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#717578), color-stop(50%,#5b5f62), color-stop(51%,#4b4f53), color-stop(100%,#555a5d)); /* webkit */
    background: linear-gradient(top, #717578 0%,#5b5f62 50%,#4b4f53 51%,#555a5d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#717578', endColorstr='#4b4f53',GradientType=0 ); /* ie */
}

