/****************************************************************
(C) 2008 Kishore Nallan for DesignShack
http://www.kishorelive.com
kishore.nc@gmail.com
*****************************************************************/

#keyboard { 
	 position: absolute; 
	display: none; 
	border: 1px solid #ccc; 
	width: 350px; 
	padding: 10px; 
	 cursor: move; 
	 background:#ccc;
}
#inactive
{
    display: none; 
}
#btn
{
    width:20px;
    }

#shift, #shifton { 
	width: 70px; 
	text-align: center; 
}

#row0_shift, #row1_shift, #row2_shift, #row3_shift {
	display: none;
}

#row0, #row0_shift {
	padding-left: 20px; 
}

#row1, #row1_shift { 
	padding-left: 20px; 
}

#row2, #row2_shift,#row3,#row3_shift { 
	padding-left: 20px; 
}

#shifton { 
	border-left: 3px solid #000; 
	border-top: 3px solid #000; 
}
