@charset "utf-8";
/* CSS Document */

/*
Name: Nice Login and Signup Panel using Mootools 1.2
Tutorial URI: http://web-kreation.com/demos/login_form_mootools_1.2/
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: August 2008

	The CSS, XHTML and design is released under Creative Common License 2.5:
	http://creativecommons.org/licenses/by-sa/2.5/

*/

/* Login Panel */
#top {
  	/*background: url(../images/login_top.jpg) repeat-x 0 0;*/
	height: 0;
	position: relative;
}

#top ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 30px;
	width: auto;
  	font-weight: bold;
	line-height: 30px;
	margin: 0;
	/*right: 20px;*/
  	/*color: white;*/
  	font-size: 10px;
	text-align: center;
  	/*background: url(../images/login_r.jpg) no-repeat right 0;*/
	/*padding-right: 45px;*/
}

#top ul.login li.left {
  	background: url(../images/login_l.jpg) no-repeat left 0;
  	height: 38px;
	width: 45px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#top ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 38px;
  	background: url(../images/login_m.jpg) repeat-x 0 0;
}

#top ul.login li.last {
 	text-align: left;
  	padding: 0 15px 0 6px;
	margin-right:7px;
	display: block;
	float: left;
	height: 38px;
  	background: url(../images/login_m.jpg) repeat-x 0 0;
}

#top ul.login li a {
	text-decoration: none;
	color: #666;
}

#top ul.login li a:hover {
	text-decoration: none;
	color: #000;
}

/*Login*/
/* toggle effect - show/hide login*/
#toggle_login_box {
	/*width: 100%;*/
	/*color: white;*/
	background:transparent url('../images/slide.png') no-repeat;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
	margin-right:7px;
	border-bottom: 1px solid #9D9D9D;
	height:90px;
}

#toggle_login_box a {
	text-decoration: none;
	color: #666;
}

#toggle_login_box a:hover {
	color: #000;
}

#toggle_login_box .loginContent {
	width: 575px;
	height: 70px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	font-size: 11px;
}

#toggle_login_box .loginContent input#login
{
	cursor:pointer;
	font-size:11px;
	padding:1px 10px;
	border:1px solid #AAA;
}

#toggle_login_box .loginContent input#login:hover
{
	color:#0000CC;
	border-color:#BBB;
	background-color:#e4e4e4;
}

#toggle_login_box .loginContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
	font-size: 11px;
}

#toggle_login_box .loginContent .right {
	width: 310px;
	float: right;
	text-align: right;
	padding-right: 65px;
	font-size: 11px;
}

#toggle_login_box .loginContent .options {
	text-align: center;
	font-size: 11px;
}

#toggle_login_box .loginContent form {
	margin: 0 0 20px 0;
	height: 26px;
}

#toggle_login_box .loginContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	color: white;
	height: 16px;
}

#toggle_login_box .loginContent input:focus.field {
	background: #545454;
}

#toggle_login_box .loginContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#toggle_login_box .loginContent input.button_login {
	width: 47px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url(../images/button_login.jpg) no-repeat 0 0;
}

#toggle_login_box .loginClose {
	display: block;
	position: absolute;
	right: 30px;
	top: 6px;
	width: auto;
	font-size: 10px;
	text-align: right;
}

#toggle_login_box .loginClose a {
	display: block;
	width: 100%;
	height: 18px;
	background: url(../images/button_close.jpg) no-repeat right 0;
	padding-right: 25px;
	border: none;
	font-size: 0.9em;
	/*color: white;*/
	padding-top:2px
}

#toggle_login_box .loginClose a:hover {
	background: url(../images/button_close.jpg) no-repeat right -20px;
}

.element label { font-weight:bold; font-size: 11px; }