#form-apoio{
	display: none;
	position: absolute;
	z-index: 300;
	min-width: 30px;
	height: 34px;
	color: white;
	line-height: 30px;
}

#form-apoio .esquerda{
	display: inline;
	float: left;
	height: 34px;
	width: 15px;
	background: url("../images/commons/info-apoio_esq.png") no-repeat;
}

#form-apoio .centro{
	display: inline;
	float: left;
	height: 34px;
	background: url("../images/commons/info-apoio_cen.png") repeat-x;
}

#form-apoio .direita{
	display: inline;
	float: left;
	height: 34px;
	width: 10px;
	background: url("../images/commons/info-apoio_dir.png") no-repeat;
}