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

input.login_form_submit {
    background: -moz-linear-gradient(top, #fe6464, #e62929);
    background: -webkit-linear-gradient(top, #fe6464, #e62929);
    background: -ms-linear-gradient(top, #fe6464, #e62929);
    background: -o-linear-gradient(top, #fe6464, #e62929);
    background-color: #e62929;
    border-bottom: 2px solid #b30f0f;
}

input.login_form_submit:hover {
    background: -moz-linear-gradient(top, #e62929, #fe6464);
    background: -webkit-linear-gradient(top, #e62929, #fe6464);
    background: -ms-linear-gradient(top, #e62929, #fe6464);
    background: -o-linear-gradient(top, #e62929, #fe6464);
    background-color: #fe6464;
}