/*
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 felso rész */
.tab {
	height: 42px;
	position: relative;
    top: 0;
	left:228px;
    z-index: 999;
}


.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	margin: 0;
	right: 0;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

/*Tab bal széle*/
.tab ul.login li.left {
  	background: url(../skin/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

/*Tab jobb széle*/
.tab ul.login li.right {
  	background: url(../skin/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: right;
}

/*Tab középso része*/
.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
	width: 28px;
  	background: url(../skin/tab_m.png) no-repeat;
}

.tab ul.login li a {
	color: white;
}

.tab ul.login li a:hover {
	color: white;
}


/*Tab felirat*/
.tab a.open, .tab a.close {
	margin:0;
	padding:0;
	cursor: pointer;
	display: block;
	position: relative;
	top:2px;
	font-size:14px;
}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    top: 0;
	margin-left:auto;
	margin-right:auto;
    width: 663px;
    z-index: 999;
    text-align: center;
}

#panel {
	width: 663px;
	height: 62px;
	color: #999999;
	background: url(../skin/bg_panel.png) no-repeat;
	overflow: hidden;
	position: relative;
	left:328px;
	z-index: 3;
	display: none;
}

#panel ul {
	font-size:10px;
	list-style-type:none;
}

#panel li {
	display:inline;
}

#panel .content {
	padding-top: 15px;
	padding-left: 60px;
	text-align: left;
	font-size: 14px;
	font-weight:bold;
	color:white;
}

#panel .content2 {
	text-align: left;
	margin:0;
	padding:0;
	font-size: 12px;
	color:white;
}

.content2 a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color:white;
}

.content2 a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color:white;
}


#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	padding-top: 8px;
	display: block;
	color: white;
}

#panel .content input {
	margin-right: 5px;
	margin-top: 4px;
	width: 150px;
	color: #313131;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
.bt_login {
	width: auto;
	border:none;
	height: 22px;
	text-align: center;
	cursor: pointer;
	color:white;
	background: #aed9ed;
	font-weight:bold;
}

#toggle a {text-decoration:none;}