@charset "utf-8";
#login{
	background:url(../images/login/bkgd_login.jpg);
	background-repeat:no-repeat;
	width:895px;
	float: left;
	display: inline;
	height: 59px;
	padding-left: 25px;
	padding-top: 2px;
	font-weight:bold;
	overflow: hidden;
}
#login #info{
	margin-top:1px;
	float:left;
	width:540px;
}
#login #status{
	float:right;
	width:300px;
}
#login #info a:visited, #login #info a:link, #login #info a:active{
	color:#f8ce21;
	text-decoration:underline;
}
#login #info a:hover{
	color:#f8ce21;
	text-decoration:none;
}
#login #info #welcome{
	font-size:24px;
	display: inline;
	overflow: hidden;
	padding:0px;
	margin:0px;
}
#login #info #check, #login #info #signin{
	font-size:12px;
	margin-left: 1px;
	float: left;
	height: 16px;
	display: inline;
	overflow: hidden;
}
#login #info #signin{
	margin-left:25px;
}

#login #info #name{
	color:#f8ce21;
}
#login #info #line{
	background:url(../images/login/username_line.jpg);
	width:250px;
	height:1px;
	margin:3px 0 5px 0;
	padding:0px;
	line-height:1px;
	overflow:hidden;
}
#login #status #status_date, #login #status #status_expiration{
	float: right;
	display:inline;
	text-align:right;
	font-size:23px;
	margin-top:32px;
}
#login #status #status_expiration{
	padding-right:5px;
       width: 350px;
       
}
#login #status #status_date{
	padding-right:45px;
}
#login #status #status_date #text_grey, #login #status #status_expiration #text_grey{
	color:#CCCCCC;
}
#login #status #status_date #text_gold, #login #status #status_expiration #text_gold{
	text-transform:uppercase;
	color:#f8ce21;
}
#login #status #status_expiration #text_white,{
	color:#FFFFFF;
}