/*
ALO-EasyMail CSS Styles
To enable this file go to Settings > Newsletter > tab General.
Tip : copy this file to your theme directory and edit it there. Useful to prevent the loss of styles when you upgrade the plugin.
For more plugin classes and ids you can look at the source code of a blog page.
*/
#alo-easymail-widget-4{
display:none;
}

#bouton_news
{
display:none;
position:absolute;
left:860px;
bottom:310px;
}

.alo_easymail_widget{
position:absolute;
width:250px;
height:250px;
background:#ffefd5;
left:53%;
bottom:280px;
border:2px solid #8f191c;
}

.alo_easymail_form_table tbody td{
padding:5px 0 5px 5px;
text-align:left;
}

.alo_easymail_widget_form input[type="submit"]
{
	border: #DDEEFF 1px solid;
	width: 100px;
	margin:10px 0 0 140px;
}
.alo_easymail_widget_form input[type="submit"]:hover
{
	background-color: #66CC33;
	cursor: pointer;
}

#alo-easymail-widget-4 .widget-title{
margin-left:5px !important;
}

/* Generic form styles */ 
.alo_easymail_widget_form  { color:#000; }

/* Form for unknown visitors (not-registered) */
.alo_easymail_widget_form_public {}

/* Form for registered users */
.alo_easymail_widget_form_registered {}

/* Form elements */
.alo_easymail_widget_form .input-text {}
.alo_easymail_widget_form .input-checkbox {}
.alo_easymail_widget_form .input-radio {}

/* Lists table container */
.alo_easymail_lists_table {}

/* Error msg */
.alo_easymail_widget_error { color:#f00; }

/* Success msg */
.alo_easymail_widget_ok { color:#008000; }

/* Top claim, before form */
.alo_easymail_preform_msg {}

/* Policy disclaimer, after form */
.alo_easymail_disclaimer {}

/* Uncomment to customise the loading wheel (Note: be sure to copy this file into your theme dir and edit the image url) */
/*
.alo_em_widget_loading img { display: none }
.alo_em_widget_loading {
	background: transparent url(images/loading.png) top left no-repeat;
	padding-left: 20px;
}
*/

/* Shortcode newsletter Archive */
.easymail-newsletter-archive li {
	margin-bottom: 5px:
}
