/*
  $Id: stylesheet.css,v 1.5 2004/06/28 08:01:46 zvi Exp $

  RoboCommerce, by Rosenthal, Boshernitzan, and Associates
  http://www.robocommerce.com

  Copyright (c) 2004 Rosenthal, Boshernitzan, and Associates

  This software is confidential and proprietary.  No part of this software may be distributed without written, explicit permission from Rosenthal, Boshernitzan, and Associates.
*/


BODY {
 	COLOR: black; 
	FONT-FAMILY: Tahoma, Arial, Helvitica, sans-serif; 
  	margin: 0px;
	padding-top: 0px;
}

div.with_margin {
	margin: 20px;
}

.info_message {
	background-color: green;
	color: white;
	text-align: center;
}
.error_message {
	text-align: center;
	background-color: yellow;
	color: black;
}
