/*
Virgin Mobile Members' Area Login Stylesheet v1.00
Target: Screen
Author: Cactuslab
*/

#login-slider {
	position: relative;
	margin-left: 84px;
	width: 245px;
	height: 50px;
	overflow: hidden;
}

#login-bg {
	position: absolute;
	width: 251px;
	height: 500px;
	left: 0;
	bottom: 0;
	background: url("../img/login-bg.png") no-repeat 100% 0;
}

#login-slider div.content-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 6px 15px;
}

#login-slider div.content-wrap p,
#login-slider div.content-wrap a {
	margin: 0 16px;
}

#login-slider div.divider {
	background: url("../img/login-div.png") repeat-x 0 0;
	padding-top: 18px;
	margin: 15px 0 18px;
}

#login-header .image, #login-header-open .image, #login-slider .image {
	display: block;
	text-indent: -999em;
	overflow: hidden;
}

#home-link {
	position: absolute;
	width: 85px;
	height: 50px;
	top: 15px;
	left: 0;
	cursor: pointer;
	overflow: hidden;
	text-indent: -999em;
	z-index: 1000;
}

#login-slider h1.image {
	width: 326px;
	height: 80px;
}

#login-slider a.image {
	width: 210px;
	height: 50px;
}

h1.login-welcome { background: url("../img/login-welcome.png") no-repeat 0 0;}
h1.login-login { background: url("../img/login-login.png") no-repeat 0 0;}
p.login-text { background: url("../img/login-text.png") no-repeat 0 0; width: 195px; height: 130px; }
a.login-mlogin { background: url("../img/login-mlogin.png") no-repeat 0 0;}
a.login-guest { background: url("../img/login-guest.png") no-repeat 0 0;}

#login-form iframe {
	width: 239px;
	height: 290px;
	margin-bottom: 15px;
}

/* Logged In */

#login #login-slider {
	display: none;
}

#login #login-header {
	background: url("../img/login-closed.png") no-repeat 0 0;
	width: 335px;
	height: 85px;
}

#login #login-header-open {
	display: none;
	background: url("../img/login-open.png") no-repeat 0 0;
	width: 335px;
	height: 100px;
}

#login-button, #logout-button {
	position: absolute;
	top: 33px;
	right: 25px;
	display: block;
	width: 65px;
	height: 20px;
	background: url("../img/login-buttons.png") no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
}

#login-button:hover {
	background-position: -70px 0;
}

#logout-button {
	right: 30px;
	display: none;
	background-position: 0 -20px;
}

#logout-button:hover {
	background-position: -70px -20px;
}

#shade {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #000;
	display: none;
	z-index: 190;
}