/* These styles are for the tag and help overlays. */

.shortcut-display {
	font-size: 1em;
	padding: 10px;
	background: #eee;
	position: fixed;
	bottom: 0;
	right: 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	-moz-box-shadow: #666 2px 2px 10px;
	-webkit-box-shadow: #666 2px 2px 10px;
	z-index: 9999;
}

#shortcut-help li {
	color: #555;
	margin-bottom: .25em;
}

#shortcut-help h3 {
	margin-bottom: .5em;
	font-size: 1.5em;
	font-weight: normal;
}