body
{
	padding: 0;
	margin: 0; /* cinza */
	color: #666;
	font-family: "Trebuchet MS", tahoma, verdana;
	font-size: 11px;
	line-height: 130%;
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	background-image: url(../img/fundocinza.gif);
	background-position: left top;
}

img
{
	border: 0;
}

a {
	text-decoration:none;
	color: #999999; 
	}				
	
a:hover {
	color: #dd88a3; /* rosa */
	}				


h2 {
	color:#c30075;
	padding:20px 0 0 10px;
	font-size: 16px;
	margin-top:20px;
	}

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -390px;
	position: absolute;
	top: -236px;
	left: 50%;
	
}


#container    
{
	width: 780px;
	height: 500px;
	background-color:#F6DDE8; /* rosa claro */
	}

#containerleft
{
	float: left;
	width: 280px;
	height: 500px;
	background-color:#F6DDE8; /* rosa claro */
}


#containerrighthome
{	float: left;
	width: 780px;
	height: 500px;
	background:#F6DDE8; /* rosa claro */
	overflow:hidden;
	}



#containerright
{
	float: left;
	width: 500px;
	height: 500px;
	background:#F6DDE8; /* rosa claro */
	overflow:hidden;
}


#containerright2
{
	float: left;
	width: 460px;
	height: 500px;
	background:#F6DDE8; /* rosa claro */
	overflow:hidden;
	padding-left:20px;
	padding-right:20px;
}


.paragrafo {
	padding:10px;
	text-align:justify;
}

#footer
{
	width: 780px;
	text-align: right;
	padding: 5px 0px;
	color:#999999;
	font-size: 11px;
}

#footer a
{
	text-decoration: none;
	color:#999999;
}

#footer a:hover
{
	text-decoration: underline;
	
}








/* FORMULÁRIO */

#formulario {
	margin:0px;
	padding:0px;
	}

input {
	border: 1px solid #e9b2ca; /* rosa escuro */
	width: 85%;
	font-family: "Trebuchet MS", tahoma, verdana;
	color:#ce5ba0;
	margin: 0px;
	padding: 3px;
	font-size: 11px;
}


#enviar {
	padding: 1px;
	border: 0px;
	font-family: "Trebuchet MS", tahoma, verdana;
	font-size:11px;
	color:#FFF;
	width:110px;
	height:42px;
}



textarea {
	border: 1px solid #e9b2ca; /* rosa escuro */
	font-family: "Trebuchet MS", tahoma, verdana;
	width: 85%;
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	color:#ce5ba0;
}


  .errFld {border: 1px solid #F00; /*... or any other css properties ... */}
  .errMsg {
	color: #333333; /*... or any other css properties ... */
	font-family: "Trebuchet MS", tahoma, verdana;
	font-size: 10px;
	text-transform: uppercase;
}

.telefone {
	padding:10px;
	text-align:left;
	font-size: 12px;
	font-weight: bold;
	}