.CapsLockHintContainer {
	display: none;
}

.CapsLockHintContainer.Show {
	padding-top: 10px;
	display: block;
}

.CapsLockHint {
	font-size: 15px;
	text-align: left;
	font-weight: normal;
	color: #000000;
	border-top: 2px solid #f3c600;
	border-bottom: 2px solid #f3c600;
	background-image: url(../images/iconLargeWarning.png);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 50px;
}