/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/ 

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;text-align:center;}
.clearfix {display: inline-block;text-align:center;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}


/* Panel Tab/button */
.tab {  	
	height: 42px;
	position: relative;
	left:30px;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;	
  	color: white;
  	font-size: 80%;

}

.tab ul.login li.left {
  	padding: 0;
	margin: 0;
  	display: block;
	
}

.tab ul.login li.right {
  
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	
}

.tab ul.login li {
   	padding: 0 6px;
	display: block;
	height: 42px;
	float:right;
}


.tab a.open, .tab a.close {
	cursor: pointer;
	display: block;
	padding-right:40px;
	position: relative;
	top: 0px;


}

#panel {
	width: 100%;
	height: 470px;
	color: #999999;
	background: #000000;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}






