


/* toggle effect - show/hide login*/
#login {
	width: 230px;
	color: white;
	overflow: hidden;
	position: relative;
	z-index: 400;
	height:500px;
	background-image:url(../images/fondoformu2.png);
	background-position:bottom;
}

#login a {
	text-decoration: none;
	color: #33CCCC;
}

#login a:hover {
	color: white;
}

#login .loginContent {
	width:100%;
	height:460px;
	margin:0;
	text-align: left;
	
}

#login .loginContent b{
color:#FFFFFF;
}




#login .loginContent form {
	margin: 0 0 10px 0;
	height: 26px;
}

#login .loginContent input.field {
	border: 1px #1A1A1A solid;
	background:#333333;
	
	margin-top: 4px;
	color: white;
	height: 16px;
}

#login .loginContent textarea {
	border: 1px #1A1A1A solid;
	background:#333333;
	
	margin-top: 4px;
	color: white;
	height: 70px;
}


#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:url(../images/button_login.gif) no-repeat 0 0;
}

#login .loginClose {
	display: block;
	position: relative;
	left:140px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}

#login .loginClose a {
	display: block;
	width: 100%;
	height: 18px;
	background:url(../images/button_close.gif) no-repeat right 0;
	padding-right: 14px;
	padding-top:2px;
	border: none;
	font-size:9px;
	color: white;
}

#login .loginClose a:hover {
	background: url(../images/button_close.gif) no-repeat right -20px;
}



