/* Submit Button styles
----------------------*/

a.submit {
        display: block;
}

.submit, .submit-wide, .submit-wider, .submit-superwide {
        width: 86px;
        height: 28px;
        line-height: 28px;
        padding: 0;
        font-size: 11px;
        background: url(../images/submit-bg.png) no-repeat;
        text-align: center;
        color: #646464;
        text-decoration: none;
        border: 0px;
        cursor: pointer;
}
.submit-wide {
        background: url(../images/submit-bg-wide.png) no-repeat;
        width: 108px;
        height: 29px;
        line-height: 28px;
}

.submit-wider {
        background: url(../images/submit-bg-wider.png) no-repeat;
        width: 129px;
        height: 30px;
        line-height: 30px;
}
.submit-superwide {
        background: url(../images/submit-bg-superwide.png) no-repeat;
        width: 200px;
        height: 30px;
        line-height: 30px;
}
