table, td, th { 
  border: 1px solid black;
  border-collapse: collapse;
  padding: 1px 3px;
}
th { color:white; background-color: gray; font-family: Arial, sans-serif;}
th, td { min-width: 60px; }

.ptn {
	cursor: pointer;
}

.lnk {
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}
.lnk:hover {
	color: gray;
}

.ctr {
	text-align: center;
}

#log {
	border: 3px solid silver;
	border-radius: 3px;
	width: 900px;
	height: 800px;
	box-shadow: 7px 7px 7px black;
	position: absolute;
	top: 200px;
	left: 400px;
	display: none;
	background-color: white;
	font-family: Arial, sans-serif;
}

#tit {
	padding: 0px 10px;
	line-height: 30px;
}

#titulo {
	background-color: #D06000;
	color: white;
	height: 32px;
	width: 100%;
	font-weight: bold;
}

#sair {
	position: absolute;
	right: 0px;
	cursor: pointer;
	background-color: #333;
	padding: 6px 8px;
}

#conteudo {
	overflow: hidden;
	height: 730px;
	padding: 5px 12px;
	overflow-y: auto;
}

#conteudo input {
	width: 270px;
	margin-bottom: 10px;
}

/*
#btin {
	background-color: #FFA020;
	color: black;
	box-shadow: 3px 3px 3px black;
	border-radius: 5px;
	font-weight: bold;
	padding: 7px 0px;
}

.icones2 {
	font-size: 2.0rem;
	line-height: 24px;
	text-decoration: none;
	display: inline-block;
	margin-right: 4px;
}
.icones {
	font-size: 2.5rem;
	line-height: 63px;
	width: 38px;
}
.icones:hover { color: #333; }

.txt300 {
	width: 300px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
*/