kbd.key {
    padding: 3px 5px;
    min-width: 20px;
    border-radius: 2px;
    color: #555555;
    background-color: #e2e2e2;
    background-image: linear-gradient(whitesmoke, #e2e2e2);
    box-shadow: inset 0 1px 0 white, 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.3);
    font-family: inherit;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    display: inline-block;
}

kbd.chord {
    font-family: inherit;
}

.keyboard-legend {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

    .keyboard-legend li {
        margin: 0 0 10px;
        display: block;
    }
html[style="overflow: hidden;"] .RadEditor {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 149999;
}

div#skin-chooser {
    z-index: 2900;
}

div#header,
div#sidebar {
    z-index: 2901;
}

table.reSpinBox td {
    vertical-align: middle;
}