#pagina_inteira{
	position: absolute;
	text-align: left;
	margin: 0px 0px 0px 330px;
}

#div_prop_esq_fixed{
	position: absolute;
	//top: 0px;
	//left: 0px;
	text-align: center;
	margin: 0px 3px;
}

#bt_copy{
	font-size: 18px;
	color: #fff;
	background-color: #19c;
	border-radius: 20px;
	padding: 5px 10px;
}
#bt_copy:hover{
	background-color: #d29;
}

#saida{
	font-size: 22px;
	color: #19c;
	padding: 8px 20px;
	border-style: solid;
	border-width: 3px;
	border-radius: 15px;
}

#usage{
	font-size: 14px;
	color: #666;
}