/****************************************************************
(C) 2008 Kishore Nallan for DesignShack
http://www.kishorelive.com
kishore.nc@gmail.com
*****************************************************************/

#keyboard {
	border: 1px solid #ccc; 
	width: 97%; 
	padding: 10px; 
	background-color: #EFF5FF;
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	-khtml-box-sizing:content-box;
	box-sizing:content-box;
	margin: 0 auto;
}


#spacebar_plus { 
	width: 96.3%;
	margin-top: 20px;
	height: 50px;
	float:left;
}

#shift, #shifton { 
	width: 70px; 
	text-align: left; 
}

#row0_shift, #row1_shift, #row2_shift, #row3_shift {
	display: none;
}

#shifton { 
	border-left: 3px solid #000; 
	border-top: 3px solid #000; 
}