﻿.myButton {
    box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    /*background-color: #79bbff;*/
    background-color:#1b5583;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528ecc;
}

    .myButton:hover {
        background-color: #378de5;
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }
