/*
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*/
/* toggle effect - show/hide login*/
.login {
	width: 100%;
	color: #000;
	background:url(/assets/images/bg_login.jpg) repeat-x bottom #fbfbfb;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
}

.login a {
	text-decoration: none;
	color: #23a2ef;
}

.login a:hover {
	color: #000;
}

.login .loginContent {
	width: 550px;
	height: 80px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	font-size: 0.85em;
}

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

.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: #fff;
	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: 21px;
	cursor: pointer;
	border: none;
	background: transparent url(/assets/images/button_login.jpg) no-repeat 0 3px;
}

.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(/assets/images/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: #23a2ef;
}

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

/* --------------   */


.login_profile {
	width: 100%;
	color: #000;
	background:url(/assets/images/bg_login.jpg) repeat-x bottom #fbfbfb;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
}
.login_profile .loginContent {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: center;
	font-size: 0.85em;
}
.login_profile .loginContent p {
	text-align:center;
}
.login_profile .loginContent a {
	text-align:center;
	border:0px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}
.login_profile .loginContent a img:hover {
	filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;
}
.login_profile .loginClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}

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


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

/* --------------   */




.login2 {
	width: 100%;
	color: #000;
	background:url(/assets/images/bg_login.jpg) repeat-x bottom #fbfbfb;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
}

.login2 a {
	text-decoration: none;
	color: #23a2ef;
}

.login2 a:hover {
	color: #000;
}

.login2 .loginContent {
	width: 550px;
	height: 80px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	font-size: 0.85em;
}

.login2 .loginContent .left {
	width: 550px;
	float: left;
	text-align:left;
	font-size: 0.95em;
}


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

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

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

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

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

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

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

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