/* ================================
    CSS STYLES FOR janet.Signin
   ================================
*/  
.login 
{
	font-weight:bold;
	color:Black;
}
#LoginFailedWrapper 
{
	position: relative;
}
#LoginFailed
{
	border-right: black 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: black 1px solid;
	position: absolute;
	color:white;
	font-weight:bold;
	text-align: center;
	z-index:999;
	top:-25px;
	width:280px;
	left:140px;
	height:22px;
	padding:2px;
	background:firebrick url(images/close.gif) no-repeat;
	background-position:100% 50%;
}
