/********* Simple Red **********/

.form-submit-button-simple_red{

    cursor: pointer;

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

    padding:8px 18px;

    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-shadow:-1px -1px 0px #a60000;

    border:1px solid #a60000 !important;

	-moz-box-shadow:inset 0px 1px 0px 0px #f29d93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29d93;
	box-shadow:inset 0px 1px 0px 0px #f29d93;

    background: #ce0000; /* old browsers */
    background: -moz-linear-gradient(top, #fe1900 0%, #ce0000 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe1900), color-stop(100%,#ce0000)); /* webkit */
	background: linear-gradient(top, #fe1900 0%, #ce0000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1900', endColorstr='#ce0000', GradientType=0 ); /* ie */
}

.form-submit-button-simple_red:hover{
    border:1px solid #a60000 !important;
    background: #e60d00; /* old browsers */
    background: -moz-linear-gradient(top, #ff461d 0%, #e60d00 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff461d), color-stop(100%,#e60d00)); /* webkit */
	background: linear-gradient(top, #ff461d 0%, #e60d00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff461d', endColorstr='#e60d00', GradientType=0 ); /* ie */
}

.form-submit-button-simple_red:active{
	border:1px solid #a60000 !important;
    position: relative;
	top: 1px;
    background: #e60d00; /* old browsers */
    background: -moz-linear-gradient(top, #e60d00 0%, #ff461d 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e60d00), color-stop(100%,#ff461d)); /* webkit */
	background: linear-gradient(top, #e60d00 0%, #ff461d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e60d00', endColorstr='#ff461d', GradientType=0 ); /* ie */
}
