/*CONTEUDO
*****************************************************************************************/	
		#conteudo {
			float:right;
			width:530px;
			font-family:verdana;
			font-size:10px;
			margin-bottom:20px;
		}
		
		h2 {
			font-family:Times;
			font-size:25px;
			font-weight:normal;

		}
			#direita {
			width:200px;
			position:relative;
			float:left;
			top:15px;
		}
		
		#titulo {
		background:url(../images/contato/contato.gif) no-repeat;
		}
		
		#direita address {
		font-style:normal;
		}		
		
		
		#telefone {
		background:url(../images/contato/telefone.gif) no-repeat;
		width:125px;
		height:24px;
		}
		
		
		
/*FORMULÁRIO
*****************************************************************************************/			
		#esquerda {
			width:250px;
			float:left;
			left:10px;
			position:relative;
			border-left:1px dotted #a2aec5;
		}
		
		#desenv {
			color:#000000;
			font-size:11px;
			left:40px;
			top:-50px;
		}
		
		#contato {
			width:290px;
			position:relative;
			left:20px;
			float:left;
			
		}
		
		#contato iput.text {
			font-size:11px;
			background-color:#787878;
			margin-left:0px;
	   }
	
		#contato label {
			width:65px;
			float:left;
			font-size:11px;
			margin-top:15px;
			color:#59698b;
		}
		
		#contato textarea {
			width:280px;
			border:1px solid #ffffff;
			background-color:#eef4fe;
			margin-bottom:5px;
		}
		
		#vai {
			
			background:#7A87A8;
			color:#FFFFFF;
			border:1px solid #E6E9EF;
			float:right;
			margin-right:10px;
		}