@charset "utf-8";
/* CSS Document */

h3{
	margin-bottom:10px;
}

fieldset{
	width:670px;
	padding:20px 20px 25px 20px;
	background-image:url(../imagens/fundoCaixaGrande.gif);
	background-repeat:no-repeat;
	border:none;
}

#divImagemContato{
		width:60px;
		height:93px;
		margin-top:-10px;
		*margin-top:0;
		background-image:url(../imagens/imagemContato.gif);
		float:right;
}

legend{
	display:none;
}

label{
	font-size:11px;
}

input, textarea{
	display:block;
	margin-bottom:5px;
}

#nome, #email{
	width:590px;
	margin-top:2px;
	*margin-top:0;
}

#mensagem{
	width:662px;
	*width:664px;
	margin-top:2px;
	*margin-top:0;
	height:100px;
}

#enviar{
	
}
