
}

.tombol1[type=submit]:hover, .tombol1[type=submit]:active {
    cursor: pointer;
    background: #8B008B;
}

.tombol1[type=submit]:active {
    background: #FFBF00;
    border: 0px solid #8B008B;
}



.tombol2[type=submit] {
    border-bottom: 1px solid #8B008B;
    border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    border-radius: 0px;
    background: #8B008B;
    color: #fff;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -2px;
    margin-bottom: -10px;
    padding:7px 25px 7px 25px;
    text-decoration:none;
    width: 100%;
    text-align: left;
    font-size: 13px;
}

.tombol2[type=submit]:hover {
    cursor: pointer;
    background: #9932CC;
}

.tombol2[type=submit]:active {
    background: #8A2BE2;
    border: 0px solid #fff;
}