/*
Name: Nice Login and Signup Panel using Mootools 1.2
Tutorial URI: http://web-kreation.com/demos/login_form_mootools_1.2/
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: August 2008

	The CSS, XHTML and design is released under Creative Common License 2.5:
	http://creativecommons.org/licenses/by-sa/2.5/

*/

/* コンテナ */
#container {
	width: 100%;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

#content {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 20px;
}

/* タブ */
#top {
	background: url(images/login_top.png) repeat-x 0 0;
	width: 100%;
	height: 38px;
}

#top ul.login {
	display: block;
	height: 38px;
	width: auto;
	font-weight: bold;
	line-height: 38px;
/*	margin-left: 50% - 50px; */
	font-size: 0.8em;
	text-align: center;
	
}

#top ul.login li.left {
  	background: url(images/login_l.png) no-repeat top left;
  	height: 38px;
	width: 15px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

* html #top ul.login li.left {
  	background: url(images/login_l.gif) no-repeat top left;
}

#top ul.login li {
	padding: 0 6px;
	display: block;
	float: left;
	height: 38px;
	background: url(images/login_m.png) repeat-x;
}

#top ul.login li.right {
	background: url(images/login_r.png) no-repeat top left;
	height: 38px;
	width: 15px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}

* html #top ul.login li.right {
	background: url(images/login_r.gif) no-repeat top left;
}

#top ul.login li a {
	color: #666666;
	text-decoration:none;
}

#top ul.login li a:hover {
	color: #ecd6af;
}

.clear {
	clear: both;
}

/* パネル */
#login {
	width: 100%;
	color: #666666;
	background: #ffffff;
	border-left: 1px solid #f3f3f3; */
	border-right: 1px solid #f3f3f3;
	overflow: hidden;
	z-index: 3;
}

#login a {
	text-decoration: none;
	color: #666666;
}

#login a:hover {
	color: #ecd6af;
}

#login .loginContent {
	width: 100%;
	height: auto;
	margin-top: 8px;
/*	padding: 25px auto 25px auto; */
	text-align: center;
	font-size: 0.85em;
}
