/*--- topo ---*/
#topo
{
background-position: 403px -276px;
}

/*--- formularios ---*/
.formulario
{
margin: 0px;
padding: 0px;
}
td
{
font-size: 11px;
vertical-align: top;
height:12px;
}
input
{
border : 2px solid #cccccc;
color : #333333;
font-family : "Trebuchet MS", verdana, arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
height : 12px;
font-size: 11px;
margin-top : 0;
padding: 0;
background:  #f6f6f6;
}
input.contato:hover
{
border : 2px solid #99cc33;
background: url(../images/greencorner.gif) top right no-repeat;
}
input.botaoclean {
	display: none;
}
input.botao
{
height: 32px;
width: 96px;
background: url(../images/enviar.gif) no-repeat;
border: none;
}
input.botao:hover
{
background-position: 0 -32px;
}
input.contato
{
height: 16px;
width : 300px;
background: url(../images/graycorner.gif) top right no-repeat;
}
input.contato:focus
{
border: 2px solid #ff6633;
background: url(../images/orancorner.gif) top right no-repeat;
}
textarea
{
background-color: #FFFFFF;
border: 2px solid #cccccc;
color: #333333;
font-family : "Trebuchet MS", verdana, arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
font-size: 11px;
width: 300px;
background: url(../images/txtgraycorner.gif) bottom left no-repeat;
padding: 2px;
}
textarea:hover
{
border : 2px solid #99cc33;
background: url(../images/txtgreencorner.gif) bottom left no-repeat;
}
textarea:focus
{
border : 2px solid #ff6633;
background: url(../images/txtorancorner.gif) bottom left no-repeat;
}
#conteudo.face
{
background: url(../images/face.jpg) no-repeat;
background-position: 1px bottom; 
}