@charset "utf-8";
/* CSS Document */

/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: March 26, 2009
Version: 1.0
*/

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}



/* sliding panel */
#toppanel {
    position: absolute;
	top:0; 
    width: 980px;

    text-align: center;
    margin-left: auto;
    margin-right: auto;
	margin-top:100px;
	left:50%; 
	margin-left:-491px;
}

#toppanel-2 {
    position: absolute;
	top:0; 
    width: 980px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	margin-top:140px;
	*margin-top:143px;
	left:50%; 
	margin-left:-491px;
	z-index:1;
}


#panel {
	width: 973px;
	height: 320px;
	color: #999999;
	background: #FFF;
	overflow: hidden;
	position: relative;
	display: none;
	border:4px solid #E4E4E4;
	z-index:0;
}
