#toppanel {
	margin-left:545px;
	position: absolute;
	z-index: 999;
	text-align: center;
	width: 340px;
}
#panel {
	width: 340px;
	position: relative;
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 999;
	overflow: hidden;
}
#panel_contents {
	background: url(../imagens/bgareacliente.png) bottom no-repeat;
	height: 100%;
	width: 340px;
	position: absolute;
	z-index: 999;
}
.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0px;
	width: 190px;
	height: 44px;
	z-index: 999;
	cursor: pointer;
}
.panel_button img {
	position: relative;
	top: 0px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	position: relative;
	top: 0px;
}
.panel_button a:hover {
}