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

span#alert {  margin-left:12px; font-weight:bold; color:#C11B2C;}

.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: repeat-x 0 0;
top: 0; right:0px; z-index: 999;position:absolute;text-align:right;
 

}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  
	line-height: 42px;
	margin: 0;
	color: white;
	text-align: center;
}


.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: inline;
	float: left;

	
	
	
  }

.tab ul.login li a {
	color: #15ADFF;
	font-size:16px;
		top:0
}

.tab ul.login li a:hover {
background: none
}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	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: relative;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */

    width:968px;

    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 960px;
	height: 100px;
	color: #000;
	background: #fff repeat-x left bottom ;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display:none;
	-moz-border-radius: 10px;
-webkit-border-radius: 10px;
margin-left: 4px; margin-bottom:20px;}


#menu_top a#close{
color:#000000;
display:block;
font-size:16px;
font-style:normal;
height:35px;
letter-spacing:-0.7px;
margin-left:3px;
padding:8px 3px 1px;

margin-top:59px
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px 0px;
	margin: 0;
	color:#122560;
	text-align:left
}

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

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

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

#panel .login .close {
text-align:right; position:absolute; right:15px; font-size:16px; color:black; top:10px
}


#panel a:hover {
	color: white;
}

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

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

#panel .content .left {
	width: 900px;
	float: left;
	padding: 0 15px;
	
}


.left_panel  {
; float:left
}

#panel a#fgtPwd {display:none
}


.left_panel_1  {
	; float:left; margin-left:20px
}


#panel .content label#remember  {
	 float:left; width:500px; margin-top:5px

}

#panel .content .right {
	
}

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

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

#panel .content input.field {
	border: 1px #ccc solid;
	background: #ccc;
	margin-right: 5px;
	margin-top: 4px;
	width: 263px;
	color: white;
	height: 20px;
	float:left
}

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

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;

	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	
}

#panel .content input.bt_login {
	
	float:left; height:25px; margin-top:1px; background-color:white; color:#0C1F5D; text-decoration:underline; font-family: 'Arial', Verdana, Sans-Serif; font-size:16px	
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../images/bt_register.png) no-repeat 0 0;
}

#panel a.lost-pwd {
	display: block;
	float:left;
	color: #0C1F5D;
	padding: 8px 5px 0;
	font-size: 12px;
	text-decoration: underline;
	font-family: 'Arial', Verdana, Sans-Serif;
}


#panel a.lost-pwd:hover {
	
	color: #0C1F5D;
	
}

