/*
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/

*/

/* Login Panel */
#top {
  	background: url(/images/slide/login_top.gif) repeat-x 0 0;
	height: 38px;
	position: absolute;
	top:0;left:0;width:100%;
	margin-bottom:-38px;
	z-index:3;
}

#top ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 38px;
	width: auto;
  	font-weight: bold;
	line-height: 38px;
	margin: 0;
	right: 190px;
  	color: white;
  	font-size: 80%;
	text-align: center;
  	background: url(/images/slide/login_r.png) no-repeat right 0;
	padding-right: 45px;
}

#top ul.login li.left {
  	background: url(/images/slide/login_l.png) no-repeat left 0;
  	height: 38px;
	width: 45px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#top ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 38px;
  	background: #1e1e1e; /*url(/images/slide/login_m.png) repeat-x 0 0px;*/
}

#top ul.login li a {
	color: #33CCCC;
}

#top ul.login li a:hover {
	color: white;
}

/*Login*/
/* toggle effect - show/hide login*/
#login {
	width: 100%;
	color: white;
	background: #1E1E1E;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
}

#login a {
	text-decoration: none;
	color: #33CCCC;
}

#login a:hover {
	color: white;
}

#login .loginContent {
	width: 600px;
	height: 60px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: center;
	font-size: 0.85em;
}

#login input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	padding:0 2px;
	color: white;
	height: 16px;
	font-family: sans-serif;
	font-size:11px;
}
#login input.checkbox {margin-left:5px;}
#login .loginContent input.field:focus {background: #545454;}

#login .loginContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#login .loginContent input.button_login {
	width: 47px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url(/images/slide/button_login.jpg) no-repeat 0 0;
}

#login .loginClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}

#login .loginClose a {
	display: block;
	width: 100%;
	height: 20px;
	background: url(/images/slide/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}

#login .loginClose a:hover {
	background: url(/images/slide/button_close.jpg) no-repeat right -20px;
}

#login fieldset {
/*	width:400px;*/
	display:inline-block;
	margin:10px;
	padding:10px;
	border:1px solid #464646;
	text-align:left;
	vertical-align:top;
}
#login fieldset legend {margin-left:5px;padding:0 5px;}
#login label {display:inline-block;width:100px;font-family:sans-serif;font-size:11px;text-align:left;}

#login input.button_profile, #login a.button_profile {
	display:inline-block;
	background: url(/images/slide/button_backdrop.gif) repeat-x center center;
	border:1px solid #1ACCC9;
	padding:2px 10px;
	color:white;
	cursor:pointer;
	font-family:sans-serif;
	font-weight:bold;
	font-size:11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow:0px 0px 3px black;
}
#login input.button_profile:hover, #login a.button_profile:hover {text-decoration:none;}
#login input.button_profile:active, #login a.button_profile:active {
	background-image:url(/images/slide/button_backdrop_pressed.gif);
	color:black;
	text-shadow:0px 0px 3px white;
}
#MemberTools {padding-bottom:10px;margin:0;}
#MemberTools a {
	display:inline-block;
	padding:0 10px;
	color:white;
	font-family:sans-serif;
	font-weight:bold;
	font-size:11px;
	
}
#MemberTools a:hover {text-decoration:underline;}