@import url("https://secure.runhosting.com/css.php?hostname=doehost.com&URL=http://doehost.com/css/custom_login.css");

input.login_form_submit {
    background: -moz-linear-gradient(top, #54baec, #2395cc);
    background: -webkit-linear-gradient(top, #54baec, #2395cc);
    background: -ms-linear-gradient(top, #54baec, #2395cc);
    background: -o-linear-gradient(top, #54baec, #2395cc);
    background-color: #2395cc;
    border-bottom: 2px solid #2a7396;
}

input.login_form_submit:hover {
    background: -moz-linear-gradient(top, #2395cc, #54baec);
    background: -webkit-linear-gradient(top, #2395cc, #54baec);
    background: -ms-linear-gradient(top, #2395cc, #54baec);
    background: -o-linear-gradient(top, #2395cc, #54baec);
    background-color: #54baec;
}