
	.keyBox {
		position: relative; 
		top: 10px;
    		margin: 0px auto;
		background-color: #ffffff;     
    		align: left;
    		text-align: left;
		padding: 10px 
		border: 0; 
	}



	.keyBoxImage    { 
		position: relative; 
    		width: 130px;
		padding: 0px; 
    		border: 1px solid #bdc7d8;
		text-align: center; 
	}


	.keyBoxLabel  { 
		font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; 
		color: #FF0000; 
	       	font-size: 20px; 
	       	font-size: 11px; 
		top: 10px;
		position: relative; 
		width: 130px; 
		text-align: center; 
	}


	.keyBoxValue  { 
		top: 20px;
		position: relative; 
		width: 130px; 
		text-align: center; 
	}




	.keyBoxInput { 
		font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; 
	       	font-size: 20px; 
		width: 130px; 
		height: 24px; 
		border: 1px solid #bdc7d8; 
		padding: 2px; 
		margin-left: 0px;
	}



