
#keyboard{z-index:100;background-color:transparent; padding:10px; width:520px; height:180px;display:block; border-top:0px solid #000; padding-left:25px; display:block; 
          position:absolute; bottom:-350px; left:0px;}
		  
#virtualKeyboardMask{background-color:#7b8490;opacity:0.7; padding:10px;  height:180px;display:block; border-top:0px solid #000; padding-left:25px; display:block; 
          position:absolute; bottom:-350px; left:0px;}
#keyboard:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}

#keyboardHeader {position:relative;}
#keyboardHeader div {color:#fff; background-color:#7b8490;padding:3px; padding-left:15px; padding-right:15px; position:absolute; cursor:pointer; right:-10px; top:-40px;}
.closex {font-weight:bolder; color:#000;}

#keyboardCapitalLetter {display:block;}
#keyboardSmallLetter {display:none;}
#keyboardNumber {display:none;}
#keyboardSymbols {display:none;}

.button 
{
    width:40px; height:40px;background-color:#fff; position:relative;float:left;margin-right:5px;margin-top:5px;cursor:pointer;font-size:1.5em;

    /*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:14px;}
.button_dash {margin-left:14px;}
.button_underscore {margin-left:14px;}
.button_enter {width:56px; font-size:1.0em; }
.button_del{font-size:1.0em;}
.button_smallletter{font-size:1.0em;}
.button_capitalletterleft{font-size:1.0em;}
.button_capitalletterright{ width:85px; font-size:1.0em;}
.button_numberleft{width:80px; font-size:1.0em; margin-left:26px;}
.button_numberright{width:80px; font-size:1.0em;}
.button_space {width:270px;}
.button_symbolsleft{width:80px; font-size:1.0em; margin-left:26px;}
.button_symbolsright{width:80px; font-size:1.0em;}


.key {width:100%; height:100%; text-align:left; padding-top:3px; padding-left:5px; text-shadow: 0px 1px 1px #ffffff;filter: dropshadow(color=#ffffff, offx=0, offy=1);}
.key_del {padding-top:18px;}
.key_enter {padding-top:18px;}
.key_smallletter {padding-top:18px;}
.key_capitalletterleft {padding-top:18px;}
.key_capitalletterright {padding-top:18px;}
.key_number {padding-top:18px;}
.key_symbols {padding-top:18px;}


/* content {width:700px; height:100px; border:1px solid #000; margin:10px; font-family:Arial Unicode MS; font-weight:normal;} */


