#login_info {
  width:350px;
	padding:15px;
	margin: 0px;
	position:absolute;
	top:20px;
	right:20px;
	background: #f33;
	color:#000;
	z-index:100;
	opacity:0.9;
	border:1px solid black;
	font: 1.1em georgia;
	text-align:left;
}

#li_close {
	display: block !important;
	width: 40px;
	height: 40px;
	text-indent: -500em;
	overflow: hidden;
	background: blue;
	background: url(/style/close.png) 50% 50% no-repeat;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/close.png',sizingMethod='image') !important;
	position: absolute;
	right: -20px;
	top: -16px;
  cursor: pointer;
	cursor: hand;
}

#login_info a {
  color: #00f;
}

#login_info a:hover {
  color: #fff;
}

#login_info a:visited {
  color: #00f;
}
