/*CONTACT------------------------ */

@import url("geral.css");


#contact_info img{
	float:right;
	}

.txt {
	margin-top:20px;
	}


/*HEADERS IMG ---------------------------------*/

#nome {
	background:url(contact/img/contact_nome.jpg) no-repeat;
	width:296px;
	height:35px;
	text-indent:-9999px;
	}

#phone {
	background:url(contact/img/contact_phone.jpg) no-repeat;
	width:432px;
	height:39px;
	text-indent:-9999px;
	}
	
#email {
	background:url(contact/img/contact_email.jpg) no-repeat;
	width:377px;
	height:50px;
	text-indent:-9999px;
	}
	
/*FORM STYLING-----------------------------------*/
#formulario {
	margin-top:20px;
	}


input {
	font-family: Arial, Helvetica, sans-serif;
	color:#222;
	background-color:#999;
	margin:0 0 20px 0;
	padding:2px;

}

#formulario textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#999;
	padding:5px;
}

#submit {
	background:url(contact/img/contact_form_send.jpg) no-repeat;
	width:60px;
	height:22px;
	text-indent:-9999px;
	margin-top:-10px;
	}
	
/*--------------------------- Image at bottom */
	
#img {
	background:url(contact/img/contact_doodle.jpg) no-repeat;
	width:305px;
	height:193px;
	position:absolute;
	right:0;
	top:550px;
	}