/*
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: #fff;
	height: 38px;
	position: relative;
}

#top ul.slider {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 20px;
	width: auto;
  	font-weight: bold;
	line-height: 15px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
  	background: url(../images/tab-right.gif) no-repeat right 0;
	padding-right: 18px;
}

#top ul.slider li.left {
  	background: url(../images/tab-left.gif) no-repeat left 0;
  	height: 20px;
	width: 20px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#top ul.slider li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 20px;
  	background: url(../images/tab-middle.gif) repeat-x 0 0;
}

#top ul.slider li a {
	color: #ccc
}

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

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

#slider a {
	text-decoration: none;
	color: #33CCCC;
}

#slider a:hover {
	color: white;
}

#slider .stuff {
	width: 950px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	font-size: 12px;
}

#slider .stuff h2{
	margin:0;
	padding:0 0 0 20px;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color: #787878;
	background:url(../images/headerh2.gif) top left no-repeat}
	
#slider .stuff p{ color:#CCCCCC}

#slider a.button{
	display:block;
	float:right;
	text-align: center;
	border:none;
	background: url(../images/button.gif) no-repeat top left;
	width: 58px;
	height:20px;
	line-height:20px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	margin:0px;}
	
#slider .stuff .block {
	width: 30%;
	float: left;
	padding:0 10px;
}


#slider .Close {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}

#slider .Close a {
	display: block;
	width: 100%;
	height: 20px;
	line-height:20px;
	background: url(../images/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}

#slider .Close a:hover {
	background: url(../images/button_close.jpg) no-repeat right -20px;
}