/*body {
    font: 51%/1.5 Verdana, Sans-Serif;
    background: #eee;
}*/
#container {
    width: 688px;
}
#keyboard {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 285px;
}
#keyboard li {
    background: #fff;
    border: 1px solid #dddddd; /*was f9f9f9*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    font-size: 13px;
    height: 40px;
    margin: 0 2px 3px 0;
    line-height: 40px;
    text-align: center;
    text-shadow: 0 1px 0 #f3f3f3;
    width: 24px;
}
#keyboard li.active {
    background: #22aadd;
    border-color: #1f96c1;
    color: white;
    text-shadow: 0 1px 0 #1f96c1;
}

.capslock,
.tab,
.left-shift,
.firstItem {
    clear: left;
}

.row2item1 {
    margin-left: 14px !important;
}

#keyboard .tab,
#keyboard .delete {
    width: 40px;
}
#keyboard .capslock {
    width: 40px;
}
#keyboard .return {
    width: 53px;
}
#keyboard .left-shift {
    width: 50px;
}
.lastitem {
    margin-right: 0;
}
#keyboard .space {
    width: 170px;
}
#keyboard li:hover {
    position: relative;
    top: 1px;
    left: 1px;
    border-color: #e5e5e5;
    cursor: pointer;
}
