

#keyboard_container {
    z-index: 9999999;
    border: none;
   width: 670px;
    padding: 5px 0 1px 5px;
    display: none;
    left: 300px;
    position: absolute;
}

#write {
    margin: 0 0 5px;
    padding: 5px;
    width: 671px;
    height: 200px;
    font: 1em/1.5 Verdana, Sans-Serif;
    background: #fff;
    border: 1px solid #f9f9f9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#keyboard {
    margin: 0;
    padding: 0;
    list-style: none;
}

    #keyboard li {
        float: left;
        margin: 0 5px 5px 0;
        width: 40px;
        height: 40px;
        line-height: 35px;
        text-align: center;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: none !important;
        border-radius: 4px;
        box-shadow: 1px 2px 3px #c5c5c5;
    }

.capslock, .tab, .left-shift {
    clear: left;
}

#keyboard .tab {
    width: 70px;
}

#keyboard .T {
    width: 73px;
}

#keyboard .capslock {
    width: 80px;
}

#keyboard .return {
    width: 60px !important;
    color: #fff;
    background: #ff6610;
}

#keyboard .left-shift {
    width: 95px;
}

#keyboard .width50 {
    width: 50px;
}

#keyboard .right-shift {
    width: 109px;
}

.lastitem {
    margin-right: 0;
}

.uppercase {
    text-transform: uppercase;
}

#keyboard .space {
    width: 645px;
    clear: none;
}

#keyboard .shift {
    width: 95px !important;
    color: #fff;
    background: #ff6610;
}

#keyboard .delete {
    width: 72px !important;
    color: #fff;
    background: #ff6610;
}

.on {
    display: none;
}

#keyboard li:hover {
    position: relative;
    top: 1px;
    left: 1px;
    border-color: #95be9f;
    cursor: pointer;
}

.close_window {
    font-size: 20px !important;
    margin-left: -22px;
    position: absolute;
    margin-top: -20px;
    color: #eee;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #1379aa;
    text-align: center;
    padding: 2px;
    line-height: 20px !important;
}

.new_keyboard {
    background: #eee;
    border: 1px solid #1379aa;
    border-radius: 7px;
    left: 56px;
    box-shadow: 0 0 6px #8d8d8d;
    width: 670px;
    left: 56px;
    top: 0px;
    display: block;
}

.li_btn_keyboard {
    background: #1897d4;
    list-style: none;
    color: #fff;
    font-family: Arial;
}
/*.li_btn_keyboard:hover
{
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #d1d1d1 49%, #dbdbdb 50%, #e2e2e2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(49%,#d1d1d1), color-stop(50%,#dbdbdb), color-stop(100%,#e2e2e2));
    background: -webkit-linear-gradient(top, #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%); 
    background: -o-linear-gradient(top, #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%); 
    background: -ms-linear-gradient(top, #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%); 
    background: linear-gradient(to bottom, #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 ); 
}*/
.num_only_bx{
    width: 200px !important;
    overflow: hidden;
}
.num_only_bx #keyboard{
    width: inherit !important;
}
.num_only_bx #keyboard li{
    float: inherit !important;
}
.num_only_bx #keyboard .delete{
   width: 190px !important;
}
.close_window{
    display: none !important;
}
.num_only_bx #keyboard .width50 ,
.num_only_bx #keyboard .T{
    width: 40px !important;
}