#btTecladoInativo{
    width: 36px;
    height: 20px;
    display: block;
    float: left;
    background: url(../img/btn_teclado_inativo.png) no-repeat;
    bottom: 5px;
    right: 70px;
    position: absolute;
    z-index: 5;
    cursor: pointer;
}

#btTecladoAtivo{
    width: 36px;
    height: 20px;
    display: block;
    float: left;
    background: url(../img/btn_teclado_ativo.png) no-repeat;
    bottom: 5px;
    right: 70px;
    position: absolute;
    z-index: 5;
    cursor: pointer;
}

#tecladoVirtual {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 40px;
    margin: 0 auto;
}
#keyboard {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 688px;
    height: 230px;
    display: block;
    background: #DDDDDD;
    border: 1px solid #CCCCCC;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
}
#keyboard li {
    float: left;
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #f9f9f9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.capslock, .tab, .left-shift {
    clear: left;
}
#keyboard .tab, #keyboard .delete {
    width: 70px;
}
#keyboard .capslock {
    width: 80px;
}
#keyboard .return {
    width: 77px;
}
#keyboard .left-shift {
    width: 95px;
}
#keyboard .right-shift {
    width: 109px;
}
.lastitem {
    margin-right: 0;
}
.uppercase {
    text-transform: uppercase;
}
#keyboard .space {
    clear: left;
    width: 681px;
}
.on {
    display: none;
}
#keyboard li:hover {
    position: relative;
    top: 1px;
    left: 1px;
    border-color: #e5e5e5;
    cursor: pointer;
}