/*
Name: Sliding Login | Register Panel with jQuery 1.3.2
Author: The Factory
Author URI: http://www.thefactoryreno.com/
Date: September 26, 2012
Version: 2.1
*/


#toppanel {
    
	position: absolute!important;
    top:0px!important;
	left:0px!important;
    width: 100%!important;
    z-index: 999!important;
    text-align: center!important;
    
	background: #252525!important;
	/*background: url("../images/login-bg.jpg") repeat scroll 0 0 transparent !important;*/
	border-bottom: 4px solid rgb(122, 89, 58)!important;
	background: #47311f!important;
   /* box-shadow: 0 0 3px #000000;
	*/
	height:74px!important;
	z-index:999!important;
	
	-webkit-box-shadow:  0px 2px 2px 2px rgba(0, 0, 0, 0.2);
        
        box-shadow:  0px 2px 2px 2px rgba(0, 0, 0, 0.2);
}


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

	#welcomeavatar {
	width:30px;
	height:30px;
	}



#loginpanel h1, #registerpanel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
	text-align: left;
}

#loginpanel h2, #registerpanel h2 {
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
	text-align: left;
}

#loginpanel p, #registerpanel p {
	margin: 5px 0;
	padding: 0;
}

#loginpanel a, #registerpanel a {
	text-decoration: none;
	/*color: #15ADFF;
*/
	}

	img.avlog {
	margin-top:2px;
	border-radius:4px;
	float:left;
	}
	
#loginpanel a:hover, #registerpanel a:hover {
	color: white;
}

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

#loginpanel ul, #registerpanel ul {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.6em;
	list-style: none;
}

#loginpanel .content {
	width: 212px;
	margin: 0 auto;
	padding: 15px;
	text-align: left;
	font-size: 12px;
	color:#c2b194;
}

#registerpanel .content {
	width: 213px;
	margin: 0 auto;
	padding: 15px;
	text-align: left;
	font-size: 12px;	
	color:#c2b194;
	
}

#loginpanel .content form, 
#registerpanel .content form {
	margin: 0 0 10px 0;
}

#loginpanel .content label,
#registerpanel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 200px;
	display: block;
	font-size:14px;
}
span.sgn {
float: right;
	margin-top:-27px;
	clear: both;
	width: auto;
	display: block;
	}

#loginpanel .content input.field,
#registerpanel .content input.field {
	background:transparent;
	background-position: center center;
	width: 190px;
	color: #c2b194;
	height: 22px;
	padding-left:10px;
	padding-bottom:-6px;
}

#loginpanel .content input:focus.field,
#registerpanel .content input:focus.field {
	background:transparent;
	background-position: center center;
	width: 202px;
	color: #c2b194;
	height: 22px;
	padding-left:10px;
	padding-bottom:-10px;
	outline:none;
}

div#login {
margin-top:40px;
height:27px;
background: url(../images/inputt.png) no-repeat;
}
div#password {
margin-top:40px;
height:27px;
background: url(../images/inputt.png) no-repeat;
}
div#mail {
margin-top:40px;
height:27px;
background: url(../images/inputt.png) no-repeat;
}





#loginpanel .content input.bt_login,
#registerpanel .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;
}

#loginpanel .content input.bt_login {
	width: 74px;
}

#registerpanel .content input.bt_register {
	width: 94px;
	border-radius: 4px;
}

#panel .content ul li {
	/*font-size: 12px ;
        line-height: 18px ;*/
}

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


div#szerokosc {
position:relative;

}


div#loginpanel {
	background: none repeat scroll 0 0 #47311f;
    color: #999999;
    position:absolute;
    right: 20px;
    top: 78px;
    width: 250px;
	
	border-radius: 0px 0px 10px 0px;
	border-bottom: 4px solid #7a593b;
	z-index:100;
}

#registerpanel {
	background: none repeat scroll 0 0 #47311f;
    color: #999999;
    position:absolute;
    right: 20px;
    top: 78px;
    width: 250px;	
	border-radius: 0px 0px 10px 0px;
	border-bottom: 4px solid #7a593b;
	z-index:100;	
}

.tab {
	width:100%;
	position:relative;
	height:auto;
	margin:0 auto;
}

.tab ul.login {
	display: block;
	position:relative;
	
	margin-left:-12px;
  	height: 28px;
  	font-weight: bold;
	line-height: 42px;
  	color: white;
  	font-size: 12px;
}

.tab ul.login.after {
	display: block;
	position:relative;
	margin-left:20px;
  	height:28px;
  	font-weight: bold;
	line-height: 42px;
  	color: white;
  	font-size: 12px;
	min-width:100px;
	
	
}


.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
	
}


.tab ul.login small {
	font-weight: normal;
	font-size: 12px;
	color: BBBBBB;
	margin-left:12px;
}

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

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

.tab .sep {color:#7a593b}