/* formulaire d'inscription à la newsletter au niveau du header (6465) */

/* style du champ de saisie e-mail */
#idNewsletterHeaderInput input {
	height:15px;
	width:190px;
	padding-left:2px;
	border: 1px solid #C5BCB6;
	color: #555164;
}

/* styles du bouton de validation "> envoyez" */
#idNewsletterHeaderButton a.active#idNewsletterButton {
	color: #555164;
	margin-left: 5px;
	background: url(/wcsstore/ConsumerDirectStorefrontAssetStore/images/common/design/arrow_off.gif) 1px 3px no-repeat;
}

#idNewsletterHeaderButton a.active:hover#idNewsletterButton {
	color: #FF5C04;
	margin-left: 5px;
	background: url(/wcsstore/ConsumerDirectStorefrontAssetStore/images/common/design/arrow_on.gif) 2px 3px no-repeat;
}

#idNewsletterHeaderButton a.desactive#idNewsletterButton {
	color: #BCB7A7;
	margin-left: 5px;
	background: url(/wcsstore/ConsumerDirectStorefrontAssetStore/images/common/design/arrow_grey_off.gif) 1px 3px no-repeat;
}

#idNewsletterHeaderButton a.desactive:hover#idNewsletterButton {
	color: #BCB7A7;
	margin-left: 5px;
	background: url(/wcsstore/ConsumerDirectStorefrontAssetStore/images/common/design/arrow_grey_off.gif) 1px 3px no-repeat;
}


/* Pop-in d'alerte */

.innerPop_NewsletterAlert {
	position:absolute;
	width:486px;
	height:auto;
	top:160px;
	left:270px;
	z-index:1000;
}

.innerDeco_NewsletterAlertHeader {
	width:486px;
	height:55px;
	background:url(/wcsstore/ConsumerDirectStorefrontAssetStore/images/common/decoPng/genericAlertHeader.png) no-repeat;
}

.innerDeco_NewsletterAlertContent {
	width:486px;
	height:auto;
	background:url(/wcsstore/ConsumerDirectStorefrontAssetStore/images/common/decoPng/genericAlertContent.png) repeat-y;
}

.innerDeco_NewsletterAlertFooter {
	width:486px;
	height:25px;
	background:url(/wcsstore/ConsumerDirectStorefrontAssetStore/images/common/decoPng/genericAlertFooter.png) no-repeat;
}

.innerPopHermessence {
	display:none;
	font-size:11px;
	left:180px;
	position:absolute;
	text-align:center;
	top:140px;
	z-index:1;
}

.innerPopCloserHermessence_class {
	background:transparent url(/wcsstore/ConsumerDirectStorefrontAssetStore/images/common/decoPng/genericAlertCloser.gif) no-repeat scroll right 50%;
	color:#616161;
	display:block;
	font-size:10px;
	height:13px;
	padding-right:20px;
	position:absolute;
	right:25px;
	text-decoration:none;
	top:25px;
	width:auto;
}

.innerPopSpecificContentText {
	position:relative;
	padding-left:40px;
	width:406px;
	text-align:justify;
	font-family:Verdana;
	font-size:11px;
	color:#000000;
}

.innerPopCloser_NewsletterAlert {
	position:absolute;
	display:block;
	width:auto;
	padding-right: 20px;
	height:13px;
	top:25px;
	right:25px;
	background: url(/wcsstore/ConsumerDirectStorefrontAssetStore/images/common/decoPng/genericAlertCloser.gif) no-repeat right 50%;
	text-decoration:none;
	color:#616161;
	font-size:10px;
}

#newsletterCustomerServiceUrl {
	text-decoration: underline;
	color: #BCB7A7;
}