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

input.login_form_submit {
    background: -moz-linear-gradient(top, #8D8D8D, #666666);
    background: -webkit-linear-gradient(top, #8D8D8D, #666666);
    background: -ms-linear-gradient(top, #8D8D8D, #666666);
    background: -o-linear-gradient(top, #8D8D8D, #666666);
    background-color: #666666;
    border-bottom: 2px solid #4A4A4A;
}

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