.sForm .sFormButton
{
    margin-top: 0;
    padding: 17px 0 0 36px;
}

.sFormButton a.fSubmitBtn:link, .sFormButton a.fSubmitBtn:visited, .sFormButton a.fSubmitBtn:hover, .sFormButton a.fSubmitBtn:active
{
    display: block;
    border: 0;
    padding: 3px 0 0 28px;
    background: transparent url(images/buttons.gif) no-repeat 0 0;
    width: 63px;
    height: 24px;
    color: #fff;
    font-size: 1em;
    outline: 0;
}

.sFormButton a.fSubmitBtn:hover
{
    color: #fff;
    text-decoration: none;
}

.sFormButton input.fSubmitBtn
{
    border: 0;
    padding: 0 0 3px 0;
    background: transparent url(images/buttons.gif) no-repeat 0 0;
    width: 91px;
    height: 27px;
    color: #fff;
    font-size: 1em;
    outline: 0;
    font-family: Arial, Sans-Serif;
}

.sFormButton input.fSubmitBtn:hover
{
    background-position: -200px 0;
    cursor:pointer;
}