input.btn_generic{
    display:inline-block;
    background-image: url(https://tutoraid.tutoringclub.com/images/layout/bg_generic.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding:7px 20px;
    width: auto;
    color:#333;
    font-weight:bold;
    text-decoration:none;
    font-size:12px;
    border:none;
    background-color:transparent;
    outline:none;
    font-family: Verdana, Geneva, sans-serif !important;
    scale: 80%;

}
input.btn_generic:hover{color:#017fb3;}

a.btn_generic{
    display:inline-block;
    background-image: url(https://tutoraid.tutoringclub.com/images/layout/bg_generic.png) !important;
    background-repeat: no-repeat !important;
    padding:7px 20px !important;
    width: auto !important;
    color:#333 !important;
    font-weight:bold !important;
    text-decoration:none !important;
    font-size:12px !important;
    border:none !important;
    background-color:transparent !important;
    outline:none !important;
    font-family: Verdana, Geneva, sans-serif !important;
    background-size: 100% 100%;
    scale: 80%;

}

a.btn_generic:hover{color:#017fb3 !important;}
