#container {
  	width: 500;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 440px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}
/*
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;}

/* Panel Tab/button */
.tab {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
  	height: 42px;
	position: relative;
  	top: 0;
  	z-index: 999;
    	border-top: solid 4px #ffffff;
	text-align: center;

}

.tab ul.login {
  	display: block;
	position: relative;
  	float: right;
  	clear: right;
 	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: black;
  	font-size: 80%;
	text-align: center;
}

 .tab ul.login li {
 	text-align: center;
  	padding: 0;
	display: block;
	float: left;
	width:224px;
	height: 51px;
  	background: url(../images/sfslide.png) no-repeat 0 0 ;
}

.tab ul.login li a {
	color: #333333;
}

.tab ul.login li a:hover {
	color: gray;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
 	text-align: center;
	cursor: pointer;
	display: block;
	width: 220px;
	position: relative;
	top: 11px;
 
}

.tab a.open {background: url(../images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(../images/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute;
    top: 0;
    width: 550px;
    z-index: 999;
    text-align: center;
 
	width:550px; 
 	left:50%;
	margin:0 0 0 -340px ;


}

#panel {
	width: 100%;
	height: 270px;
	color: #999999;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: black;
}


