#boxContato{
	width:400px;
	margin:10px auto;
	padding:10px;
	border:1px solid #ccc;
}
#boxContato #flashNotice{
	text-align:center;
	color:green;
	font-size:14px;
}
#boxContato label{
	float:left;
	text-align:right;
	margin:5px 4px;
	display:block;
	width:100px;
}
#boxContato input{
	width:230px;
	margin:3px 0;
}
#boxContato textarea{
	width:310px;
	margin:0 38px;
	height:160px;
}
#boxContato #submit{
	margin:10px 140px;
	width:100px;
}
#boxContato br{
	clear:both;
}