.aKey
{
	background-color:#ffffff;
	color:#555555;
	border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    float: left;
	padding: 10px;
    text-align: center;
	text-decoration: none;
	font-size:30px;
}
.aKey:active
{
	background-color:#dddddd;
}
.aKey a span
{
    
}
.screenKeyFuncContainer{
font-family:Arial,Helvetica,Sans-Serif!important;color:#000;
}
.screenKeySymContainer
{
	display:none;
}
.screenIndSym
{
	width:3%;
}
.screenIndChar,.screenIndNum
{
	width:4%;
min-width:36px;
}
.clear
{
	clear:both;
}
.screenIndSym
{
	border-style:solid;
	border-bottom-color:#FF9900;
	border-bottom-width:2px;
}
.screenIndChar 
{
	border-style:solid;
	border-bottom-color:#5B9058;
	border-bottom-width:2px;
}
.screenIndNum 
{
	border-style:solid;
	border-bottom-color:#6B6DA6;
	border-bottom-width:2px;
}
.screenKeyFuncContainer{
margin-left:9%;
}
.screenIndSpace
{
width:40%;
}
.screenIndShift
{
}
.screenIndbackspace
{
}
.screenIndSymKey
{
	width:10%;
}
a.shifton
{
		background-color:#C3FDB8;
}