/* @group Continue/Submit Buttons */


a.button_submit {
    background: transparent url(button-type-7.gif) no-repeat scroll 100% 0;
    color: #fff;
    display: inline-block;
    height: 67px;
    text-decoration: none;
    font: bold 18px Arial, Helvetica, "Lucida Grande", sans-serif;
}

a.button_submit span {
    background: transparent url(button-type-7.gif) no-repeat 0 0;
    display: block;
    line-height: 67px;
    margin-right: 65px;
    padding: 0 0 0 25px;
} 
a.button_submit:hover {
    background-position: 100% -67px;
    outline: none;
}

a.button_submit:hover span {
	color: #9b3c00;
    background-position: 0 -67px;
	margin-right: 65px;
	padding: 0 0 0 25px;
} 

a.button_submit:active {
    background-position: 100% -134px;
    outline: none;
}

a.button_submit:active span {
    background-position: 0 -134px;
	margin-right: 65px;
	padding: 0 0 0 25px;
}


/* @end */