/*
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(img/login_top.png) repeat-x 0 0;
	height: 38px;
	position: relative;
	color:#fff;
}

#top ul.login {
	display: block;
	position: relative;
  	float: right;
	width:198px;
  	height: 45px;
  	font-weight: bold;
	line-height: 38px;
	margin: 0;
	right: 14px;
  	color: white;
  	font-size: 10px;
	text-align: center;
  	background:#fff;
	padding: 0;
	background:url(../img/login_barrita.jpg) top left no-repeat;
}
#top ul.login li {
	position:relative;
	margin:0;
 	text-align: left;
  	padding: 0;
	display: block;
	height: 38px;
	width:100%;
}

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

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

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

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

#login a:hover {
	color: #fff;
}

#login .loginContent {
	width: 470px;
	height: 50px;
	margin: 0 auto;
	margin-top: 20px;
	padding:0;
	text-align: left;
	font-size: 12px;
}

#login .loginContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
	font-size: 12px;
}

#login .loginContent .right {
	width: 290px;
	float: left;
	text-align: left;
	padding-right: 65px;
	font-size: 12px;
}

#login .loginContent form {
	margin: 0 0 10px 0;
	height: 26px;
}

#login .loginContent input.field {
	border: 1px #fff solid;
	background: #fff;
	margin-right: 5px;
	margin-top: 4px;
	color: #999;
	height: 16px;
	font-size:12px;
}

#login .loginContent input:focus.field,#login .loginContent input:hover {
	color:#000;
	border: 1px #000 solid;
	
}

#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: #fff;
	color:#333;
	border:1px solid #fff;
	font-size:10px;
	margin:0;
	padding:0;
	
}

#login .loginContent input.button_login:hover {
	background-color:#fff;
	color:#333;
	border:1px solid #333;	
}


#login .loginClose {
	display: block;
	position: absolute;
	right: 10px;
	top: 8px;
	width: 70px;
	font-size: 12px;
text-align: left;
}

#login .loginClose a {
	display: block;
	width: 100%;
	height: 30px;
	padding-right: 5px;
	border: none;
	font-size: 10px;
	color: #333;
	text-align:right;
}


#login .loginClose a:hover {color:#000;}

div#top p{
float:left;
position:absolute;
top:14px;
right:210px;
color:#333;
width:500px;
text-align:right;
margin:0;
padding:0 5px 0 0;
font-weight:bold;
}

