/**-----------------------------------------------------------------------------
  Module "ML Mass Mail"
  File "frontend.css"
  Copyright (C) 2008-2009, Nicolas Cardoso De Castro
(nicolas.cardoso(at)altaum.com or "http://www.altaum.com")
--------------------------------------------------------------------------------
  This file is part of ML Mass Mail module.

  ML Mass Mail module is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.

  ML Mass Mail module is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.

  You should have received a copy of the GNU General Public License along with
ML Mass Mail module. If not, see "http://www.gnu.org/licenses".

--------------------------------------------------------------------------------
  ML Mass Mail module has been developed on the base of the "Massmail" module
available at "http://addons.websitebaker.org/pages/modules/miscellaneous.php".

  ML Mass Mail module is developed for the Open Source Content Management System
Website Baker (http://websitebaker.org, copyright (C) 2004-2006, Ryan
Djurovich).

--------------------------------------------------------------------------------
  MODIFICATION HISTORY:
    Nicolas Cardoso De Castro; 14/06/2009
      + initial release
-----------------------------------------------------------------------------**/

/* Form */
.mod_ml_massmail_formcontainer {
}

.mod_ml_massmail_formcontainer table{
	margin: 0 auto;
}

/* Messages */
.mod_ml_massmail_successmessage {
	border: solid 2px #9c9; 
	background: #ffd;
	padding: 0.5em;
	margin-top: 1em;
	margin-bottom: 3em;
}

.mod_ml_massmail_errormessage {
	border: solid 2px #eb0000;
	background: #f8dba6;
	padding: 0.5em;
	margin-top: 1em;
	margin-bottom: 3em;
}

.mod_ml_massmail_backlink{
	text-align: center;
}
