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

/***** 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(../i/tab_mock_b-alt.png) repeat-x 0 0;
	height: 35px;
	position: relative;
    top: 0;
	left: 20px;
    z-index: 999;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:0px;  
	font-weight:lighter;
	font-size: 11px;
}


.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 30px;
	width: 274px;
	line-height: 30px;
	margin: 0;
	left: 0px;
	padding-right: 50px;
  	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:0px;  
	font-weight:lighter;
	font-size: 11px;
/*	text-align: center; */
			}

.tab ul.login li.first {
  	height: 30px;
	width: 143px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.second {
	width: 131px;
  	padding: 0;
	display: block;
	float: left;
	height: 30px;
	top: 11px;
}

.tab ul.login li a {
	color: #FFF;
	text-decoration:	underline;
}

.tab ul.login li a:hover {
	color: 				#FFF;
	text-decoration:	none;
}

#panel .tab a.open, .tab a.close {
height: 30px;
line-height: 10px !important;
padding-left: 0px;
margin-bottom:0px;
cursor: pointer;
display: block;
width: 274px;
position: relative;
top: 11px;
color: #666;
margin-left:-10px;
margin-top:-3px;
}

.close2{
margin-top:-15px;
}

#panel .tab a:hover.open 	{
					background-color:none;
					text-decoration:none;
							}

#panel .tab a:hover.close 	{
					background-color:none;
					text-decoration:none;
							}


/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 979px;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 981px;
	height: 333px;
	left: 20px;
	color: #475862;
	background: #fff url(../i/bckgrnd-white-slider-alt.gif);
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#logowhite	{
	margin-left: 10px;
	margin-top: 20px;
		}	

#panel h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	padding: 5px 0 10px;
	margin: 0;
	color: #5f6062;
}

#panel h2{
	font-size: 14px;
	padding: 10px 0 5px;
	margin: 0;
	color: #5f6062;
}

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

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

#panel a:hover {
	color: #fff;
							text-decoration: none;
							background-color:#FF9900;
}

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

#panel .content {
	width: 992px;
	margin: 0 auto;
	margin-left: 20px;
	padding-top: 10px;
	text-align: left;
	font-size: 12px;
}

#panel .content .left {
	width: 290px;
	float: left;
	margin-top: 20px;
	padding: 0 15px;
	border-right: 1px solid #ccc;
}

#panel .content .right {
	border-right: 0px solid #ccc;
}

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

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

#panel .content input.field {
	border: 1px #666 solid;
	background: #fff;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: #666;
	height: 16px;
}

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

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

#panel .content input.bt_register {
	width: 87px;
	height: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background: url(../i/bt-verstuur-alt.gif) no-repeat 0 0;
	padding-left: 8px;

}

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

.grey {
font-family: Arial, Helvetica, sans-serif;
	color: #475862;
	}