* {
    margin: 0;
    padding: 0;
}

body {
    font: 28px Verdana, Sans-Serif;
    /*background: #eee;*/
}

#main {
    position: absolute;
    margin: auto;
    top: 450px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 1155px;
    height: inherit;
}

#container {
    margin: auto;
    width: 1255px;
}

#write {
    /*margin: 0 0 5px 209px;
    padding: 5px 15px 0px 5px;*/
    width: 651px;
    height: 50px;
    font: 24pt Verdana, Sans-Serif;
    background: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 9px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    overflow: hidden;
    text-transform: uppercase;
    padding: 6px 0px 0px 0px;
}

textarea {
    resize: none;
}

#keyboard {
    margin: 0;
    padding: 0;
    list-style: none;
}

    #keyboard li {
        color: #fff !important;
        float: left;
        margin: 0 5px 5px 0;
        width: 100px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        border-radius: 9px;
        text-transform: uppercase;
        background: #fff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

.capslock, .tab, .left-shift {
    clear: left;
}

#keyboard .tab, #keyboard .delete {
    width: 100px;
    font-size: 24px;
}

#keyboard .capslock {
    width: 121px;
}

#keyboard .return {
    width: 206px;
    font-size: 24px;
}

#keyboard .left-shift {
    width: 162px;
}

#keyboard .right-shift {
    width: 162px;
}

.lastitem {
    margin-right: 0;
}

.uppercase {
    text-transform: uppercase;
}

#keyboard .space {
    clear: left;
    width: 1152px;
    font-size: 24px;
}

.on {
    display: none;
}

#keyboard li:hover {
    position: relative;
    top: 1px;
    left: 1px;
    border-color: #e5e5e5;
    cursor: pointer;
}
