/*
 * jQuery TenKey Plugin v 0.1
 * 
 *
 * Copyright (c) 2009 Atarimarket
 *
 * Date: 2009-08-31
 * 
 */

/* ▼MODULE-TenKey */

	.tenkey{
	}
	.tenkey_table{
		width:375px;
		height:47px;
		line-height:0;
		border:0 !important;
	}
	.tenkey_table td{
		line-height:0;
		padding:0;
		margin:0;
		border:0 !important;
	}
	.tenkey_head{
		width:375px;
		height:23px;
		background: url(/common/js/unique/images/tenkey/tenkey_head.gif) no-repeat;
		padding:0;
	}
	.tenkey_body{
		width:375px;
		height:17px;
		background: url(/common/js/unique/images/tenkey/tenkey_body.gif) no-repeat;
		padding:0;
	}
	.tenkey_foot{
		width:375px;
		height:7px;
		background: url(/common/js/unique/images/tenkey/tenkey_foot.gif) no-repeat;
		padding:0;
	}
	.tenkey-inner{
		width:361px;
		height:17px;
		clear:both;
		margin:0 8px 0 6px;
	}
	.tenkey .key { float:left; margin-right:4px;}
	.tenkey .del { float:left; margin-right:4px;}
	.tenkey .ok  { float:left;}
	.tenkey .tk0 { background:url(/common/js/unique/images/tenkey/tenkey_0.gif) no-repeat 0 0; width:21px; height:17px; display:block; overflow:hidden;}
	.tenkey .tk1 { background:url(/common/js/unique/images/tenkey/tenkey_1.gif) no-repeat 0 0; width:21px; height:17px; display:block; overflow:hidden;}
	.tenkey .tk2 { background:url(/common/js/unique/images/tenkey/tenkey_2.gif) no-repeat 0 0; width:21px; height:17px; display:block; overflow:hidden;}
	.tenkey .tk3 { background:url(/common/js/unique/images/tenkey/tenkey_3.gif) no-repeat 0 0; width:21px; height:17px; display:block; overflow:hidden;}
	.tenkey .tk4 { background:url(/common/js/unique/images/tenkey/tenkey_4.gif) no-repeat 0 0; width:21px; height:17px; display:block; overflow:hidden;}
	.tenkey .tk5 { background:url(/common/js/unique/images/tenkey/tenkey_5.gif) no-repeat 0 0; width:21px; height:17px; display:block; overflow:hidden;}
	.tenkey .tk6 { background:url(/common/js/unique/images/tenkey/tenkey_6.gif) no-repeat 0 0; width:21px; height:17px; display:block; overflow:hidden;}
	.tenkey .tk7 { background:url(/common/js/unique/images/tenkey/tenkey_7.gif) no-repeat 0 0; width:21px; height:17px; display:block; overflow:hidden;}
	.tenkey .tk8 { background:url(/common/js/unique/images/tenkey/tenkey_8.gif) no-repeat 0 0; width:21px; height:17px; display:block; overflow:hidden;}
	.tenkey .tk9 { background:url(/common/js/unique/images/tenkey/tenkey_9.gif) no-repeat 0 0; width:21px; height:17px; display:block; overflow:hidden;}
	.tenkey .del { background:url(/common/js/unique/images/tenkey/tenkey_del.gif) no-repeat 0 0; width:53px; height:17px; display:block; overflow:hidden;}
	.tenkey .ok  { background:url(/common/js/unique/images/tenkey/tenkey_ok.gif) no-repeat 0 0; width:53px; height:17px; display:block; overflow:hidden;}	
	.tenkey .key.hover{ background-position: 0 -17px; border:0;}
	.tenkey .del.hover{ background-position: 0 -17px; border:0;}
	.tenkey .ok.hover { background-position: 0 -17px; border:0;}
	
	
/* △MODULE-TenKey */
