/*
form_nl.css
*/
div#form_nl {
	display: none;
	position: absolute;
	top: 50px;
	left: 50px;
	text-align: left;
	z-index: 100;
}

div#form_nl div.contenu {
	background-color: #fff;
	border: 7px #cc0000 solid;
	width: 352px;
	height: 287px;
	height: auto;
	z-index: 110;
}

div#form_nl div.contenu img {
	padding: 7px 0;
}

div#form_nl td.fermer img {
	cursor: pointer;
}

div#form_nl  div.tete,div#form_nl  div.instruction,div#benform,div#confirmation
	{
	padding: 0 7px;
	display: block;
}

div#confirmation {
	display: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cc0000;
	padding: 0 7px 14px 7px;
}

div#form_nl div.instruction {
	display: block;
	font-family: Arial, Verdana, sans-serif;
	font-size: 93%;
	font-weight: bold;
	color: #000000;
	height: 95px;
	height: 108%;
	padding-bottom: 7px;
}

div#benform {
	padding-bottom: 7px;
}

div#deactiveCoupon {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: bottom;
	padding: 10px 0 0 0;
}

div#deactiveCoupon span {
	cursor: pointer;
}

div#deactiveCoupon img {
	vertical-align: middle;
	padding: 0 !important;
}

div#form_nl table {
	margin: 0;
	padding: 0;
	border-width: 0;
	width: 338px;
}

div#form_nl table td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	padding: 1px;
	color: #000;
}

div#form_nl table td.haut {
	width: 60px;
}

div#form_nl table td.bas {
	width: 164px;
	color: #cc0000;
}

div#form_nl table td.fermer {
	text-align: right;
}

div#form_nl form {
	margin: 0px;
	padding: 0px;
}

div#form_nl input {
	border: 1px solid #000;
	width: 270px;
}

div#form_nl input.submit,div#form_nl input.c2 {
	width: 166px;
}

div#form_nl input.submit {
	background-color: #cc0000;
	border: 2px solid #cc0000;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	width: 168px;
}

div#form_nl input.submit:hover {
	background-color: #33CC00;
	border: 2px solid #33CC00;
}

div#form_nl iframe {
	border-width: 0;
	margin-top: -2px;
	z-index: 101;
}