﻿a.button {
    text-decoration: none;
}

.button {
    background-repeat: no-repeat;
    font: bold 12px Arial, Sans-serif;
    height: 24px;
    margin: 0;
    padding: 2px 5px 3px 5px;
    color: #000;
    border: ButtonShadow;
    text-decoration: none;
    border: #ff660f;
    border-width: 2px;
    border-style: inset;
}


.createBatch {
    background-image: url("/images/addSample.png");
}

.registerSubmission {
    background-image: url("/images/registerSubmission.png");
}


.saveSubmission {
    background-image: url("/images/refresh.png");
}

.refreshSampleList {
    background-image: url("/images/refresh.png");
}

.saveSampleButton {
    background-image: url("/images/addSample.png");
    white-space: nowrap;
}
