#wrap       { width:900px; margin:0 auto; }
*{
 margin:0;
 padding:0;
}
#wrap       { width:980px; margin:0 auto; }

.alignleft {float: left;
}
.alignright {float: right;
}
/*
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 *****/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
	height: 2px;
	position: relative;
	top: 0;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-image: url(images/tabbg.jpg);
}

.tab ul.login {
	display: block;
	position: relative;
	width:100px;
	text-align:center;
	height: 2px;
	width: 190px;
	font-weight: bold;
	line-height: 42px;
	color: white;
	font-size: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 773px;
}


.tab ul.login li {
	text-align: left;
	padding: 0 6px;
	display: block;
	float: left;
	height: 49px;
	width: 175px;
	background-image: url(images/test.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

.tab ul.login li a {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin-left: 1px;
	vertical-align: top;
	top: -2px;
	font-style: normal;
}

.tab ul.login li a:hover {
	color: #000;
}

.tab a.open, .tab a.close {
	height: 49px;
	line-height: 50px !important;
	padding-left: 0px !important;
	cursor: pointer;
	display: block;
	width: 170px;
	position: relative;
	padding-top: 0px;
	color: #000;
}

.tab a.open {
	background-repeat: no-repeat;
	background-position: left 0;
	color: #000;
}
.tab a.close {
	background-repeat: no-repeat;
	background-position: left 0;
}
.tab a:hover.open {
	background-repeat: no-repeat;
	background-position: left;
}
.tab a:hover.close {
	background-repeat: no-repeat;
	background-position: left;
}

/* sliding panel */
#toppanel {
	position: absolute;   /*Panel will overlap  content */
	/*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	height: 1px;
}

#panel {
	width: 100%;
	height: 449px;
	color: #959595;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	background-color: #1e1e1e;
	background-image: url(images/Untitled-2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: white;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
	color: b2b2b2;
}

#panel .content .left {
	width: 200px;
	float: left;
	font-size: 12px;
	padding-left: 18px;
	height: auto;
	padding-top: 85px;
	color: #b2b2b2;
	margin-top: 10px;
	margin-left: 10px;
}

#panel .content .right {
	width: 710px;
	float: right;
	font-size: 12px;
	height: auto;
	padding-right: 20px;
	margin-top: 80px;
}
#panel .content .right a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b2b2b2;
}
#panel .content .right a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}

p.small {line-height: 1px
}
#change:hover { color:#505050;
}
