﻿.facebookBtn {
    width: 96px;
    height: 27px;
    background-image: url(/images/buttons/facebook.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.pinterestBtn {
    width: 87px;
    height: 27px;
    background-image: url(/images/buttons/pinterest.png);
    background-repeat: no-repeat;
    background-position: top center;
}

    .facebookBtn:hover, .pinterestBtn:hover {
        background-position: bottom center;
        cursor: pointer;
    }

.blueBtn {
    padding: 5px 10px !important;
    background:none !important;
    background-color: #4e97e6 !important;
    color: white !important;
    border: none !important;
    text-transform: uppercase !important;
    font-family: 'PT Sans', sans-serif !important;
    font-size: 18px !important;
    text-shadow:none !important;
    border-radius: 0px !important;
    font-weight: normal !important;
}

    .blueBtn:hover {
        cursor: pointer;
        background-color: #666666 !important;
    }
