/*
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/

*/

#register2 {
	width: 100%;
	color: white;
	background: #242424;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
	padding-bottom: 15px;
}

#login {
	width: 100%;
	color: white;
	background: #242424;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
	padding-bottom: 15px;
}

#login a, #register2 a {
	text-decoration: none;
	color: #88cdfe;
}

#login a:hover, #register2 a:hover {
	color: white;
}

#login .loginContent {
	width: 570px;
	height: 80px;
	margin: 0 auto;
	padding-top: 25px 0px;
	text-align: left;
}

#login .loginContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;	
}

#login .loginContent .right {
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 65px;	
}

#login .loginContent form {
	margin: 0 0 10px 0;
	/* height: 37px; */
	overflow: hidden;
}

#login .loginContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin: 10px 10px 10px 5px;
	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: 22px;
	cursor: pointer;
	border: none;
	background: #2b8cbf;	
	color: white;
	font-size: 11px;
}

#login .loginClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;	
	text-align: left;
}

#login .loginClose a {
	display: block;
	width: 100%;
	height: 16px;
	background: url(../images/cross-circle.png) no-repeat right 0;
	padding-right: 10px;
	border: none;
	color: white;
}

#login .loginClose a:hover {
	background: url(../images/cross-circle.png) no-repeat right -16px;
}

#register2 .registerClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;	
	text-align: left;
}

#register2 .registerClose a {
	display: block;
	width: 100%;
	height: 16px;
	background: url(../images/cross-circle.png) no-repeat right 0;
	padding-right: 10px;
	border: none;
	color: white;
}

#register2 .registerClose a:hover {
	background: url(../images/cross-circle.png) no-repeat right -16px;
}

#register2 .registerContent {
	width: 442px;
	margin: 0 auto;
	padding: 25px 0 0 0;
	text-align: left;	
}

#register2 p {
	margin: 10px 0;
	}
	
#register2 .registerContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin: 0 10px 0 5px;
	color: white;
	height: 16px;
	width: 170px;
}

#register2 .registerContent input:focus.field {
	background: #545454;
}

#register2 form label {
	width: 100px;
	display: block;
	float: left;
	line-height: 21px;
	}
	
#register2 .registerContent input.button_login {
	width: 47px;
	height: 22px;
	cursor: pointer;
	border: none;
	background: #2b8cbf;	
	color: white;
	font-size: 11px;
	margin-left: 106px;
}

#register2 h2 {
	color: white;
	}

input.fieldError {
	border: solid 1px #EB003B !important;
}
label.fieldError {
	color: #EB003B;
}

label.recaptcha_input_area_text {
	float: none !important;
}

#mod_top_ajax_loading,
#mod_top_ajax_register_loading {
	background: url(../images/loading-ajax.gif) no-repeat center;
	width: 220px;
	height: 95px;
	line-height: 50px;
	margin: 0 auto;
	text-align: center;
}

#mod_top_ajax_register_loading {
	height: 400px;
	line-height: 350px;
}

#mod_top_languages {
	list-style-type: none;
	position: absolute;
	bottom: -2px;
	right: 175px;
	height: 24px;
}

#mod_top_languages li {
	float: left;
	margin-right: 2px;
	line-height: 24px;
}