/*
  $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
*/

div.Tabela_01 {
	position:relative;
	left:0px;
	top:0px;
	width:700px;
	height:500px;
	margin-left: auto;
	margin-right: auto; 
	margin-top: 100px;

}

div.error-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:700px;
	height:32px;
	background-color: #5f6466;
	font-size: 12px;
   color: #FFFFFF;
   font-family: Verdana, Arial, sans-serif;
}

div.error-02 {
	position:absolute;
	left:0px;
	top:32px;
	width:700px;
	height:115px;
	background-color: #01325d;
	padding-top: 10px;
}

div.error-03 {
	position:absolute;
	left:0px;
	top:147px;
	width:700px;
	height:353px;
	background-color: #FFFFFF;
}
.in {
   font-size: 12px;
   color: #4A4A4A;
   font-family: Verdana, Arial, sans-serif;
   padding: 20px;
}
BODY {
  background: #808080;
  color: #000000;
  margin: 0px;
  background-image: url('images/background.gif');
  	margin-left: auto;
	margin-right: auto; 
}

A {
  color: #4A4A4A;
  text-decoration: none;
}

A:hover {
  color: #00325c;
  text-decoration: underline;
}

