.welcomeContent {
	width: 980px;
	height: 390px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	position: relative;
}

.welcomeHeader {
	width: 982px;
	height: 34px;
	background: url(http://images.neopets.com/login/header_bg.jpg) no-repeat;
}

.welcomePopup {
	width: 400px;
	height: 170px;
	background: url(http://images.neopets.com/login/popups/bg.png) no-repeat;
	padding: 10px;
	position: absolute;
	left: 300px;
	top: 100px;
	z-index: 2000;
	text-align: center;
	display: none;
}

.welcomePopupClose {
	width: 22px;
	height: 26px;
	background: url(http://images.neopets.com/login/popups/buttons/close-x.png) no-repeat;
	float: right;
	margin-right: 24px;
	cursor: pointer;
}

.welcomePopupClose:hover {
	background-position: 0px -26px;
}

.welcomePopup p {
	width: 375px;
	text-align: left;
}

.welcomePopup div input {
	margin: 5px;
}

.welcomeJake {
	width: 225px;
	height: 310px;
	background: url(http://images.neopets.com/login/jake.png) no-repeat;
	position: absolute;
	left: 377px;
	z-index: 20;
}

.welcomeSignup {
	width: 391px;
	height: 300px;
	background: url(http://images.neopets.com/login/sign-up_bg.jpg) no-repeat;
	position: absolute;
	left: 30px;
	top: 20px;
	z-index: 10;
}

.welcomeSignupTitle {
	position: absolute;
	top: -20px;
	left: 0px;
}

.welcomeSignupText {
	position: absolute;
	top: 40px;
	left: 0px;
}

.welcomeSignupButton {
	width: 235px;
	height: 68px;
	cursor: pointer;
	position: absolute;
	left: 78px;
	bottom: 12px;
}

.welcomeSignupButton:hover {
	background-position: 0px -68px;
}

.welcomeSignupFooter {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.welcomeLogin {
	width: 391px;
	height: 300px;
	background: url(http://images.neopets.com/login/log-in_bg.jpg) no-repeat;
	position: absolute;
	right: 30px;
	top: 20px;
	z-index: 10;
}

.welcomeLoginTitle {
	position: absolute;
	top: -20px;
	left: 0px;
}

.welcomeLoginContent {
	width: 391px;
	text-align: center;
	position: absolute;
	top: 60px;
	left: 0px;
}

.welcomeLoginUsername {
	height: 44px;
	padding-left: 60px;
	padding-right: 20px;
	position: relative;
}

.welcomeLoginUsernameLabel {
	text-align: right;
	position: absolute;
	right: 230px;
}

.welcomeLoginUsernameInput {
	padding-left: 10px;
	text-align: left;
	position: absolute;
	left: 160px;
}

.welcomeLoginPassword {
	height: 44px;
	padding-left: 60px;
	padding-right: 20px;
	position: relative;
}

.welcomeLoginPasswordLabel {
	text-align: right;
	position: absolute;
	right: 230px;
}

.welcomeLoginPasswordInput {
	padding-left: 10px;
	text-align: left;
	position: absolute;
	left: 160px;
}

.welcomeLoginButton {
	width: 235px;
	height: 68px;
	cursor: pointer;
	position: absolute;
	left: 78px;
	bottom: 12px;
}

.welcomeLoginButton:hover {
	background-position: 0px -68px;
}

.welcomeLoginFooter {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.facebookSignup {
	width: 230px;
	height: 55px;
	position: absolute;
	left: 110px;
	top: 330px;
	z-index: 10;
    background-position: -230px 0px;
    cursor: pointer;
}

.facebookSignup:hover {
    background-position: -230px -55px;
}

.facebookLogin {
	width: 230px;
	height: 55px;
	position: absolute;
	right: 110px;
	top: 330px;
	z-index: 10;
    background-position: 0px 0px;
    cursor: pointer;
}

.facebookLogin:hover {
    background-position: 0px -55px;
}


