#pagina5{

	height: 1020px;
	width: 100%;
	background: #888 url(../images/bgs/pg5bg.png);
	border-top: 1px solid #777;
}


#contato-centro{
	display:block;
	margin: 0 auto;
	width: 1020px;
	height: 80px;
}

#contato{
	background: #333;
	width: 1000px;
	height: 750px;
	margin: 50px auto 0 auto;
	border-radius: 3px;
	padding: 20px;
}

#contato form{
	width: 600px;
	height: 340px;
	float:left;
}

#contato input[type="text"]{
	height: 40px;
	width: 100%;
	padding: 5px;
	max-width: 590px;	
	margin-top: 5px;
}

#contato textarea{
	height: 150px;
	resize: none;
	width: 100%;
	max-width: 590px;	
	padding: 5px;
	margin-top: 5px;
}

.textoform{
	font-family: Segoe UI, sans-serif;
	font-size: 16px;
	color: #888;
}

.textoform:focus{color: #333;}

#contato input[type="submit"]{
	height: 45px;
	width: 150px;
	border: none;
	display: block;
	color: #333;
	font-family: Segoe UI,sans-serif;
	font-size: 18px;
	margin: 5px 0 0 450px;
}

#contato input[type="submit"]:hover{
	background: #f15f22;
	color: #fff;
	cursor: pointer;
}

#contatoinfo{
	display:block;
	float:left;
	width: 310px;
	height: 300px;
	margin-left: 30px;
}

#contatoinfo h3{
	font-size: 22px;
	font-weight: normal;
	color: #f15f22;
}

.address{
	font-size: 20px;
	color: #fff;
	padding-left: 40px;
}

#mail:hover{
	text-decoration: underline;
}

#fone{
	background: url(../images/sprite.png) no-repeat;
	background-position: 0px -155px;
	padding-left: 30px;
	padding-bottom: 15px;
}

#mail{
	background: url(../images/sprite.png) no-repeat;
	background-position: 0px -196px;
	margin-top: 15px;
}

#onde{
	background: url(../images/sprite.png) no-repeat;
	background-position: 0px -235px;
	margin-top: 15px;
}

#quando{
	background: url(../images/sprite.png) no-repeat;
	background-position: 0px -275px;
	margin-top: 15px;
}

#maps{
	border: 1px solid #ccc;
	height: 410px;
	width: 1000px;
	position: absolute;
	bottom: 20px;
}

#cp{
	display:block;
	width: 198px;
	height: 30px;
	margin: 0 auto;
	margin-top: 40px;
	font-size: 14px;
	color: #333;
}

#cred a{
	display:block;
	background: url(../images/sprite.png) no-repeat 0px -350px;
	width: 30px;
	height: 39px;
	right: 0;
	bottom: 0;
	position: absolute;
}



