/*
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_slide/login_top.jpg) repeat-x 0 0;*/
	height: 10px;
	position: relative;
}

#frou {
	display: block;
  	/*float: right;
  	clear: right;*/
  	height: 15px;
	width: 100%;
  	font-weight: bold;
	line-height: 15px;
	padding:0;
	margin: 0 auto;
	/*right: 150px;*/
  	color: white;
  	font-size: 80%;
	text-align: center;
  	/*background: url(images_slide/login_r.jpg) no-repeat right 0;
	padding-right: 45px;*/
}



#froui {
 	text-align: center;
  	padding: 0px;
	display: block;
	/*float: left;*/
	height: 15px;
	/*background-color:#1E1E1E;
  	background: url(images_slide/login_m.jpg) repeat-x 0 0;*/
}

#frou a {
	color: #CCCCCC;
}

#frou 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;
}

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

#login a:hover {
	color: white;
}

#login .loginContent {
	height: 35px;
	margin: 0 auto;
	padding-top: 0px;
	text-align: center;
	font-size: 0.85em;
}


#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: 10px;
	/*background: url(images_slide/button_close.jpg) no-repeat right 0;*/
	padding-right: 0px;
	border: none;
	font-size: 0.9em;
	color: white;
}

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