/*
Name: Nice Login and Signup Panel using 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/
*/

/* Login Panel */
#top {background: url(images/login_top.png) repeat-x 0 0;	height: 42px;	position: relative;}

#top ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 100%;
	text-align: center;
  	background: url(images/login_r.png) no-repeat right 0;
	padding-right: 30px;
}

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

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

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

/*Login*/
/* toggle effect - show/hide login*/
#login {
	width: 100%;
	color: white;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
}

#login a {text-decoration:none;	color: #fff;}
#login a:hover {text-decoration:underline;}

#login .loginContent {
	width: 675px;
	margin: 0 auto;
	padding: 25px 0;
	text-align: left;
	font-size: 1em;
}

#login .loginContent .left {
	width: 120px;
	float: left;
	padding-left: 80px;
	margin:5px 5px;
	font-size: 1em;
	color:#999;
}

#login .loginContent .sub {
	width: 500px;
	float: left;
	text-align: right;
	margin:-5px 20px 0 0;
	font-size: .9em;
	color:#999;
}

#login .loginContent form {margin: 0 0 10px 0;	height: 26px;}

#login .loginContent input.field {
	background: #464646;
	font-size: 14px;
	padding:4px 2px;
	margin:0 20px 20px 10px;
	border: 1px solid #000;
	color:#FFF;
}

#login .loginContent input:focus.field {background: #545454;}

#login .loginContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#login .loginContent input.button_login {
	margin-left:10px;
	padding:0;
	border:0;
	height:35px;
	width:131px;
	background:url(images/button_login.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

#login .loginClose {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 55px;
	font-size: 1em;
	text-align: left;
}

#login .loginClose a {
	display: block;
	width: 100%;
	height: 20px;
	background: url(images/button_close.png) no-repeat right 0;
	border: none;
	font-size: 1em;
	color: white;
	text-decoration:none;
}

#login .loginClose a:hover {background: url(images/button_close.png) no-repeat right -20px;	text-decoration:underline;}