@charset "utf-8";
/* CSS Document */

#contatos{
	width:236px;
	font:12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: justify;
	line-height:20px;
	color:#999;
	margin:40px;
	padding-top:10px;
	float:left;
	}

#formulario {
	width:370px;
	height:370px;
	/*border:solid 1px #999;*/
	margin:10px 5px 0px 25px;
	float:left;
	font:12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: justify;
	line-height:10px;
	color:#999;
	padding-top:10px;
	}
	
#titulo_email {
	width:368px;
	height:20px;
	padding:4px 0;
	float:left;
	}
	

	

#campos {
	width:355px;
	height:15px;
	margin-top:5px;
	float:left;
	}
	
#input {
	width:355px;
	height:20px;
	margin-left:0px;
	float:left;
	}	
	
#message {
	width:358px;
	float:left;
	padding-left:0px;
	}
textarea {
	overflow:hidden;
	}
	
	
	
