.aKey
{
	background-color:#ffffff;
	color:#555555;
	border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    float: left;
	padding: 7px 11px;
  margin: 2px 3px;
    text-align: center;
	text-decoration: none;
	
}
.aKey:active
{
	background-color:#dddddd;
}
.aKey a span
{
    
}
.screenKeySymContainer
{
	display:none;
}
.screenIndSym
{
	width:11px;
}
.screenIndChar,.screenIndNum
{
	width:11px;
}
.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;
}
.screenIndSpace
{
	width:220px;
}
.screenIndShift
{
	width:60px;
}
.screenIndbackspace
{
	width:50px;
}
.screenIndSymKey
{
	width:45px;
}
a.shifton
{
		background-color:#C3FDB8;
}

.screenKeyNumContainer {
  margin: auto;
}
