/*
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/affiliateBP/login_top.jpg) repeat-x 0 0;
	height: 38px;
	position: relative;
	float: right;
	width: 980px;
	text-align: left;
	margin-top:-1px;
}


#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-image: url(../../images/affiliateBP/login_r.GIF);
	background-repeat: no-repeat;
	background-position: right 0;
	margin: 0;
	width: 111px;
}

#top ul.login li.left {
	height: 38px;
	width: 26px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background-image: url(../../images/affiliateBP/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(../../images/affiliateBP/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*/
#loginBox {
	/*width: 980px;*/
	width:100%;
	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;
}


#loginBox a {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
}

#loginBox a:hover {
	color: #F7CDE1;
	text-decoration: none;
}

#loginBox .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;
}

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

#loginBox .loginContent .right {
/*	width: 340px;*/
	width: 470px;
	float: right;
	text-align: left;
	font-size: 0.95em;
}

#loginBox .loginContent form {
	height: 26px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

#loginBox .loginContent input.field {
	border: 1px #1A1A1A solid;
	margin-right: 5px;
	margin-top: 4px;
	color: #545454;
	height: 18px;
font-size:9pt;
	background-color: #FFFFFF;
}

#loginBox .loginContent input:focus.field {
	background: #545454;
color: white;
}

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

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

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

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

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

#socialMediaLogin { 
	float: right;
	margin-top: 10px;
}

/*.mask { 
	z-index: 12!important;
}

.yui-panel-container {
	z-index: 12 !important;
}
*/
