.submit {
    padding:0;
    margin:0;
    border:0;
    height:42px;
}

.etykieta[type="submit"], .etykieta[type="button"]{
    width:138px;
    padding:10px;
    height:43px;
    overflow:hidden;
    font-size:15pt;
    font-weight:bold;
    text-align:center;

    border:0;
    cursor:pointer;
    margin:0;
    z-index:10000;
}

.etykieta:hover {
    background-position: bottom left;
    cursor: pointer;
}

.etykietaNiebieska {
    background: url(../images/tlo-etykieta-niebieska.png);
    background-position: top left;
    color:#fff;
    font-size:15pt;
}

.etykietaCzarna[type="submit"], .etykietaCzarna[type="button"] {
    background: url(../images/tlo-etykieta-czarna.png);
    background-position: top left;
    color:#fff;
    font-size:15pt;
    padding:10px;
}

.etykietaCzarna[type="submit"]:hover, .etykietaCzarna[type="button"]:hover {
    background: url(../images/tlo-etykieta-czarna.png);
    background-position: bottom left;
    color:#fff;
    border:0;
}

.etykietaNiebieskaMala[type="submit"], .etykietaNiebieskaMala[type="button"] {
    width:106px;
    height:32px;
    font-size:12pt;
    padding:0;
    background: url(../images/tlo-etykieta-niebieska2.png);
    background-position: top left;
    color:#fff;
}

.etykietaNiebieskaMala[type="submit"]:hover, .etykietaNiebieskaMala[type="button"]:hover {
    background: url(../images/tlo-etykieta-niebieska2.png);
    background-position: bottom left;
    color:#fff;
    border:0;
}

