#login_content
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #CDCDCD;
	overflow-y:scroll;
	border: 0px solid #fff;        
}

a
{
	color: #4A4A4A;
	cursor: default;
}
a:hover
{
	color: #4A90E2;
}

