@CHARSET "UTF-8";

.buttons {
    text-align: center;
    padding: 1em 0 0 0;
}

.button {
    behavior: url('../iepngfix.htc');
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

input.button {
    color: White;
    height: 34px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    font-weight: bold;
    font-size: 14px;
    margin: 0px 5px;
}

input.button-25 {
    width: 34px;
    background-image: url('../siteimg/button/34.png');
}

input.button-50 {
    width: 50px;
    background-image: url('../siteimg/button/50.png');
}

input.button-75 {
    width: 75px;
    background-image: url('../siteimg/button/75.png');
}

input.button-100 {
    width: 100px;
    background-image: url('../siteimg/button/100.png');
}

input.button-125 {
    width: 125px;
    background-image: url('../siteimg/button/125.png');
}

input.button-150 {
    width: 150px;
    background-image: url('../siteimg/button/150.png');
}

input.button-175 {
    width: 175px;
    background-image: url('../siteimg/button/175.png');
}

input.button-200 {
    width: 200px;
    background-image: url('../siteimg/button/200.png');
}

div#archiveModal {
    width: 50px;
    position: absolute;
}

div#archiveModal button {
    width: 100%;
    background-color: white;
    cursor: pointer;
    /*border: 0px;*/
}

div#archiveModal button:hover {
    opacity: 0.7;
}
