/*
  CSS definition for Website Baker module: Bakery
  Copyright (C) 2007, Christoph Marti

  This CSS file is free software. You can redistribute it and/or modify it 
  under the terms of the GNU General Public License  - version 2 or later, 
  as published by the Free Software Foundation: http://www.gnu.org/licenses/gpl.html.

  This CSS file 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.
*/

h2.mod_bakery_titel_f {
	text-align: left;
}
input {
	_font-size: 9px;    /* Underscore-Hack IE */
}
.mod_bakery_table_currency {
	font-size: 9px;
	font-weight: normal;
}
.mod_bakery_error_f {
    background: #ffe1da url('images/error.png') 13px 50% no-repeat;
    border: 2px solid #f34f4f;
    color: #be0b0b;
    padding: 10px 11px 8px 36px;
    width: 300px;
    margin-left: 25px;
    text-align: left;
    text-transform: capitalize;
}
.mod_bakery_errorbg_f {
 	color: red;
	background-color: #FFDCD9;
}
.mod_bakery_success_f {
    background: #e2f9e3 url('images/success.png') 13px 50% no-repeat;
    border: 2px solid #9c9;
    color: #080;
    padding: 10px 11px 8px 36px;
    width: 300px;
    margin-left: 25px;
    text-align: left;
    text-transform: capitalize;
}
.mod_bakery_information_f {
    background: #dedfff url('images/information.png') 13px 50% no-repeat;
    border: 2px solid #9bb8d9;
    color: #406299;
    padding: 10px 11px 8px 36px;
    width: 300px;
    margin-left: 25px;
    text-align: left;
    text-transform: capitalize;
}
