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

  Carlos Charles.com, Personal Portfolio
  http://www.carloscharles.com

  Copyright (c) 1983 - 2007 carloscharles.com

*/

body {
  background: #000 url(images/image.background_20091214.jpg) center;
  color: #FFF;
  margin: 0px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
}

a {
  color: #999;
  text-decoration: underline;
}

a:hover {
  color: #999;
  text-decoration: none;
}

.table-01 {
  width: 900px;
  color: #FFF;
}

.table-02 {
  width: 100%;
  font-size: 09px;
  color: #FFF;
}

.table-03 {
  width: 85%;
  font-size: 12px;
  color: #BEBEBE;
}

.table-04 {
  width: 100%;
}

.table-05 {
  width: 95%;
  font-size: 12px;
  color: #BEBEBE;
}

.table-06 {
  width: 95%;
  border-collapse: collapse; /* 'cellspacing' equivalent */
  font-size: 12px;
}

.table-06 td {
  padding: 2px; /* 'cellpadding' equivalent */
}

.table-sending {
  width: 100%;
  height: 100%;
  background: url(images/image.sending_data.png);
  font-size: 11px;
  color: #FFF;
}

.cell-header {
  background: url(images/image.header_20091214.jpg);
  height: 250px;
}

.cell-middle {
  background: url(images/image.cell-line.png);
  width: 10px;
}

.link {
  color: #FFF;
}

.requiered-info {
  font-weight: bold;
  font-size: 11px;
  color: #990000;
}

.input-field {
  border: 1px solid #CC0000;
  padding: 5px;
  width: 325px;
  font-family: Arial, Verdada, sans-serif;
  font-size: 12px;
  color: #555;
}

.success {
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
}

.footer {
  width: 100%;
  font-size: 09px;
  color: #777;
}

