/* popup.js */
div.popup {
	width: 406px;
	/* 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;
}

/* css du contenu */
.popup #top {
	width: 100%;
	height: 10px;
	font-size: 1px;
	background: url(../img/popup_bg_top.gif) 0 0 no-repeat;
}
.popup #bottom {
	width: 100%;
	height: 10px;
	font-size: 1px;
	background: url(../img/popup_bg_bottom.gif) 0 100% no-repeat;
}

.popup #intitule {
	background: #FFFFFF;
	padding: 25px 25px 15px 35px;
}
.popup #intitule #btClose {
	position: absolute;
	top: 10px;
	right: 24px;
}
.popup #intitule h1 {
	text-transform: uppercase;
	padding-bottom: 20px;
	font-weight: normal;
	color: #000000;
}
.popup #intitule p {
	font-weight: bold;
	color: #000000;
}
.popup #contentPopup {
	background: #e5e5e5;
	padding: 25px 25px 15px 35px;
}
.popup #contentPopup p {
	color: #000000;
	padding-bottom: 25px;
}
.popup #contentPopup form {
	background: #e5e5e5;
}
.popup #contentPopup label {
	color: #000000;
}
.popup #contentPopup table {
	width: 100%;
}
.popup #contentPopup table th {
	vertical-align: top;
	text-align: left;
	padding: 5px 0 30px 0;
	width: 55px;
}
.popup #contentPopup table th { padding: 5px 0 15px 0; }
.popup #contentPopup table td {
	vertical-align: top;
	padding: 3px 0 30px 0;
	width: 290px;
}
.popup #contentPopup .table2 td { padding: 3px 0 15px 0; }
.popup #contentPopup table label {
	color: #000000;
	font-weight: bold;
}
.popup #contentPopup input {
	width: 80%;
	padding-bottom: 3px;
	border: 0;
	border-bottom: 1px solid #FFFFFF;
	background: #e5e5e5;
	margin: 10px 0 25px 0;
}
.popup #contentPopup table input {
	width: 100%;
	padding-bottom: 3px;
	margin: 0;
	border: 0;
	border-bottom: 1px solid #FFFFFF;
	background: #e5e5e5;
}
.popup #contentPopup table textarea {
	width: 96%;
	height: 175px;
	padding: 3px;
	border: 1px solid #FFFFFF;
	color: #000000;
}

.popup #contentPopup .bouton {
	height: 17px;
	padding-top: 35px;
}
.popup #contentPopup .bouton a {
	float: right;
}
.popup #contentPopup .bouton .btCancel2 {
	margin-right: 20px;
}
.popup #contentPopup .nostyle {
	padding: 0;
	margin: 0;
	width: 20px;
	border: 0;
}

.popup #contentPopup .nostyle input {
	padding: 0;
	margin: 0;
	width: 20px !important;
	border: 0;
}
<!-- mox -->
.popup #intitule .ref {
	color: #000000;
	text-transform: uppercase;
	padding-left: 5px;
}
.popup #intitule .description {
	color: #000000;
	padding-left: 5px;
}
.popup #contentPopup .mention {
	font-style: italic;
	color: #000000;
}
.popup #contentPopup .option {
	color: #000000;
	padding: 10px 0;
}
.popup #contentPopup .message {
	color: #000000;
	text-transform: uppercase;
	line-height: 120px;
	font-weight: bold;
	text-align: center;
}
.popup #contentPopup .message2 {
	color: #000000;
	line-height: 20px;
}

/*---------------------------------------------------*/
/*-- customer --*/
/*---------------------------------------------------*/
div#login {
	width: 950px;
	/* The following properties should not be changed */
	position: absolute;
}

#popup_overlay {
  background-color: #000000;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

#login #top {
	width: 100%;
	height: 10px;
	font-size: 1px;
	background: url(../img/login_bg_top.gif) 0 0 no-repeat;
}
#login #bottom {
	width: 100%;
	height: 10px;
	font-size: 1px;
	background: url(../img/login_bg_bottom.gif) 0 100% no-repeat;
}

#login #intitule {
	margin:0;
	padding:0;
	background: #FFFFFF;
}


#customer {
	width: 253px;
	padding: 20px 0 0 50px;
	vertical-align: top;
	background: #e5e5e5;
}

#customer h1 {
	text-transform: uppercase;
	font-weight: normal;
	color: #000000;
	padding-bottom: 30px;
}

#customer td {
	height: 25px;
}

#customer input {
	width: 150px;
	padding: 2px;
	border: 0;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
}

/*---------------------------------------------------*/
/*-- new customer --*/
/*---------------------------------------------------*/
#new {
	padding: 20px 0 0 30px;
}
#new h1 {
	text-transform: uppercase;
	padding-bottom: 10px;
	font-weight: normal;
	color: #000000;
}
#new .col1 {
	width: 80px;
	height: 30px;
	color: #000000;
}
#new .col2 {
	width: 130px;
	padding-left: 50px;
	color: #000000;
}
#new .col3 {
	width: 280px;
	padding: 0 0 0 50px;
	color: #000000;
	line-height: 16px;
}
#new table input {
	width: 160px;
	padding: 5px 0 2px 0;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	background: #FFFFFF;
}
#new select {
	width: 160px;
	border: 1px solid #e5e5e5;
}
#new .col3 .radio, #new .col3 label { line-height: 24px; }
#new .col3 .radio {
	padding: 0;
	margin: 0;
	width: 20px;
	border: 0;
}

#new .error {
	padding: 30px 0 15px 0;
	color: #cb0000;
}
#new .mandatory {
	padding-bottom: 15px;
	color: #000000;
	font-style: italic;
	width: 80%;
}
#new .bouton {
	width: 100px;
}

#new #top2 {
	width: 100%;
	height: 9px;
	font-size: 1px;
	background: url(../img/account_bg2_top.gif) 0 0 no-repeat;
}
#new #bottom2 {
	width: 100%;
	height: 9px;
	font-size: 1px;
	background: url(../img/account_bg2_bottom.gif) 0 100% no-repeat;
}
#new #message {
	position: relative;
	height: 411px;
	background: url(../img/account_bg2_middle.gif) 0 0 repeat;
}
#new #message p {
	position: absolute;
	left: 40px;
	top: 200px;
	color: #000000;
}
#new #message a {
	position: absolute;
	right: 20px;
	bottom: 25px;
}

/*---------------------------------------------------*/
/*-- size guide --*/
/*---------------------------------------------------*/
div#sizeguide {
	width: 398px;
	/* The following properties should not be changed */
	position: absolute;
}

#popup_overlay {
  background-color: #000000;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

#sizeguide #top {
	width: 100%;
	height: 10px;
	font-size: 1px;
	background: url(../img/sizeguide_bg_top.gif) 0 0 no-repeat;
}
#sizeguide #bottom {
	width: 100%;
	height: 10px;
	font-size: 1px;
	background: url(../img/sizeguide_bg_bottom.gif) 0 100% no-repeat;
}

#sizeguide #intitule {
	margin:0;
	padding:0;
	background: #FFFFFF;
}
#sizeguide #intitule #btClose {
	position: absolute;
	top: 10px;
	right: 24px;
}
#sizeguide #intitule h1 {
	display: block;
	background: #eaeaea;
	padding: 30px 0 15px 40px;
	color: #000000;
}

#sizeguide #intitule table {

}
#sizeguide #intitule table th {
	background: #eaeaea;
	color: #000000;
	text-align: left;
	padding: 2px 0;
	padding-left: 11px;
}
#sizeguide #intitule table .color {
	background: #f9f9f9;
}
#sizeguide #intitule table td {
	color: #000000;
	line-height: 20px;
	border-left: 1px solid #cccccc;
	padding-left:10px;
}
#sizeguide #intitule table .noborder {
	border: 0;
}

.modalBackground {
	width : 100px ;
	height : 100px ;
	top : 0;
	left : 0;
	background-color:#000000;
	filter:alpha(opacity=50);
	opacity:0.5;
}