/*-------------------------------------------------
    AUTHENTICATION POPUP
-------------------------------------------------*/
#authenticationForm * {
	font-size: 12px;
}

#authenticationNewAdherent {
	margin-top: 5px;
	padding: 10px;
	/*border-width: 1px;
	border-style: solid;*/
	color:#FFF;
	border: 1px solid #FFFFFF;
}

#AuthenticationPopup {
	height: 220px;
	width: 375px;
}

#AuthenticationPopup .bordGauche, #AuthenticationPopup .bordDroite {
	height: 170px;
}

#AuthenticationPopup .content {
	height: 168px;
	min-width:375px;
}

.dj_ie #AuthenticationPopup .content {
	height: 170px;
}

/*-------------------------------------------------
    REGISTRATION POPUP
-------------------------------------------------*/
#registrationForm .explanation {
	padding-bottom: 10px;
}

#RegistrationPopup {
	height: 230px;
	width: 473px;
}

#RegistrationPopup .bordGauche, #RegistrationPopup .bordDroite {
	height: 180px;
}

#RegistrationPopup .content {
	height: 178px;
	width: 473px;
}

#RegistrationPopup .title .gauche {
	width: 463px;
}

#RegistrationPopup .footer .gauche {
	width: 488px;
}

.dj_ie #RegistrationPopup .content {
	height: 180px;
	width: 488px;
}

.dj_ie #RegistrationPopup .title .gauche {
	width: 488px;
}


/*-------------------------------------------------
    LOST PASSWORD POPUP
-------------------------------------------------*/
#LostPWDPopup {
	height: 88px!important;
	width: 393px;
}

#LostPWDPopup .content {
	height: 58px!important;
}