/*

ALO-EasyMail CSS Styles

Tip : copy this file to your theme directory and edit it there. Useful to prevent the loss of styles when you upgrade the plugin

*/




/*
 * Main styles
 
 */

ALO_em_custom_lists_msg
{
font-weight:bold;
color:#999;
font-size:12px;

}


div.sign{
font-weight:bold;
color:#ccc;
font-size:12px;

}
 
 input
{
color: #975e0a;

}


p.news
{

font-weight:bold;
color:#ccc;
font-size:14px;

}
 
 
#alo_easymail_widget_form { /* the form */
    color:#999;
}
.alo_easymail_widget_error { /* error msg */
    color:#f00;
}
.alo_easymail_widget_ok { /* success msg */
    color:#6c3;
}

