/*
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 {
	height: 0px;
	position: relative;
	top: 0;
	z-index: 999;
}
.tab ul.login {
	display: block;
	position: relative;
	float: right;
	clear: right;
	height: 42px;
	width: auto;
	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
	color: white;
	font-size: 80%;
	text-align: center;
}
.tab ul.login li.left {
	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
.tab ul.login li.right {
	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
.tab ul.login li {
	text-align: left;
	padding: 0 6px;
	display: block;
	float: right;
	height: 42px;
}
.tab ul.login li a {
	color: #15ADFF;
}
.tab ul.login li a:hover {
	color: white;
}
.tab .sep {
	color:#414141
}
/* 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;
}
#panel {
	width: 100%;
	height: 300px;
	color: #fff;
	background-image: url(/assets/images/2011site/login_bg.png);
	background-repeat: repeat-x;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
#panel h1 {
	font-size: 14px;
	padding: 0px 0 10px 0;
	margin: 0;
	color: #333;
}
#panel h2 {
	font-size: 12px;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}
#panel p {
	margin: 5px 0;
	padding: 0;
	color:#D3D3D3;
}
#panel a {
	text-decoration: none;
	color: #fff;
	font-size: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: 480px;
	height:200px;
	float: left;
	padding: 0 15px 0 0px;/*	border-left: 1px solid #333;
*/}
#panel .content .right {
	border-left: 1px solid #74b7d6;
	padding: 0 0 0 45px;
	width: 200px;
	margin: 0 0 20px 20px;
	float: left;
	height:185px;
}
#panel .content form {
	margin: 0 0 10px 0;
	width:200px;
}
#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}
#panel .content input.field {
	border: 1px #666666 solid;
	background: #fff;
	margin-right: 5px;
	margin-top: 4px;
	color: #000;
	height: 20px;
}
#panel .content input:focus.field {
	background: #FFF;
}
#panel .lost-pwd {
	padding: 2px 0 0px 0;
	font-size: 0.95em;
	text-decoration: none;
	color:#fff;
}
.clearfix img {
	padding-top: 0px;
}
.applynow_btn {
	padding-left:340px;
	padding-top:25px;
}
.apply_row {
	float:left;
	width:93px;
	padding-bottom:10px;
}
#applynow_text {
	/*height:50px;
width:600px;
padding-top:20px;*/
float:left;
}
#text {
	vertical-align:top;
	padding: 10px 0 10px 0;
	display: block;
	text-align:left;
	text-transform: uppercase;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
#applynow_text img {
	padding-left:10px;
}
/*
#close {
background-image: url(/assets/images/2011site/close_tab.png);
background-repeat:no-repeat;
width:237px;
height:42px;}*/

#close {
	background-image: url(/assets/images/2011site/close_tab.png);
	background-position:top right;
	background-repeat:no-repeat;
	padding: 5px 35px 0 0px;
	width:330px;
	height:28px;
	top:214px;
	position:absolute;
	text-align: right;
}
.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
	float:left;
}
