/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size: 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size: 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size: 10px; color: #70d250; text-decoration: underline; }

BODY {
	text-align: center;
	background: #ffffff;
	color: #000000;
	margin: 0px;
	height: 100%;
	width: 100%;
	padding: 0px;
}

.fixcenter {
	width: 778px;
	border: solid; 
	border-width: 1px;
	background: #ffffff;
	color: #000000;
	margin: auto;
	margin-top: 20px;
	text-align: left;
}

A {
	color: #000000;
	text-decoration: none;
}

A:hover {
	color: #AABBDD;
	text-decoration: underline;
}

FORM {
	display: inline;
}




