.customButton {

    display:inline-block;
    background:  no-repeat;
    cursor:pointer;
    color:#ffffff;
    font-family:arial;
    font-size:17px;
    padding:26px 26px;
    text-decoration:none;
    text-shadow:0px 1px 0px #2f6627;
}

.customButtonVertical {


    background:  no-repeat;
    cursor:pointer;

    padding:22px;

}
.customButton:hover {

}
.customButton:active {
    position:relative;
    top:1px;
}