.polyKbd {
	position: absolute;
	width:610px;
	height:190px;
	background-color: lavender;
	cursor: pointer;
	border: 2px solid black;
	border-radius: 7px;
}
.polyKbd .topControls {
	position: relative;
	text-align: left;
	margin: none;
	top: 5px;
	left: 15px;
}
.polyKbd .velSens {
	display:inline-block;
	position:absolute;
	right:30px;
}
.polyKbd .bottomControls {
	position: absolute;
	bottom: 2px;
	left: 10px;
	height: 25px;
}
.polyKbd .kbdVibRate {
	width: 75px;
	margin-left: 8px;
	margin-right: 15px;
}
.polyKbd .kbdVibDepth {
	width: 75px;
	margin-left: 8px;
	margin-right: 15px;
}
.polyKbd .kbdAttack {
	width: 75px;
	margin-left: 8px;
	margin-right: 15px;
}
.polyKbd .kbdRelease {
	width: 75px;
	margin-left: 8px;
}
.polyKbd .kbdLevel {
	width: 204px;
	margin-left: 15px;
	margin-right: 15px;
}
.polyKbd .kbdCompression {
	width: 204px;
	margin-left: 15px;
	margin-right: 15px;
}
.polyKbd .kbdText {
	font-size: smaller;
}
.polyKbd .whiteKey {
	background-color: white;
	border: 1px solid black;
}
.polyKbd .whiteKey.down {
	background-color: gainsboro;
}
.polyKbd .blackKey {
	background-color: black;
	border: 1px solid black;
}
.polyKbd .blackKey.down {
	background-color: cadetblue;
}
.polyKbd .release {
	background-color: white;
	border: 1px solid black;
	text-align: center;
}
.polyKbd .release span {
	font-size: x-small;
}
.polyKbd .ui-slider {
	height: 8px;
	background: black;
}
.polyKbd .ui-slider-handle {
	margin-top: -2px;
	border-radius: 15px;
	cursor: pointer;
}
.polyKbd .slider {
	display: inline-block;
}
