.animatedButton{
        font-family: Trebuchet MS, Arial, sans-serif;
        text-decoration: none !important;
        text-align: center;
        vertical-align:text-middle;
/*        background-color:#a30e12; */
        background-color:#2A8284;
        padding-left: 20px;
        padding-right: 20px;
        height: 38px;
        width: 200px;
        line-height: 28px !important;
        display: inline-block;
/*        border: 1px solid #450003; */
        border: 1px solid #2A8284;
        text-shadow:0px 1px 1px #000;
        overflow: hidden;
        -webkit-box-shadow: inset 0px 1px 1px #fff;
        -moz-box-shadow: inset 0px 1px 1px #fff;
        box-shadow: inset 0px 1px 1px #fff;

        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;

        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
.animatedButtonText{
        font-family: Trebuchet MS, Arial, sans-serif;
        line-height: 28px !important;
        display: block;
        font-size: 16px;

        color: #EAEAEA; */
        text-align:center;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

.animatedButton:hover{
/*        background-color:#880408;   */
        background-color:#F45D06;
        height:50px;
        -webkit-box-shadow: inset 0px 1px 1px #000, 0 0px 0px 0px #000;
        -moz-box-shadow: inset 0px 1px 1px #000, 0 0px 0px 0px #000;
        box-shadow: inset 0px 1px 1px #000, 0 0px 0px 0px #000;
    }