.atc{
	padding:5px;
	background:#87B6D1;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	}
.atc_ok	{
	padding:5px;
	background:none;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#400080;
	}
	
	/*Formulario ....................................................................................*/
input, textarea, select{
	font-family: trebuchet ms;
	font-size: 12px;
	padding:3px;
	color:#87B6D1;
	background-color: #ffffff;
	border-top:1px solid #284D76;
	border-left:1px solid #284D76;
	border-right:1px solid #A3C7DC;
	border-bottom:1px solid #A3C7DC;	
}
input:focus, textarea:focus {
	border:1px solid #87B6D1;
}
.botao{
	margin-top:3px;
	height:25px;
	width:22px;
	background:#87B6D1;
	color:#FFF;
	font-weight:bold;
	border:0px solid #A851FF;
	font-size:10px;
}
.botaoContato{
	margin-top:3px;
	height:25px;
	background:#87B6D1;
	color:#FFF;
	font-weight:bold;
	border:0px solid #A851FF;
	font-size:12px;
}
.check{
	border:0px;
}

.fundoImagens{
	font-size:13px;
	background:#FFFFFF;
	border-right:5px solid #F4F8FB;
	border-bottom:5px solid #F4F8FB;
	border-top:0px solid #F4F8FB;
	border-left:0px solid #F4F8FB;
	text-align:left;
}

<!--
html, body {
	height:100%;
}
body {
	margin:0;
	padding:0;
	background:none;
	background-image:url(../imagens/topo_site3.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	text-align:center;
}
#tudo {
	width:100%;
	position:relative;  /*Contexto de posicionamento */
	margin:0 auto;
	text-align:left;
	min-height:100%;
	border-width:0 1px;
}
* html #tudo {
	height: 100%;
}
#base {
	width:981px;
	left:50%;
	position:relative;  /*Contexto de posicionamento */
	margin-left:-490px;
	background:none;
}
#apTop {
	top:0;
	width:981px;
	height:455px;
	z-index:1;
	background-color: #009900;
	background:url(../imagens/topo.jpg);
}
#apBody {
	width:598px;
	background:#fff;
	float:left;
}
#apBottom {
	position:absolute;
	width:100%;
	height:50px;
	float:left;
	text-align:center;
	background-image:url(../imagens/faixa_bottom.jpg);
	background-repeat:repeat-x;
	bottom:0;
}
#apLeft {
	width:382px;
	background-color:#FFF;
	float:right;
}
.coluna_promo {
	width:381px;
	display:block;
	text-align:center;
	background:none;
	background-image:url(../imagens/promocoes.jpg);
	background-repeat:no-repeat;
	padding-top:45px;
	padding-bottom:15px;
	border-bottom:1px solid  #9BC0E6;
}
.coluna_news {
	width:300px;
	display:block;
	text-align:left;
	background:none;
	background-image:url(../imagens/news.jpg);
	background-repeat:no-repeat;
	padding-top:45px;
}
.clear{
	height:60px;
	margin-bottom:0px;
	clear:both;
	}
