@charset "utf-8";
/* top.css 12/9/2009*/

#header {
	position: relative;
	height: 132px;
}

#logo {
	position: absolute;
	width: 400px;
	top: 0px;
	left: 0px;
}

#logo img {
	display: block;
}

#login {
	position: absolute;
	width: 210px;
	font: 1.1em arial, sans-serif;
	background: url('/images/login-bg.png') no-repeat;
	height: 103px;
	color: #fff;
	top: 9px;
	right: 13px;
}

#login input {
	display: block;
}

#username-block {
	margin-top: 22px;
	width: 151px;
	float: right;
	height: 20px;
}

#password-block {
	margin-top: 5px;
	width: 151px;
	float: right;
	height: 20px;
}

#submit-block {
	margin-top: 5px;
	margin-left: 60px;
	width: 45px;
	float: left;
	height: 24px;
}

#username-block input {
	margin-left: 5px;
}

#password-block input {
	margin-left: 5px;
}

#username {
	border-bottom: 0px;
	border-left: 0px;
	background: none transparent scroll repeat 0% 0%;
	color: #d3d3d3;
	border-top: 0px;
	border-right: 0px;
}

#password {
	border-bottom: 0px;
	border-left: 0px;
	background: none transparent scroll repeat 0% 0%;
	color: #d3d3d3;
	border-top: 0px;
	border-right: 0px;
}

#fgt-pwd {
	float: right;
	text-align: right;
	padding-top: 5px; 
	padding-right: 5px;
}

#fgt-pwd a {
	color: #5b9d3c; 
	text-decoration: underline;
}

#fgt-pwd a:hover {
	text-decoration: none;
}

#player-info  {
	margin-top: 80px;
	margin-left: 58px;
	float: left;
	color: #fff;
	font-size: 12px;
}

#player-info a {
	color: #5b9d3c; 
	text-decoration: underline;
	font-size: 12px;
}

#sign-up {
	float: right;
	text-align: right;
	padding-top: 5px; 
	padding-right: 5px;
}

#sign-up a {
	color: #5b9d3c; 
	text-decoration: underline;
}

#sign-up a:hover {
	text-decoration: none;
}

.prod-casino #fgt-pwd a {
	color: #db3535;
}

.prod-poker #fgt-pwd a {
	color: #83c1dd;
}

.prod-sportsbook #fgt-pwd a {
	color: #e3871e;
}