/*--------CONTATO-----------*/
#contatoPg .formcontainer{	
	float:none;
	background:url(../img/contato-bg.gif) no-repeat left top;
	width:700px;
	height:468px;
	position:relative;
	top:0;
	color:#fff
}
#contatoPg .formcontainer h2{
	text-align:center;
	width: 700px;
	height: 55px;	
	background: url(../img/contato-topo.gif) no-repeat top center;
	text-indent: none;	
	margin-left: auto;
	margin-right: auto;
	position:relative;
	padding-top:0;
	
}

#contatoPg .contact-form{
	
	width:650px;
		
	
}
.contact-form legend{
	text-indent: -9000px;	
	
}
#contatoPg label#nomeContato{
	width: 54px;
	height: 21px;	
	background: url(../img/contato_nome_pg.png) no-repeat left top;	
	text-indent: -9000px;
	display:block;
	float:left;
clear:left;
margin-left:10px
}
#contatoPg label#nomeEmail{
	width: 50px;
	height: 18px;	
	background: url(../img/contato_email_pg.png) no-repeat left bottom;	
	text-indent: -9000px;
	display:block;
	float:left;
clear:left;
margin-right:5px;
margin-left:10px
}
#contatoPg label#nomeMensagem{
	width: 92px;
	height: 23px;	
	background: url(../img/contato_mensagem_pagina.png) no-repeat left top;	
	text-indent: -9000px;
	display:block;
	margin-left: 10px;
	margin-right: 0;
	position:relative;
	text-align:center;

}
#contatoPg .contact-form input{
	border:0;
	border-bottom: 2px dotted #fff;	
	font-style:italic;
	background-color:#7678B9;
	width:570px;
	float:left;	
	font-family: Georgia, 'Times New Roman', Times, serif;	
	color:#fff;
	font-size:14px;
	padding-left:8px
}
input#ec_email, label#nomeEmail{
	padding-top:20px
}
#contatoPg .contact-form textarea{
	border:0;
	border: 2px dotted #fff;	
	font-style:italic;
	background-color:#7678B9;
	width:632px;	
	font-family: Georgia, 'Times New Roman', Times, serif;	
	margin-top:3px;
	color:#fff;
	margin-left:10px
}
#contatoPg .contact-form input.check{
	border:0;	
	font-style:italic;
	background-color:#7678B9;
	width:20px;
	float:none;	
	padding-left:0
	
}
#contatoPg .contact-form button{
	width:65px;
	height:20px;
	background-color:#7678B9;
	float:right;	
	color: #fff;
	font-variant:small-caps;
	border:0;
	cursor:hand;
	cursor:pointer;
	letter-spacing:2px;
	font-size:14px;
	font-family: Georgia, 'Times New Roman', Times, serif;	
	
	
}
.contact-form .form-option{
	margin-top:5px
}
#contatoPg p.success{
	font-size:16px;
	width:650px;
	margin-left:20px;
	text-align:center;
	margin-top:60px
}
.contact-form select{
	float:left;
	margin-top:15px;
	width:475px;
	color:#23296D;
	font-size:14px;
	font-style:italic;
}

/*--------/CONTATO-----------*/

