﻿.ALSButtonStyle
{
    background: #08578F;
    color: #fff;
    border-width: 1;
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.ALSButtonStyle:hover
{
    background: #43779C;
}