/* CSS Document */

#login_window {
	position:relative;
	z-index:3;
	padding:10px;
	background-color:#CCC;
	position:absolute;
	left: 50%;
	top: 50%;
	width:300px;
	height:150px;
	margin-left:-150px;
	margin-top:-75px;
	color:#FF0;
}
#login_window_shadow {
	z-index:2;
	width:100%;
	height:100%; 
	position: fixed;
	left: 0px;
	top: 0px;
}
#login_window .title {
	font-size:22px;
	font-weight:bold;
	color:#000;
}
#login_window .sub_title {
	font-size:10px;
	color:#000;
}
#login_window .sub_title a {
	color:#000;
	text-decoration: underline;
}
#login_window .sub_title a:hover {
	color:#000;
	text-decoration: underline;
}
#login_window .box {
	background-color:#666;
	padding:5px;
}
#login_window .close {
	position:absolute;
	top:0px;
	right:0px;
	background:#000;
	color:#FF0;
	font-weight:bold;
	font-size:12px;
	padding:3px;
}

#register_window {
	position:relative;
	z-index:3;
	padding:10px;
	background-color:#CCC;
	position:absolute;
	left: 50%;
	top: 50%;
	width:380px;
	height:250px;
	margin-left:-190px;
	margin-top:-125px;
	color:#FF0;
}
#register_window_shadow {
	z-index:2;
	width:100%;
	height:100%; 
	position: fixed;
	left: 0px;
	top: 0px;
}
#register_window .title {
	font-size:22px;
	font-weight:bold;
	color:#000;
}
#register_window .sub_title {
	font-size:10px;
	color:#000;
}
#register_window .sub_title a {
	color:#000;
	text-decoration: underline;
}
#register_window .sub_title a:hover {
	color:#000;
	text-decoration: underline;
}
#register_window .box {
	background-color:#666;
	padding:5px;
}
#register_window .close {
	position:absolute;
	top:0px;
	right:0px;
	background:#000;
	color:#FF0;
	font-weight:bold;
	font-size:12px;
	padding:3px;
}
