#informacoesContato{
    float: left;
    height: 310px;
    margin-right: 10px;
    margin-top: 35px;
    width: 390px;
}


#formulario{
	float: left;
    margin-left: 10px;
    text-align: left;
    width: 390px;
	margin-bottom:30px;
}
#formulario .caixaTexto{
		width:370px;
		height:25px;
		margin-top:15px;
		border: 1px solid #ccc;
		color: #999;
		font: inherit;
		padding-left: 10px;
		padding-top:3px;

	}
	
#formulario caixaTexto:focus, caixaTexto.focused { border-color: #000; color: #000; }
	
#formulario .txtArea{
		width:370px;
		max-width:370px;
		height:120px;
		max-height:120px;
		margin-top:15px;
		overflow:hidden;
		border: 1px solid #ccc;
		color: #999;
		font: inherit;
		padding-left: 10px;
		padding-top:5px;
	}
#formulario txtArea:focus, txtArea.focused { border-color: #000; color: #000; }
	
#formulario .botEnviar{
		background-image:url(../_images/bot_enviar.jpg);
		width:123px;
		height:30px;
		text-decoration:none;
		border:none;
		margin-top:10px;
		cursor:pointer;
		margin-left:258px;
		background-color:transparent;
		
	
	}/* CSS Document */

