@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image:url(../images/premierclub/fond.jpg);
	background-position:center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}


.container{
	width: 593px;
	height: 390px;
	background-image:url(../images/premierclub/montage.png);
	background-repeat:no-repeat;
	border:solid 1px #3d161f;
}

.containerConfirm{
	width: 593px;
	height: 390px;
	background-image:url(../images/premierclub/underconstruction.gif);
	background-repeat:no-repeat;
	border:solid 1px #3d161f;
}

#logo{
	background-image:url(../images/premierclub/bdxp.png);
	background-repeat:no-repeat;
	width:197px;
	height:62px;
	margin-left:200px;
}

#logo2{
	background-image:url(../images/premierclub/bdxp.png);
	background-repeat:no-repeat;
	width:197px;
	height:62px;
	margin-left:200px;
}

#formContain{
	width:190px;
	/*margin-left:200px;*/
	position:relative;
	float:right;
}

#byinvitation{
	width: 105px;
	height: 100px;
	position:relative;
	/*margin-left:425px;
	margin-top:240px;*/
	float:right;
	margin-right:60px;
	margin-left:38px;
	cursor:pointer;
}

#formContain, #byinvitation{
	margin-top:240px;
}

#formPwd, #formLogin{
	width:128px;
	height:19px;
	border:none;
	margin-left:45px;
	background:transparent;
	color:#af9463;
	margin-top:2px;
}

#formPremier{
	margin-top:30px;
}

#login{
	background-image:url(../images/premierclub/login.gif);
	background-repeat:no-repeat;
	width:173px;
	height:21px;
}

#buttonSubmit{
	padding-top:12px;
}

#pwd{
	background-image:url(../images/premierclub/pwd.gif);
	background-repeat:no-repeat;
	width:173px;
	height:21px;
	margin-top:10px;
}

#pwd, #login{
	margin-left:10px;
}

#access{
	font-size:11px;
	margin-left:110px;
	text-align:center;
	width:380px;
	margin-top:8px;
}

.formError .formErrorContent{
	color:#000000;
}