/*                                                                              
    Couffin - A simple PHP shopping basket.                                    
                                                                              
    Copyright 2005 by Georges Auberger                                            
	http://www.auberger.com/couffin
                                                                                                                                                           
    Couffin 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 2 of the License, or         
    (at your option) any later version.                                       
                                                                              
    Couffin 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 this program; if not, you can find it here:                    
    http://www.gnu.org/copyleft/gpl.html                                      
*/


.info  { margin: 1em 0; padding: 0.3em 1em; border: solid 2px #006600 }

.warning  { margin: 1em 0; padding: 0.3em 1em; border: solid 2px #ff6600 }

.error  { margin: 1em 0; padding: 0.3em 1em; border: solid 2px #cc0000 }

#header  { background-color: #e2f6f6; margin: 0; padding: 5px 0 0 8px; height: 35px }

.req:after {
	content: "*";
}

.validation-error  { background: #ffa142 }
