

/* -------------------------------------------- */
/*    bbtp.auth.widget.Authentification 	*/
/* -------------------------------------------- */


/* 	Classe commune, aspect général du contenu de la fenêtre	*/
.bbtp_authentification {
	width: 380px;
	height: 250px;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	color: black;
	border: none;
}

.bbtp_authentificationIframe {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	display:inline;
	visibility: visible;
	overflow: auto;
}


/* -------------------------------------------- */
/*    bbtp.auth.widget.AuthenticationText 		*/
/* -------------------------------------------- */


/* 	Classe commune, aspect général du contenu de la fenêtre	*/

.bbtp .authenticationText {
	font-family: verdana;
	font-size:11px;
}

.bbtp .authenticationText .homeTitle {
	font-size:13px;
}
