/* styles voor pianoklavier */

.whiteKey{
	width: 19px;
	height: 100px; 
	z-index: 1; 
	top: 1px; 
	background-color: #FFF; 
	position: absolute; 
	border: 1px none #000;
}
.blackKey{
	width: 10px;
	height: 65px;
	z-index: 2;
	top: 1px;
	background-color: #000;
	position: absolute;
	border: 2px groove #666;
}
#baseLayer{
	position: relative;
	width: 441px;
	height: 102px;
	z-index: 0;
	background-color: #333;
	border: 1px double #000;
	left: 10px;
	top: 10px;
}