/*
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

	Copyright 2009 Jeremie Tisseau
	"Sliding Login Panel with jQuery 1.3.2" is distributed under the GNU General Public License version 3:
	http://www.gnu.org/licenses/gpl-3.0.html
*/

/***** 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 {
  	background: url(../images/dushboard_botton_bg.png) no-repeat 650px bottom;
	height: 140px;
	width: 750px;
	margin: -10px auto 0 auto;
	position: relative;
    top: 0;
    z-index: 999;
/*border: 1px #000 solid;*/
}

.tab ul.login {
	
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	font-weight: bold;
	margin: 0;
	right: 10px;
	margin-right: 10px;
	text-align: center;


}

.tab ul.login li.left {
	padding: 0;
	margin: 0;
}

.tab ul.login li.right {
	padding: 0;
	margin: 0;
}

.tab ul.login li {

  	font: 12px Verdana, sans-serif;
	font-family: 'HuiFontPRegular' ;
	font-size: 24px;
 	text-align: left;
	display: block;
  -moz-transform: rotate(350deg);
  -webkit-transform: rotate(350deg);
  -o-transform: rotate(350deg);
  transform: rotate(350deg);
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	/*	-webkit-border-radius: .5em; 
	-moz-border-radius:  .5em; 
	border-radius:  .5em; 

color: #d7d7d7;
	color: #ccc;
	background: rgba(102,102,102,0.9);
*/
	margin-top:60px;



}

.tab ul.login li a {
	color: #999;
	text-decoration: none;
	text-shadow: 0px 1px 1px #999;

}

.tab ul.login li a:hover {
	color: #ccc;
/*	text-decoration: underline;*/
	text-shadow: 0px 1px 1px #333;
}

.tab ul.login li a:hover span {

}



.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
/*	line-height: 4px !important;*/
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	position: relative;
}


.tab a:hover.open span {	color: #09c;}
.tab a:hover.close span {	color: #c00;}
/*
.tab a.open {background: url(../images/panel/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../images/panel/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../images/panel/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(../images/panel/bt_close.png) no-repeat left -19px;}
*/



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

#panel {
/*	font: 12px arial, helvetica, sans-serif;*/
	width: 840px;
	padding: 0 30px 30px 30px ;


	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	margin: 0;
	background: url(../images/dushboard_bg.png) no-repeat 0 bottom;
    margin-left: auto;
    margin-right: auto

/*
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#444444');
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border-bottom:	ridge 2px #eee;
*/
}
/*
#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;

}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;

}
#panel h3{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;

}
*/


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

#panel a {
	text-decoration: none;

}

#panel a:hover {

}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	padding-top: 15px;
	text-align: left;
/*	font-size: 0.85em;*/
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;

	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(../images/panel/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;

	background: transparent url(../images/panel/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}


