/*---------------------------------------------------*/
/*-- account 0 --*/
/*---------------------------------------------------*/
/* popup.js */
div.popup2 {
	width: 657px;
	/* The following properties should not be changed */
	position: absolute;
	z-index:2;
}

#popup_overlay {
  background-color: #000000;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

.popup2 #top {
	width: 100%;
	height: 9px;
	font-size: 1px;
	background: url(../img/account_bg1_top.gif) 0 0 no-repeat;
}
.popup2 #bottom {
	width: 100%;
	height: 9px;
	font-size: 1px;
	background: url(../img/account_bg1_bottom.gif) 0 100% no-repeat;
}
.popup2 #btClose {
	position: absolute;
	top: 10px;
	right: 24px;
}
.popup2 #intitule {
	background: #e5e5e5;
	padding: 15px 0 0 35px;
}
.popup2 #intitule h1 {
	text-transform: uppercase;
	padding-bottom: 30px;
	font-weight: normal;
	color: #000000;
}
.popup2 #intitule .col1 {
	width: 80px;
	height: 30px;
	color: #000000;
}
.popup2 #intitule .col2 {
	width: 130px;
	padding-left: 50px;
	color: #000000;
}
.popup2 #intitule .col3 {
	width: 280px;
	padding: 0 0 0 50px;
	color: #000000;
	line-height: 16px;
}
.popup2 #intitule table input {
	width: 160px;
	padding: 5px 0 2px 0;
	border: 0;
	border-bottom: 1px solid #FFFFFF;
	background: #e5e5e5;
}

.popup2 #intitule select {
	width: 160px;
	border: 1px solid #FFFFFF;
}
.popup2 #intitule .col3 .radio input, .popup2 #intitule .col3 label { line-height: 24px; }
.popup2 #intitule .col3 .radio input{
	padding: 0;
	margin: 0;
	width: 20px;
	border: 0;
}

.popup2 #intitule #error, .popup2 #intitule .error {
	padding: 30px 0 15px 0;
	color: #cb0000;
}
.popup2 #intitule .mandatory {
	padding-bottom: 15px;
	color: #000000;
	font-style: italic;
}
.popup2 .bouton {
	height: 60px;
	background: #FFFFFF;
	position: relative;
}
.popup2 .bouton a {
	position: absolute;
	right: 20px;
	top: 25px;
}

.popup2 #top2 {
	width: 100%;
	height: 9px;
	font-size: 1px;
	background: url(../img/account_bg2_top.gif) 0 0 no-repeat;
}
.popup2 #bottom2 {
	width: 100%;
	height: 9px;
	font-size: 1px;
	background: url(../img/account_bg2_bottom.gif) 0 100% no-repeat;
}
.popup2 #message {
	position: relative;
	height: 411px;
	background: url(../img/account_bg2_middle.gif) 0 0 repeat;
}
.popup2 #message p {
	position: absolute;
	left: 40px;
	top: 200px;
	color: #000000;
}
.popup2 #message a {
	position: absolute;
	right: 20px;
	bottom: 25px;
}
.popup2 #message #btClose {
	position: absolute;
	right: 20px;
	top: 0px;
}
.popup2 #message #btClose a {
	position: relative;
	right: 0px;
	bottom: 0px;
}