/**-----------------------------------------------------------------------------
  Module "ML Contact"
  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 Contact module.

  ML Contact 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 Contact 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 Contact module. If not, see "http://www.gnu.org/licenses".

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

  ML Contact 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; 12/06/2009
      + initial release
-----------------------------------------------------------------------------**/

/* Form */
.mod_ml_contact_formcontainer {
}

.mod_ml_contact_formcontainer table{
	margin: 0 auto;
}

/* Messages */
.mod_ml_contact_successmessage {
	color: #3a7739; 
	border: solid 2px #3a7739; 
	background: #e5ede5;
	padding: 0.5em;
	margin-top: 1em;
	margin-bottom: 3em;
}

.mod_ml_contact_errormessage {
	border: solid 2px #8a1c00;
	background: #efe1de;
	padding: 0.5em;
	margin-top: 1em;
	margin-bottom: 3em;
	color: #8a1c00;
}

.mod_ml_contact_backlink{
	text-align: center;
}

.mod_ml_contact_captcha_img img:hover{
	cursor: pointer;
}

