#container_outer {
	position: absolute;
	
	top: 50%;
	
	margin-top: -90px;
	
	width: 100%;
	height: 627px;
	
	background-image: url('/branding/empireuniverse2/gfx/global/back_bottom.jpg');
	background-position: center 160px;
	background-repeat: no-repeat;
}

#container_inner {
	position: relative;	
} 

#container_content_top {
	position: absolute;
	
	left: 50%;
	
	margin-left: -449px;

	width:	901px;
	height: 160px;
	
	text-align: center;
	
	background-image: url('/branding/empireuniverse2/gfx/global/back_content_top.gif');
	background-repeat: no-repeat;		
}

#container_content_top .register_now {
	margin: 16px 0 0 0;
}

#btn_registernow {
	
}

#box_content {
	position: absolute;
	
	left: 50%;
	top: 63px;
	
	margin-left: -192px;
		
	width: 387px;
	height: 242px;
	
	overflow: auto;
}

#content_inner {
	padding: 8px;	
}

#box_loggedin {
	position: absolute;
	
	left: 50%;
	top: 77px;
	
	margin-left: -417px;
	
	width: 200px;
	height: 135px;
	
	text-align: center;
}

#box_login {
	position: absolute;
	
	left: 50%;
	top: 80px;
	
	margin-left: -417px;
	
	width: 200px;
	height: 135px;
	
	text-align: center;
}

#box_login input {
	width: 136px;
	height: 16px;
	
	padding: 2px 4px;
	
	border: 0;
	
	font-size: 9pt;
	
	background-image: url('/branding/empireuniverse2/gfx/global/inputbox.gif');
	background-repeat: no-repeat;
}

#box_login input.btn_login {
	margin: 5px 0 0 -2px;
	padding: 0;

	width: 88px;
	height: 28px;
	
	font-weight: bold;
	
	background: transparent;
}

#box_login input.btn_login:hover {
	color: #555555;
}

#box_login .forgot_pass a {
	font-size:11px;
}

#box_login .forgot_pass {
	line-height:11px;
}

#box_menu {
	position: absolute;
	
	left: 50%;
	top: 80px;
	
	margin-left: 220px;
	
	width: 201px;
	height: 135px;
}

#box_menu ul {
	list-style-type: none;
	
	width: 201px;
	
	margin-top: 4px;
	
	text-align: center;
}

#box_menu ul li {
	height:21px;
	padding:10px 0 0;
	width:201px;
}

/*IE 6 Fix*/
* html #box_menu ul li {
	height:20px;
}

/*IE 7 Fix*/
*:first-child+html #box_menu ul li {
	height:20px;
}

#box_menu ul li a {
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin-left:34px;
	width:135px;
}

/*IE 6 Fix*/
* html #box_menu ul li a {
	margin-left:0px;
}

/*IE 7 Fix*/
*:first-child+html #box_menu ul li a {
	margin-left:0px;	
}

#box_menu ul li a:hover, #box_menu ul li a.active {
	color: #DDB710;
}

#box_menu_footer {
	position: absolute;
	
	left: 50%;
	top: 312px;
	
	margin-left: -195px;
		
	width: 394px;
	height: 16px;
	
	text-align: center;
}

#box_menu_footer ul {
	list-style-type: none;
}

#box_menu_footer ul li {
	display: inline;
}

#box_menu_footer ul li a {
	font-size: 9pt;
}





#msg {
	margin-top:100px;
	width:342px;
	height:238px;
	position:relative;
	margin:auto;
}

#msg_layer {
	position:absolute;
	width:100%;
	z-index:1000;
	top:100px;
}

#msg_close {
	height:15px;
	left:300px;
	position:relative;
	top:20px;
	width:16px;
}

#msg_inner {
	margin-left:20px;
	margin-right:20px;
	position:relative;
	top:110px;
	text-align:center;
}

.msg_ok {
	background-image: url('/branding/empireuniverse2/gfx/global/msg/ok.png');
}

.msg_fail {
	background-image: url('/branding/empireuniverse2/gfx/global/msg/fail.png');
}

#form_register_table .col_left {
	
}

#form_register_table .col_right input {
	width:170px;
}


#reg_msg_layer {
	position:absolute;
	margin-left:8px;
	margin-top:4px;
	top:0px;
}

#reg_msg_layer h1 {
	font-size:21px;
	padding-top:10px;
}

#reg_msg_layer h2 {
	font-size:12px;
	padding-bottom:20px;
	padding-top:20px;
}

#reg_msg_button {
	text-align:center;
	padding-top:45px;
}