/* CSS Document */
a:link { color: #000000}
a:visited { color: #000000}
a:hover { font-weight: bold; color: #000000}
a:active { font-weight: bold; color: #000000}
a {text-decoration:none;}
td { 
  font-family:Arial, Helvetica, sans-serif; 
  font-size:13px;
}
.input { 
  FONT-SIZE: 12px; 
  color:#666;
  font-weight:bold; 
  background-color:#FFF;
  border:#BDC9E1 1px solid;
  padding:3px;
}
.botao { 
  background-repeat: repeat-x; 
  background-image: url(button_off.gif);
  color:#393D75;
  font-weight:bold;
  font-size: 12px;
  border:#393D75 1px solid;
  height:20px;
}

.botao:hover, .botao:focus { 
  background-repeat: repeat-x; 
  background-image: url(button_on.gif);
  color:#393D75;
  font-weight:bold;
  font-size: 12px;
  border:#393D75 1px solid;
  height:20px;
}
.contato-erro {
    text-align:left;
	width:500px;
	padding:5px;
	border:2px solid #CC0000;
	background-color:#FFE6E6;
	color:#CC0000;
	font-weight:bold;
	margin-bottom:10px;
}
.contato-ok {
	text-align:left;
	width:500px;
	padding:5px;
	border:2px solid #006600;
	background-color:#CCFFCC;
	color:#006600;
	font-weight:bold;
	margin-bottom:10px;
}
