/**
 * signin.css
 * Specific styles for sign-in page; see footer_page.css for general styles.
 **/

.signin-box {
	position: relative;
	height: 210px;
}

.registration-box {
	position: relative;
	/*height: 330px;*/
	height: 360px;
}

.separator {
	position: absolute;
	left: 50%;
	top: 190px;
	margin-left: -400px;
	clear: both;
	width: 800px;
	height: 1px;
	background: url(/image/signin_separator.png) 50% 0% no-repeat;
}

.left-column {
	width: 200px;
}

.right-column {
	position: absolute;
	left: 200px;
	top: 0;
	width: 385px;
}

form {
	padding-top: 3px;
}

.form-row {
	clear: both;
	height: 40px;
	/*border: 1px solid red;*/
}

.form-short-row-zip {
    width:229px;
	float:left; 
	clear:none;
}


.form-short-row-gender {
    width:156px;
	float:left; 
	clear:none;
	padding-top:15px;
}

.form-label {
	font-weight: bold;
	font-size: 12px;
	color: #db1249;
	width: 140px;
	padding-top: 5px;
	float: left;
	text-align: right;
	margin-right: 10px;
	display: block;
	text-transform: uppercase;
}

#form-gender {
	width: 50px;
}




#register-zip-code {
	width: 65px;
}


/* Spanish Signin Buttons */

#signin-es .btn-login {
	width: 74px;
	background-image: url(/image/es/signin_loginbutton.png);
	background-repeat: no-repeat;
}

#signin-es .btn-register {
	width: 70px;
	background-image: url(/image/es/signin_registerbutton.png);
	background-repeat: no-repeat;
}


.btn-login {
	/*position: absolute;
	bottom: 0;
	right: 0;*/
	float: right;
	width: 54px;
	height: 29px;
	background: url(/image/signin_loginbutton.png) no-repeat;
}

.btn-login:hover {
	background-position: 0px -29px;
}

.btn-register {
	/*position: absolute;
	top: 295px;*/
	float: right;
	width: 64px;
	height: 29px;
	background: url(/image/signin_registerbutton.png) no-repeat;
}

.btn-register:hover {
	background-position: 0px -29px;
}

input {
	height: 17px;
	width: 228px;
}

select {
	/*font-weight: bold;*/
	
}

#register-birthday-day,
#register-birthday-month{
	/*margin-right: 8px;*/
}

select.error-highlight {
	color: #ff0000;
}

input.error-highlight {
	border: 2px solid #ff0000;
}

#gender-selector {
	position: relative;
	height: 50px;
}

#signin-aux {
	position: relative;
	height: 40px;
}

#error-signin {
	position: absolute;
	right: 0px;
	color: #ff0000;
	top: 135px;
}

#error-registration {
	position: absolute;
	right: 0px;
	top: 334px;
	color: #ff0000;
}

a.forgot-password, a.forgot-password:visited {
	font-size: 10px;
	color: white;
	border-bottom: 1px dotted white;
	text-decoration: none;
	cursor: pointer;
}

a.forgot-password:active, a.forgot-password:hover {
	border: none;
}

.info-caption {
	font-size: 10px;
}

.optin-font {
	font-size: 11px;
	line-height: 120%;	
	position: absolute;
	width: 225px;
	cursor: pointer;
}


.dropdown-font {
   /* font-size:12px;*/
}	
.checkbox-label {
	font-size: 10px;
	line-height: 100%;	
	cursor: pointer;
	float: left;
}


.remember-me {
	margin-top: 5px;
	
}

.checkbox {
	display: inline;
	position: relative;
	float: left;
	/*top: 3px;*/
	width: 14px;
	height: 15px;
	margin-right: 5px;
	/*padding-bottom: 17px;
	margin-bottom: 17px;*/
	background: url(/image/signin_checkbox.png) 0px 0px no-repeat;
	cursor: pointer;
}

.checkbox.checked {
	background-position: -20px 0px;
}