.centralizar {
	width:962px;
	padding:0 20px;
	margin:0 auto;
}

#rodape {
	text-align:center;
}

#rodape address {
	font-style:normal;
}

#rodape .pontocriativo {
	font-size:9px;
	font-style:tahoma;
	display:block;
	color: #768d92;
	margin:20px 0;
}

/****** contato ******/

#contato {
	padding-top:20px;
	margin:0 auto;
	width:349px;
}

#contato p {
	color:#fff;
	font-weight:bold;
}

.input {
	width:348px;
	background:url(../img/input-middle.gif) repeat-x center top;
	margin-bottom:5px;
}

.input div {
	background:url(../img/input-left.gif) no-repeat left top;
}

.input div div {
	background:url(../img/input-right.gif) no-repeat right top;
}

.input input {
	width:327px;
	padding:6px 10px 5px 10px;
}

.textarea {
	width:348px;
	background:url(../img/textarea-middle.gif) repeat-x center top;
}

.textarea div {
	background:url(../img/textarea-left.gif) no-repeat left top;
}

.textarea div div {
	background:url(../img/textarea-right.gif) no-repeat right top;
}

.textarea textarea {
	width:325px;
	height:95px;
	padding:6px 5px 6px 10px;
	overflow:auto;
}