/*_______________________________________________________________  shadowbox  */
#shadowbox_container, #shadowbox_overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
 color: white;
  padding: 0;

}
#shadowbox_container {
  position: fixed;
  display: block;
  visibility: hidden;
  z-index: 500;
  text-align: center; /* centers #shadowbox in quirks and IE */
  font-family: Arial,, Helvetica, "Trebuchet MS", Verdana, serif;
  font-size: 12px;
}
#shadowbox_overlay {
  position: absolute;
  background-color: rgb(0, 0, 0);
  opacity: 0.5;
   filter: alpha(opacity = 50);

}

#shadowbox_inner {
	top: 50%;
	left: 50%;
  position: absolute;
  margin: -251px 0 0 -246px;
  text-align: left; /* reset left alignment */
  height: 503px;
  width: 493px;
}

#shadowbox_bg {
  background: transparent url(img/newslightbox.png) top left no-repeat;
  height: 503px;
  width: 493px;
}

* html #shadowbox_bg {
  background: transparent url(img/newslightbox.ie.gif) top left no-repeat;
}

#closebutton {
	z-index: 900;
	position: absolute;
	top: 65px;
	width:28px;
	right: 60px;
	background:url(img/widget_close.png) top left no-repeat; 
	cursor: pointer;
	display: block;
	overflow: hidden;
	width:28px;
	height:28px;
}

* html #closebutton { 
	background:url(img/widget_close.ie.gif) top left no-repeat; 
}


#shadowbox_content {
	position: absolute;
	width: 339px;
	margin: 210px 0 0 78px;
}

/*_______________________________________________________________  style  */
#shadowbox_content ul.feature-list {
	margin-left: 50px;
}

#shadowbox_content ul.feature-list li {
	list-style-image: url(img/bullet.gif);
	margin-bottom: 5px;
}

#shadowbox_content p {
	margin: 0;
}

#shadowbox_content .email_field {
	width: 325px;
	display: block;
	margin: 25px auto 0;
	height: 25px;
	background: transparent url(img/email_field.gif) top left no-repeat;
}

#shadowbox_content .newsfield {
	vertical-align: top;
	background: transparent;
	border: 0;
	padding: 5px;
}


#shadowbox_content .email_field .newsfield {
	width: 200px;
}

#shadowbox_content .civil_field, 
#shadowbox_content .nom_field, 
#shadowbox_content .prenom_field, 
#shadowbox_content .societe_field, 
#shadowbox_content .cp_field {
	margin-left: 5px;
	vertical-align: top;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	*display:inline; /* ie hack */

}
#shadowbox_content .nom_field, 
#shadowbox_content .societe_field, 
#shadowbox_content .prenom_field {
	width: 200px;
	background: transparent url(img/nom_field.gif) top left no-repeat;
}

#shadowbox_content .nom_field .newsfield, 
#shadowbox_content .societe_field .newsfield, 
#shadowbox_content .prenom_field .newsfield {
	width: 190px;
}

#shadowbox_content .cp_field {
	width: 48px;
	background: transparent url(img/cp_field.gif) top left no-repeat;
}

#shadowbox_content .cp_field .newsfield {
	width: 45px;
}
#shadowbox_content .message {
	height: 12px;
	margin: 2px auto;
	padding: 0 10px 0 10px;
	color: #c80000;
	font-size: 10px;
}

#shadowbox_content .error {
	visibility: hidden;
}

#shadowbox_content ul.subscription_list {
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
}


#shadowbox_content .more_info label {
	display: block;
	font-size: 11px;
	vertical-align: top;
	height: 20px;
	line-height: 20px;
	width: 115px;
	text-align: right;
	float: right;
}

#shadowbox_content .more_info td {
	height:28px;
	line-height: 32px;
}

#shadowbox_content .checkbox {
	display: inline;
	margin: 0 10px 0 10px;
}

#shadowbox_content .m-club {
	background: transparent url(img/m-club.gif) no-repeat top left;
	height: 30px;
	width: 55px;
	vertical-align: middle;
	text-indent: -9999px;
	display: -moz-inline-block;
	display: inline-block;
}


#shadowbox_content .button {
	vertical-align: top;
	margin-left: 20px;
	display: inline;
}

#shadowbox_content h1.thank_you {
	text-align: center;
	color: #c80000;
	font-size: 18px;	
}

#shadowbox_content em {
	color:#c80000;
}

#shadowbox_content input {
	border:0;
	background: transparent;
}

#nllb_submit_step1 {
	width: 93px;
	height: 25px;
}

#nllb_submit_step2 {
	width: 75px;
	height: 25px;
}
