.buttons a, .buttons a:visited, .buttons button {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    background: #E6FFD9;
    border: 1px solid #418200;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #336600;
    cursor: pointer;
    padding: 3px 10px 4px 7px; /* Links */
}

.close a, .close a:visited {
    background-color: #FFBBBB;
    border: 1px solid #A40000;
    color: #6C0000;
}

.close a:hover {
    background-color: #FF9D9D;
}

.inline-buttons a, .inline-buttons a:visited, .inline-buttons button {
    margin: 0 7px 0 0;
    background: #E6FFD9;
    border: 1px solid #418200;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    padding: 3px 10px 4px 7px; /* Links */
}

.buttons button {
    width: auto;
    overflow: hidden;
    padding: 2px 10px 1px 7px; /* IE6 */
}

.buttons button[type] {
    padding: 3px 10px 3px 7px; /* Firefox */
    line-height: 17px; /* Safari */
}

*:first-child+html button[type] {
    padding: 2px 10px 1px 7px; /* IE7 */
}

.buttons button img, .buttons a img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}

.buttons a:hover,
.buttons button:hover,
.inline-buttons button a:hover,
.inline-buttons button:hover {
    background: #CEF49B;
    border: 1px solid #418200;
    text-decoration: none;
}

