.smallText {
	color: #888;
}

.gridRow input {
	margin: 6px;
}

.key a {
	display: inline-block;
	width: 16px;
	height: 50px;
	padding: 30px 0 0 0;
	border: 1px solid #000;
	text-decoration: none;
	text-align: center;
	font-size: small;
}

.activeKey {
	background-color:#F63!important;
}

.whiteKey {
	background-color:#FFFFFD;
	color:#000;
}
.whiteKey:hover {
	background-color:#F63;
}

.blackKey {
	background-color:#222;
	color:#FFE;
}

.blackKey:hover {
	background-color:#F63;
}

.width1 {
	width: 50px;
}

.width2 {
	min-width: 80px;
}		

.width3 {
	min-width: 150px;
}

.width4 {
	min-width: 200px;
}		

/* override faoundation alert color */
.alert {
    background-color: #F63!important;
}
