/****************************************************************
(C) 2008 Kishore Nallan for DesignShack
http://www.kishorelive.com
kishore.nc@gmail.com
*****************************************************************/

#keyboard { 
 	border: 0px solid #ccc; 
	width: 515px; 
	padding: 10px; 
	cursor: move; 
}

#spacebar input { 
	width: 360px; 
	margin: 0 auto; 
	margin-left: 0px; 
}

#shift, #shifton { 
	width: 70px; 
 }

#row0_shift, #row1_shift, #row2_shift, #row3_shift {
	display: none;
}

#row0, #row0_shift {
	padding-left: 20px; 
}

#row1, #row1_shift { 
	padding-left: 60px; 
}

#row2, #row2_shift { 
	padding-left: 70px; 
}

#shifton { 
 	background:#CECECE; 
}

.button{
	margin: 0 0px 4px 0;
 	width: 25px;
	height: 20px;
	line-height: 15px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #999999;
	cursor:pointer;
}

.space{
 	width:200px;
 	height: 20px;
	line-height: 15px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #999999;
	cursor:pointer;
}
.back{
	margin: 0 0px 4px 0;
 	width: 85px;
	height: 20px;
	line-height: 15px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #999999;
	cursor:pointer;
}
