/*
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 */
/* Login Panel */
#top {
	height: 38px;
	position: relative;
	float: right;
	width: 980px;
	text-align: left;
	border-top: 5px solid #C60070;
}


#top ul.login {
	display: block;
	position: relative;
	float: right;
	clear: right;
	height: 38px;
	font-weight: bold;
	line-height: 38px;
	right: 34px;
	color: white;
	font-size: 80%;
	text-align: center;
	padding-right: 22px;
	background: url(/assets/images/wrpr/login_r.gif) right 0 no-repeat;
	margin: -5px 0 0 0;
	width: 111px;
}
#top ul.login li.left {
	height: 38px;
	width: 26px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background-image: url(/assets/images/wrpr/login_l.gif);
	background-repeat: no-repeat;
	background-position: left 0;
}

#top ul.login li {
	text-align: left;
	display: block;
	float: right;
	height: 38px;
	background: url(/assets/images/wrpr/login_m.jpg) repeat-x 0 0;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
}

#top ul.login li a {
	color: #33CCCC;
}

#top ul.login li a:hover {
	color: white;
}

/*Login*/
/* toggle effect - show/hide login*/
#login {
	width: 980px;
	color: white;
	background: #1E1E1E;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
	background-color: #C60071;
}
.boldlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#nav {
	float: left;
	width: 796px;
	padding-top: 15px;
	text-align: right;
	margin: 0px;
}


#login a {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
}

#login a:hover {
	color: #F7CDE1;
	text-decoration: none;
}

#login .loginContent {
	width: 800px;
	height: 80px;
	text-align: left;
	font-size: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	padding-left: 20px;
	font-family: Tahoma;
	font-weight: normal;
}

#login .loginContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
	font-size: 0.95em;
}

#login .loginContent .right {
	/*width: 340px;*/
	width: 460px;
	float: right;
	text-align: left;
	font-size: 0.95em;
	margin: 0;
}

#login .loginContent form {
	height: 26px;
	/*margin: 0 0 5px 95px;*/
	margin: 0 0 5px 15px;
}
#login .loginContent label {
	margin: 0 0 0 7px;
	font-weight: bold;
}
#login .loginContent input.field {
	border: 1px #1A1A1A solid;
	margin-right: 5px;
	margin-top: 4px;
	height: 18px;
	color: #545454;
	background-color: #FFFFFF;
	font-size: 1em;
}

#login .loginContent input:focus.field {
	background: #545454;
	color: #fff;
}

#login .loginContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#login .loginContent input.button_login {
	width: 74px;
	height: 20px;
	cursor: pointer;
	border: none;
	text-indent: -999em;
	background: transparent url(/assets/images/wrpr/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(/assets/images/wrpr/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}

#login .loginClose a:hover {
	background: url(/assets/images/wrpr/button_close.jpg) no-repeat right -20px;
}

#socialMediaLogin { 
	float: right;
	margin-top: 10px;
}

.mask { 
	z-index: 12;
}

.yui-panel-container {
	z-index: 12;
}
