﻿#auth {
	width: auto;
	margin: 50px;
	text-align: center;
}
#auth form { 
	width: 210px; 
	float: left; 
	display: inline; 
	border-right: 2px solid #B4D9CE; 
	padding-right: 40px;
	text-align: left;
	margin-left: 25px;
} 

#auth h2 { 
	color: #0D7C71 
}

#auth p a { 
	font-size: 12px; 
}

#auth .bg-top, #auth .bg-bottom {
	display: block;
	height: 9px;
	background: transparent url(../imgs/login_corners.png) no-repeat top;
}
#auth .bg-bottom {
	background-position: bottom;
}

#auth #recover-pwd-form, #auth #change-pwd-form {
	width: 250px;
	border-right: 0; 
}

#auth #login-form div, #recover-pwd-form div { 
	margin-bottom: 10px;	
}

#auth .wrap { 
	background-color: #98CBBC; 
	padding: 0; 
	width: 600px;
	margin: 0 auto;
	overflow: hidden;
}

#auth .auth-content {
	background-color: #FFF; 
	background: transparent url(../imgs/login_content_bg.png) repeat-x top;
	padding-top: 10px;
	margin: 10px;
	border: 1px solid #79BBA7;
	overflow: hidden;
	height: 100%;	
}

#auth input { 
	font-size: 14px; 
	color:#555;
}

#auth fieldset legend {
	display: none;
	margin-top: 10px;
}

#auth .aside {
	float: right;
	width: 250px;
	margin: 0 25px 0 0;
	display: inline;
}
#auth .aside p {
	margin: 20px 0 5px 0;
}

#auth .btn-register {
	background:url(../imgs/btn_registrarse.png) no-repeat center top;
	display:block;
	height:30px;
	margin:10px 0 0 0;
	padding:0;
	text-indent:-9999px;
	width:154px;
	float: left;
}

.footer {
	height: 50%;
}

#content-wrapper { 
	padding-top: 0 !important;
}