a.linkbutton {
    background: #7ba6d6 none repeat scroll 0 0;
    border: 1px solid #003366;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    text-transform: uppercase;
}

a.linkbutton:hover {
    background: #003366;
}