.bloco{
	float: left;
	margin-left: 5px;
}

.brancas {
	background-color: #FCEB9A;
}

.pretas {
  	background-color: #B95C00;
}

.brancas, .pretas, .selecao {
	width: 64px;
	height: 64px;
	text-align: center;
	padding:0px;
	cursor: default;
}
.peca{
	cursor: pointer;
	font-size: 64px;
	line-height: 64px;
}

.selecao {
	background-color: #bbbbbb;
	width: 64px;
}

.caixa {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #f5f5ff;
	border-width: thin;
	border-style: solid;
	border-color: #c0c0b0;
}

.menu {
	background-color: #FCEB9A;
	font-size: 9pt;
}

.botaoTabuleiro {
	width: 70px;
}

a {
	font-size: x-large;
}

input[type=button]{
	font-size:x-large;
	min-width: 100px;
	margin:10px;
}

textarea {
    font-size: 2em;
}

#txtlance{
   font-size:x-large;
}
