/*
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(gfx/login_top.jpg) repeat-x 0 0;
	background-position: top;
	height: 20px;
	position: relative;
}

#top ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 38px;
	width: auto;
  	font-weight: bold;
	line-height: 38px;
	margin: 0;
	right: 290px;
  	color: white;
  	font-size: 80%;
	text-align: center;
  	background: url(gfx/login_r.jpg) no-repeat right 0;
	padding-right: 15px;
	
}

#top ul.login li.left {
  	background: url(gfx/login_l.jpg) no-repeat left 0;
  	height: 38px;
	width: 19px;
	padding: 0;
	margin: 0;

  	display: block;
	float: left;
}

#top ul.login li {
 	text-align: left;
  	padding: -6px 6px 0 0;
	display: block;
	float: left;
	height: 48px;
  	background: url(gfx/login_m.jpg) repeat-x 12px 0;


}

#top ul.login li a {
	color: #33ccff;
		text-transform: uppercase;
		padding:5px;
}

#top ul.login li a:hover {
		color: black;
}

/*Login*/
/* toggle effect - show/hide login*/
#login {
	width: 100%;
color: #33ccff;
	background: white;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
}

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

#login a:hover {
	color: black;
}

#login .loginContent {
	width: 550px;
	height: 30px;
	margin: 0 auto;
	padding-top:20px;
	text-align: right;
	font-size: 0.85em;
padding-bottom:10px;
	padding-left:250px;
	
}



#login .loginContent input.button_login {
	width: 47px;
	height: 28px;
	cursor: pointer;
	border: none;
	background: transparent url(gfx/button_login.jpg) no-repeat 0 0;
	position: absolute;
	top:18px;
}

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

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

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

label { font-weight: bold; vertical-align:top;}
input, textarea, select {
  border:1px solid #aaaaaa;
  padding:3px;
  background:#ffffff url(gfx/inputBg.gif) top left no-repeat;
  margin-top:0px;
color: #33ccff;
height:25px;
line-height:27px;
margin-top:5px;
}

input.checkbox {
  width:15px;
  background:none;
  border:0;
  border: White;
  
}

input.radio_button {
  width:15px;
  background:none;
  border:0;
  border: White;
}

input.small, select.small {
  width:100px;
}

input.large, select.large {
  width:200px;
}

input.extra_large, select.extra_large {
  width:300px;
}



input.submit {
  background:#ffffff url(gfx/submitBg.png) -20px 0 no-repeat;
  color:#ffffff;
  font-weight:bold;
}

input.submit:hover {
  
  cursor: pointer;
}