@charset "utf-8";

body {
	background:#b36408 url(../../gfx/global/bg.jpg) 0 23px repeat-x;
	font-family:"Courier New",Courier,monospace;
	color:#FFF;
	overflow: auto;
}

div {
	font-family:"Courier New",Courier,monospace;	
}

#sw_container {
	width:1113px;
	margin:auto;
}

#sw_left {
	width:149px;
	float:left;
}

#sw_right {
	width:964px;
	float:left;
}

#sw_top {
	/*width:1113px;*/
	margin:auto;
}

#sw_top_left {
	background:url(../../gfx/global/bg_branding_left.jpg);
	background-repeat:no-repeat;
	width:149px;
	height:221px;
	float:left;
}

#sw_top_middle {
	height:129px;
	width:964px;
	background:url(../../gfx/global/bg_branding.jpg);
	background-repeat:no-repeat;
	float:left;
	text-align: right;
}

#sw_top_header {
	background:url(../../gfx/global/bg_header.jpg);
	background-repeat:no-repeat;
	width:964px;
	height:288px;
	float:left;	
}

#sw_top_register {
	float:right;
	margin-right:40px;
	margin-top:10px;	
}	

#sw_slogan {
	background:url(../../gfx/global/bg_slogan.png);
	background-repeat:no-repeat;
	background-position:right;
	width:964px;
	height:97px;
	margin:auto;
	clear:both;
}

#sw_slogan_text {
	font-size: 16px;
	padding-left:100px;
	padding-right:100px;
	padding-top:20px;
}

#sw_content {
	background: url(../../gfx/global/bg_content.png);
	background-repeat:repeat-y;
	background-position:27px;
	width:964px;
	
	margin:auto;
	float:left;
}

#sw_content_left {
	float:left;
	margin-left:37px;
	width:210px;
	text-align: center;
}

#sw_content_right {
	float:left;
	margin-left:50px;
	width:210px;
	text-align: center;
}

#sw_content_middle {
	float:left;
	margin-left:50px;
	padding:0 25px;
	width:315px;
}

#sw_content_footer {
	background: url(../../gfx/global/bg_footer.png);
	background-repeat:no-repeat;
	background-position:27px;
	width:964px;
	height:47px;
	margin:auto;
	clear: both;
}

#sw_login_head {
	font-size: 24px;
	font-weight: bold;	
}

#sw_login_label_username {
	float:left;
	width:160px;
	line-height: 30px;
}

#sw_login_label_password {
	float:left;
	width:160px;
	line-height: 30px;
}


#sw_login_input_username {
	float:left;
	width:155px;
	line-height: 30px;
	padding-top: 7px;
}

#sw_login_input_password {
	float:left;
	width:155px;
	line-height: 30px;
	padding-top: 7px;
}

#sw_login_select_server {
	width:315px;
	line-height: 30px;
	text-align:right;
	padding-top: 7px;
	float:left;
}

#sw_login_lost_password {
	float:left;
	line-height: 30px;
	width:160px;
	margin-top:20px;
}

#sw_login_submit {
	float:left;
	line-height: 30px;
	width:155px;
	margin-top:20px;
}

#sw_register_head {
	font-size: 24px;
	font-weight: bold;	
}

#sw_register_label_username {
	float:left;
	width:145px;
	line-height: 30px;
}

#sw_register_label_password {
	float:left;
	width:145px;
	line-height: 30px;
}

#sw_register_label_password_re {
	float:left;
	width:145px;
	line-height: 30px;
}

#sw_register_label_email {
	float:left;
	width:145px;
	line-height: 30px;
}

#sw_register_label_ship {
	float:left;
	width:145px;
	line-height: 30px;
}

#sw_register_input_username {
	float:left;
	width:170px;
	line-height: 30px;
	padding-top: 7px;
	height: 23px;
}

#sw_register_input_password {
	float:left;
	width:170px;
	line-height: 30px;
	padding-top: 7px;
	height: 23px;
}

#sw_register_input_password_re {
	float:left;
	width:170px;
	line-height: 30px;
	padding-top: 7px;
	height: 23px;
}

#sw_register_input_email {
	float:left;
	width:170px;
	line-height: 30px;
	padding-top: 7px;
	height: 23px;
}

#sw_register_input_ship {
	float:left;
	width:170px;
	line-height: 30px;
	height: 30px;
}

#sw_register_input_ship input,
#sw_register_agb input {
	width:auto;	
}

#sw_register_agb {
	float:left;	
}

#sw_register_select_server {
	width:300px;
	line-height: 30px;
	text-align:right;
	padding-top: 7px;
	float:left;
}

#sw_register_submit {
	float:left;
	line-height: 30px;
	margin-top:20px;
	text-align:right;
	width:315px;
}

#sw_imprint_head {
	font-size: 24px;
	font-weight: bold;	
}

#sw_agb_head {
	font-size: 24px;
	font-weight: bold;	
}

p, h1, h2, h3, a {
	font-family:"Courier New",Courier,monospace;
}

#sw_content input, 
#sw_content select {
	border:0;
	background-color:#fff;
	color:#000;
	width:155px;
}

#sw_content option {
	background-color:#fff;
	color:#000;
}

#sw_content input[type="radio"],
#sw_content input[type="checkbox"] {
	width:auto;	
}

#sw_footer {
	text-align:center;
	font-size: 11px;
	color:#000;
}

#sw_footer a {
	color:#000;
	font-size:11px;	
}

#sw_login td.left,
#sw_register td.left {
	text-align:left;
	font-family:"Courier New",Courier,monospace;
	height:30px;
}

#sw_login td.right,
#sw_register td.right {
	text-align:right;
	height:30px;
}

#sw_login td.full,
#sw_register td.full {
	font-family:"Courier New",Courier,monospace;
	text-align:right;
	height:40px;
	font-size:11px;
}

#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');
}

#reg_msg_box {
	margin-top:100px;
	width:342px;
	height:238px;
	position:relative;
	background-image:url('/gfx/global/msg/layer_pos.png');
	margin:auto;
}

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

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