/* CSS Document */

.mainkey{
	width:301px;
	height:130px;
	border:1px solid #CCCCCC;
	background-color:#F2FBFB;
	position:absolute;
}

.backkey{
	width:44px;
	height:22px;
	background-image:url(backkey.gif);
	border:0px;
	line-height:22px;
	margin:2px;
	font-size:12px;
	text-align:center;
	float:left;
	cursor:pointer;
}

.backkey_down{
	width:44px;
	height:22px;
	background-image:url(backkey_down.gif);
	border:0px;
	line-height:22px;
	margin:2px;
	font-size:12px;
	text-align:center;
	float:left;
	cursor:pointer;
}


.key{
	width:23px;
	height:22px;
	text-align:center;
	float:left;
	background-image:url(button.gif);
	margin:2px;
	border:0px;
	cursor:pointer;
}

.keydown{
	width:23px;
	height:22px;
	text-align:center;
	float:left;
	background-image:url(button_down.gif);
	margin:2px;
	border:0px;
	cursor:pointer;
}


.sc{
	padding-top:5px;
	width:10px;
	float:left;
	font-size:13px;
	text-align:right;
	color:#000000;
}

.gc{
	padding-top:2px;
	width:10px;
	float:right;
	font-size:12px;
	text-align:left;
	color:#BBBBBB;
}

.sc2{
	padding-top:5px;
	width:10px;
	float:left;
	font-size:13px;
	text-align:right;
	color:#BBBBBB;
}

.gc2{
	padding-top:2px;
	width:10px;
	float:right;
	font-size:13px;
	text-align:left;
	color:#000000;
}

.ckey{
	width:23px;
	height:22px;
	float:left;
	background-image:url(button.gif);
	margin:2px;
	border:0px;
	cursor:pointer;
	color:#000000;
	font-size:13px;
	text-align:center;
	vertical-align:middle;
}

.ckeydown{
	width:23px;
	height:22px;
	float:left;
	background-image:url(button_down.gif);
	margin:2px;
	border:0px;
	cursor:pointer;
	color:#000000;
	font-size:13px;
	text-align:center;
	vertical-align:middle;
}

.cc{
	padding-top:4px;
}

.closekeyboard{
	border:0px;
	background-image:url(closekeyboard.gif);
	font-size:12px;
	text-align:center;
	width:68px;
	height:22px;
	float:left;
	margin:2px;
	line-height:22px;
	cursor:pointer;
}

