DIV#keyboard
{
display: none;
background-color: #dee3e7;
border: #000066 1px solid;
clear: both;
width: 361px; width: "363px";
height: 126px; height: "128px";
margin-top: 5px;
position: relative;
}

DIV#keyboardcopyright
{
color: #000066;
font-size: 9px;
position: absolute; left: 270px; top: 99px;
text-align: right;
width: 85px;
}

#keyboard SELECT {font-size: 10px;}
#keyboard OPTION {font-size: 10px;}

#keyboard INPUT
{
background-color: #bec3c7;
border: #000066 1px solid;
color: #000066;
font-size: 10px;
position: absolute;
}

SELECT#kblang {position: absolute; left: 5px; top: 102px; visibility: hidden;}

INPUT.keynormal {padding-left: 4px; padding-left: "0px"; font-weight: normal; width: 20px; height: 20px;}
INPUT.keypressed {padding-left: 4px; padding-left: "0px"; font-weight: bold; width: 20px; height: 20px;}

INPUT#space {left: 79px; top: 97px; width: 180px;}
INPUT#tab {left: 5px; top: 28px; width: 28px;}
INPUT#caps {left: 5px; top: 51px; width: 38px;}
INPUT#shift {left: 5px; top: 74px; width: 48px;}
INPUT#backspace {left: 327px; top: 5px; width: 28px;}
INPUT#del {left: 312px; top: 28px; width: 43px;}
INPUT#enter {left: 299px; top: 51px; width: 56px;}
