* {
	margin: 0px;
	padding: 1px;
}

.selecionado, .aguardando{
	width: 50px;
	height: 17px;
	margin-left: 2px;
	z-index: 2;
	position: absolute;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	top: 2px;
}

.selecionado{
	color: #586af8;
	text-align: center;
	border-bottom-color: white;
	font-family: arial,helvetica;
	font-size: 11px;
	background: #fff;
}

.aguardando{
	color: black;
	text-align: center;
	font-family: arial,helvetica;
	font-size: 11px;
	background: #CCC;
	cursor: pointer;
}

.result{
	width: 98%;
	top: 19px;
	border-top-color:#000;
	border-top-style:solid;
	border-top-width:1px;
	position: absolute;
	background: #fff;
}

#topo{
	width: 98%;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
	position: absolute;
	top: 0px;
	height: 1px;
	z-index: 1;
}