#toprep/*
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 */
 {
	background: url(../images/login_top.jpg) repeat-x 0 0;
	position: relative;
	height: 8px;
	-moz-box-shadow: 0px 20px 10px-10px #888;
	-webkit-box-shadow: 0px 20px 10px-10px #888;
/*	-khtml-box-shadow: 0 8px 8px -5px rgba(200,200,200,1) ;
	box-shadow: 0 8px 5px -5px rgba(200,200,200,1) ; */

}
#toprep  ul.login {
	display: block;
	position: relative;
	float: right;
	clear: right;
	height: 30px;
	width: 60px;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	right: 150px;
	color: white;
	font-size: 80%;
	text-align: center;
	/*  	background: url(../images/login_r.jpg) no-repeat right 0; */
	padding-right: 25px;
	background-color: #1e1e1e;
	-moz-border-radius-bottomleft: 11px;
	-moz-border-radius-bottomright: 11px;
	-khtml-border-radius-bottom-left: 11px;
	-webkit-border-bottom-right-radius: 11px;
	-khtml-border-radius-bottom-left: 11px;
	-webkit-border-bottom-left-radius: 11px;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}
#toprep  ul.login  li.left {
	/*  	background: url(../images/login_l.jpg) no-repeat left 0; */
  	height: 30px;
	width: 20px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background-color: #1E1E1E;
	-moz-border-radius-bottomleft: 11px;
	-moz-border-radius-bottomright: 11px;
	-khtml-border-radius-bottom-left: 11px;
	-webkit-border-bottom-right-radius: 11px;
	-khtml-border-radius-bottom-left: 11px;
	-webkit-border-bottom-left-radius: 11px;
}
#toprep  ul.login  li {
	text-align: left;
	padding: 0 6px;
	display: block;
	float: left;
	height: 30px;
	background-color: #1E1E1E;
/*  	background: url(../images/login_m.jpg) repeat-x 0 0;   */
}
#toprep  ul.login  li  a {
	color: #33CCCC;
}
#toprep  ul.login  li  a:hover {
	color: white;
}

/*Login*/
/* toggle effect - show/hide login*/
#login {
	width: 100%;
	color: white;
	background: #1E1E1E;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

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

#login a:hover {
	color: white;
}

#login .loginContent {
	width: 900px;
	height: 24px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 3px;
	font-size: 12px;
}

#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: 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: 120px;
	font-size: 0.6em;
	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;
}
