/* ###########################################################
######################## SPEEDMAILING ########################
########################################################### */

.tableauEmailingAuto { width: 800px; margin: 10px 0;font-size:10px; color:#FFF;}

/* BOUTON INFO + CLOSE */
.emailingauto_img_infos { margin: 0; }
.tooltip_close { display: block; float: right; }

/* BOUTON S'INSCRIRE */
#emailingauto_button {
	width: 125px;
	height: 18px;
	display: block;
	background: #e2efb9 url(../images/speedmailing-submitbutton.jpg) no-repeat top left;
	border: none;
	color:#677920;
	text-transform:uppercase;
}
#emailingauto_button:hover { background-position: bottom; }

/* BOUTON SE DESINSCRIRE */
#emailingauto_button_desinscrire {
	width: 125px;
	height: 18px;
	background: #e2efb9 url(../images/speedmailing-unsubmitbutton.jpg) no-repeat top left;
	border: none;
	color:#677920;
	text-transform:uppercase;
}
#emailingauto_button_desinscrire:hover { background-position: bottom; }

/* TOOLTIP */
.emailingauto_tooltip {
	background-color:#ffffff;
	padding: 10px;
	color: #4b4b4b;
	text-align:left;
	border:#cccccc 1px solid;

	-moz-box-shadow:0px 0px 10px #666;
	-webkit-box-shadow:0px 0px 10px #666;
	box-shadow:0px 0px 10px #666;

	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4);
}
.emailingauto_tooltip a { text-decoration: underline; color:#677920;}
.emailingauto_tooltip a:hover { text-decoration: none; }
.emailingauto_tooltip_unsubscribe input { width: 120px; padding-bottom: 0; }

/* MESSAGES */
.emailing_auto_message_success, .emailing_auto_confirm_text success { color: #1b8f00; font-size:11px; }
.emailing_auto_message_error, .emailing_auto_confirm_text error { color: #a20101; font-size:11px; }
.emailing_auto_confirm_title { padding-top: 100px; font-size:11px; }
.emailing_auto_confirm_text { padding-bottom: 50px; font-size:11px; }

/* CHAMPS EMAIL */
#emailingauto_email { width: 170px; height: 19px; margin: 0 5px; padding-left:19px; border: none; background: #FFF url(../images/input-speedmailing.jpg) no-repeat top;}
#emailingauto_email_unsubscribe { width: 170px; height: 19px; margin: 0 5px; padding-left:19px; border: none; background: #FFF url(../images/input-speedmailing.jpg) no-repeat top;}

/* NE PAS TOUCHER LES CLASSES CI-DESSOUS */
#emailingauto_tooltip { position: absolute; display: none; z-index:20000; }
#emailingauto_tooltip_unsubscribe { position: absolute; display: none; z-index:20000; }
