


#container {
    margin: 25px 25px 25px 25px;
    /*width: 683px;*/
    height: 272px;
}

#containerNumPad {
    margin: 25px 0px 0px 25px;
    width: 280px;
    height: 272px;
}

#write {
    margin: 0 0 5px;
    padding: 5px;
    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;
    height: 194px;
}

#keyboard li {
    float: left;
    margin: 0 5px 5px 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #e5e7e8;
    border: 1px solid #f9f9f9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: x-large;
}

#keyboard li.numpad {
    float: left;
    margin: 0 5px 5px 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #e5e7e8;
    border: 1px solid #f9f9f9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: x-large;
}

.numpadGap {
    margin-left: 87px !important;
}

#keyboard .numpadDelete {
    width: 80px !important;
    height: 80px !important;
}

.capslock, .tab, .left-shift, #keyboard .com {
    clear: left;
}

.clearLeft {
    clear: left;
}

#keyboard .tab, #keyboard .delete, #keyboard .com {
    width: 70px;
}

#keyboard .capslock {
    width: 80px;
}

#keyboard .return {
    width: 77px;
}

#keyboard .left-shift {
    width: 96px;
}

#keyboard .right-shift {
    width: 101px;
}


.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;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -user-select: none;
}


input[type=text], textarea {
    color: transparent;
    text-shadow: 0 0 0 #000;
    border: 0px solid #ccc;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

    input[type=text]:focus, textarea:focus {
        background-color: #B6C6D1;
        outline: none;
    }

.aTable {
    border-spacing: 0px;
}


.style1 {
    text-align: left;
    height: 51px;
    /*width: 100%;*/
    font-size: 20px;
    font-weight: 400;
}

