
body {margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
     /* text-align:center; /* Hack for IE5/Win */ 
font-size:29px; font-family:Arial Unicode MS;font-weight:normal; 
overflow:hidden;
}
/* w / h = 2.7   */
#keyboard{background-color:#7b8490;padding:10px; width:1600px; height:593;display:block; border-top:3px solid #000; padding-left:25px; display:block; 
          position:absolute; bottom:-950px; left:0px;}
#keyboard:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}

#keyboardHeader {position:relative;}
#keyboardHeader div {color:#fff; background-color:#7b8490;padding:6px; padding-left:30px; padding-right:30px; position:absolute; cursor:pointer; right:-20px; top:-80px;}
.closex {font-weight:bolder; color:#000;}

#keyboardCapitalLetter {display:block;}
#keyboardSmallLetter {display:none;}
#keyboardNumber {display:none;}
#keyboardSymbols {display:none;}

.button 
{
    width:124px; height:124px;background-color:#fff; position:relative;float:left;margin-right:19px;margin-top:20px;cursor:pointer;font-size:1.9em;

    /*box shadow*/ -webkit-box-shadow: 0px 1px 3px #000000;-moz-box-shadow: 0px 1px 3px #000000;box-shadow: 0px 1px 3px #000000;
    /*box radius*/ -moz-border-radius: 5px;border-radius: 5px;
    /*gradient*/
    background: #ffffff; /* old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* ie */
}
.buttonDown {background:none;background-color: #c9cdd5; -webkit-box-shadow:none;-moz-box-shadow: none;box-shadow: none;}
.button_a {margin-left:54px;}
.button_dash {margin-left:45px;}
.button_underscore {margin-left:45px;}
.button_enter {width:212px; font-size:1.3em; }
.button_del{font-size:1.3em;}
.button_smallletter{font-size:1.3em;}
.button_capitalletterleft{font-size:1.3em;}
.button_capitalletterright{ width:266px; font-size:1.3em;}
.button_numberleft{width:354px; font-size:1.3em; margin-left:26px;}
.button_numberright{width:266px; font-size:1.3em;}
.button_space {width:775px;}
.button_symbolsleft{width:354px; font-size:1.3em; margin-left:26px;}
.button_symbolsright{width:266px; font-size:1.3em;}


.key {width:100%; height:100%; text-align:center; padding-top:12px; text-shadow: 0px 1px 1px #ffffff;filter: dropshadow(color=#ffffff, offx=0, offy=1);}
.key_del {padding-top:37px;}
.key_enter {padding-top:37px;}
.key_smallletter {padding-top:37px;}
.key_capitalletterleft {padding-top:37;}
.key_capitalletterright {padding-top:37px;}
.key_number {padding-top:37px;}
.key_symbols {padding-top:37px;}


/* content {width:700px; height:100px; border:1px solid #000; margin:10px; font-family:Arial Unicode MS; font-weight:normal;} */

input[type=text] {border:1px solid #000; width:300px; height:30px; color:#999; font-family:Verdana; font-size:25px; padding:5px; padding-left:8px; margin-bottom:10px;}

