/* LOGIN_V2.CSS EXTENDS BASE.CSS

	Table of Contents:
	Reset
	Typography
	Positioning
	IE Fixes
			
*/

/* Typography
---------------------------------------------------------------------------------------- */

div.welcome_text h2 {
	font-size: 16px;
	font-family: Times, serif;
	font-weight: normal;
}

div.welcome_text {
	font-size: 14px;	
}

div.invite_panel {
	font-size: 12px;	
}

div.welcome_text h2 {
	color: #000;	
}

div.welcome_text {
	color: #660066;	
}

div.invite_panel p, div.welcome_text h2 {
	text-align: center;
}

div.welcome_text p {
	font-weight: bold;
}

/* Positioning
---------------------------------------------------------------------------------------- */    

div.content_container {
	background: transparent;	
}

div.main_container {
	background: black !important;	
}

div#access_page_background {
	position: fixed; 
	left: 0; 
	width: 100%; 
	overflow: hidden;
	background: white;
}

div.login_panel {
	position: absolute;
	top: 20px;
	right: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999;
	background: #FFF url(/public/images/UI/login_back.jpg) top left repeat-x;
	width: 380px;
	z-index: 1000;
}

div.welcome_text h2 {
	margin: 0 0 9px 0;	
}

div.login_panel form {
	margin: 15px 15px 0 15px;	
}

div.login_panel form input {
	margin-right: 0 !important;	
	width: 224px !important;
}

div.login_panel label.title {
	width: 110px !important;	
}

div.login_panel p.submit {
	margin-right: 15px;
	margin-bottom: 15px;
}	

div.welcome_text {
	padding: 15px 15px 0 15px;	
	border-top: 1px solid #CCC;
	margin-top: 15px;
}

div.welcome_text p {
	margin-bottom: 10px;	
	padding-left: 32px;
	height: 25px;
	line-height: 25px;
}

div.welcome_text p.time {
	background: transparent url(/public/images/UI/new_login_icon_time.gif) 0 0 no-repeat;	
}

div.welcome_text p.yen {
	background: transparent url(/public/images/UI/new_login_icon_yen.gif) 0 0 no-repeat;	
}

div.welcome_text p.brand {
	background: transparent url(/public/images/UI/new_login_icon_brand.gif) 0 0 no-repeat;	
}

div.invite_panel {
	margin-top: 15px;
	padding: 9px 15px 15px 15px;
	clear: both;
	background: #f8f8f8;
	border-top: 1px solid #EEE;
	float: left;
	width: 350px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

div.invite_panel img {
	float: left;
}

div.invite_panel p {
	margin: 23px 0 0 10px;	
	float: left;
}

div.login_panel_register {
	padding: 10px 15px; 
	background: #f8f8f8; 
	text-align: center; 
	float: left; 
	width: 350px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

/* IE Fixes
---------------------------------------------------------------------------------------- */