/* ----- */


#formulario{
	width:480px;
	margin-left:20px;
	float:left;
	display:inline;
	}


.frame-input{
	height:26px;
	width:462px;
	background:#FFF;
	border: solid 1px #9ec4b1;
	margin-left:20px;
	}

p.p-input{
	height:24px;
	width:460px;
	border: solid 1px #FFF;
	background:#D2DEDA;
	}
	
	
p.p-label{
	margin-left:20px;
	margin-top:8px;
	color:#A34F4F;
	font-size:18px;
	font-weight:bold;
	text-indent:20px;
	}	
	
input{
	margin-top:2px;
	font-size:16px;
	font-weight:bold;
	background:#D2DEDA;
	}
	
textarea{
	padding:1px;
	text-indent:30px;
	width:458px;
	border: solid 1px #FFF;
	background:#D2DEDA;
	}

.frame-text-area{
	width:462px;
	background:#FFF;
	border: solid 1px #9ec4b1;
	margin-left:20px;
}

.texto-contato{
	width:472px;
	margin-left:45px;
	font-size:16px;
	font-style:italic;
	color:#900;
	text-indent:20px;
	float:left;
	display:inline;
}
	
.img-pg{
	width:150px;
	text-align:right;
	margin-right:70px;
	float:right;
	display:inline;
}

.send-button{
	width:101px;
	height:29px;
	background:url(../imagens/enviar.jpg) no-repeat center;
	margin-left:20px;
}
