/* caps-lock warning (STRONG element inside SPAN context element) */
.form span {
	float: none !important;
}
.form span strong.capslock-warning
{
	display:none;
	position:relative;
	left:100%;
	top:0;
	width:17px;
	height:17px;
	margin: -14px 0 0 -23px;
	text-indent:-100em;
	background:url(../images/capslock-icon.png) no-repeat;
}
.form .capslock-warning
{
	display: none; 
	position: absolute;
	left: -20px;
	top: 0;
	bottom: 0;
	width: 17px;
	height: 100%;
	margin: 0;
	text-indent: -100em;
	background: url(../images/capslock-icon.png) no-repeat center;
}




/* caps-lock warning: alternative styling 
   [with PNG gradient hidden from IE6] *//*
form span strong.capslock-warning
{
	text-indent:0;
	width:auto;
	height:auto;
	white-space:nowrap;
	cursor:default;
	margin:-0.05em 0 0 5px;
	padding:5px 10px;
	font:normal normal bold 0.85em/1 verdana,sans-serif;
	border:2px solid #000;
	color:#000;
	background:#ff6;
	text-shadow:none;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.35);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.35);
	box-shadow:0 1px 3px rgba(0,0,0,0.35);
}
form span strong[class].capslock-warning
{
	background:url(button-overlay.png) #ff6 repeat-x 0 0; 
} 
*/
