/*
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/
*/

#toppanel {
  	font: 85%/0.9 Georgia, sans-serif;
  	line-height: 130%;
  	width: 100%;
  	min-width: 970px;
  	color: black;
}

#toppanel a {
	color: #0099CC;
	text-decoration: none;
}

#toppanel a:hover {
	color: #00CCFF;
}

#toppanel a img {
	border: none;
}

#toppanel .tab {
	font-family: "Trebuchet MS", helvetica, sans-serif;
}

#toppanel h1 {
	font-size: 1.6em;
	font-weight: normal;
	font-family: "Trebuchet MS", helvetica, sans-serif;
  	line-height: 160%;
  	padding: 5px 0 10px;
	margin: 0;
	color: #fff;
}

#toppanel h2 {
	font-size: 1.2em;
	font-weight: normal;
	height: 20px;
	padding: 10px 0 5px;
	margin: 0;
	color: #fff;
}

#toppanel h3 {
	font-weight: normal;
	color: #fff;
	padding: 10px 0 5px;
}

.highlight {
	background-color: #FF9D9D;
	border-bottom: #F30 1px solid;
	border-top: #F30 1px solid;
	padding: 4px 10px
}

#panel .content p {
	margin-top: 1.5em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .tx-felogin-pi1 {
	width: 430px;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content input:focus.field {}

/***** code for the login form & navigation *****/
#toppanel form {}

#toppanel fieldset {
	padding-top: 1em;
	border: none;
}

#toppanel legend {
	display: none;
}

#toppanel fieldset div {
	padding-bottom: 0;
}

#panel input[type="text"], #panel input[type="password"] {
	background-color: #444;
	color: #fff;
	border: 1px solid #000;
	padding: 2px 0;
}

#panel input[type="submit"] {
	width: 94px;
	height: 24px;
	margin-top: 1em;
	border: none;
	background: transparent url(../toppanel/images/bt_login.png) no-repeat 0 0;
	text-transform: uppercase;
}

#panel ul {
	padding: 10px 0 0 15px;
}