/*
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 {
	height: 27px;
	position: relative;
	background-image: url(../images/top-bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 926px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	float: left;
	height: auto;
	width: 100%;
	background-image: url(../images/bg.jpg);
	margin-right: auto;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #8b8f94;
	margin-left: auto;
}

#top ul.login {
	display: block;
	position: relative;
	float: left;
	clear: right;
	height: 27px;
	width: 142px;
	margin: 0;
	color: white;
	text-align: center;
	background-image: url(images/log.jpg);
	background-repeat: no-repeat;
	background-position: right 0;
	padding: 0px;
	line-height: 21px;
}

#top ul.login li.left {
	background: url(images/login_l.jpg) no-repeat left 0;
	height: 27px;
	width: 45px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}

#top ul.login li {
	text-align: left;
	display: block;
	float: right;
	height: 27px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#top ul.login li a {
	color: #F91806;
}

#top ul.login li a:hover {
	color: #FA2716;
}

/*Login*/
/* toggle effect - show/hide login*/
#login {
	width: 100%;
	color: white;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: auto;
	background-color: #E8E8E8;
	background-image: url(../images/panel-border.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	visibility: inherit;
}

#login a {
	text-decoration: none;
	color: #33CCCC;
}

#login a:hover {
	color: white;
}

#login .loginContent {
	width: 926px;
	height: auto;
	padding-top: 15px;
	text-align: left;
	font-size: 11px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-weight: normal;
	color: #000000;
	background-image: url(../images/rebber-seal.jpg);
	background-repeat: no-repeat;
	background-position: 40px center;
}

#login .loginContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
	font-size: 10px;
}

#login .loginContent .right {
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 65px;
	font-size: 0.95em;
}

#login .loginContent form {
	margin: 0 0 10px 0;
	height: 26px;
}

#login .loginContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	color: white;
	height: 16px;
}

#login .loginContent input:focus.field {
	background: #545454;
}

#login .loginContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#login .loginContent input.button_login {
	width: 47px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url(images/button_login.jpg) no-repeat 0 0;
}

#login .loginClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}

#login .loginClose a {
	display: block;
	width: 100%;
	height: 20px;
	background: url(images/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}

#login .loginClose a:hover {
	background: url(images/button_close.jpg) no-repeat right -20px;
}
