ul horizontal{
	float:left;
}
	
.google-plusone, .facebook, .twitter, .orkut{
	float:left;
	list-style:none;
	display:block;
}
	
.orkut-botao {
	width:45px;
	height:17px;
	display:block;
	float:left;
	background:url('imagens/orkut-botao.jpg');
	margin:0;
	border:1px solid #fbc5d8; 
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.orkut-botao:hover {
	border-color:#dc8bc6;
}

.vertical .orkut-botao {
	margin-top: 43px;
}

.vertical .orkut-caixa {
	width:46px;
	height:34px;
	display:block;
	position:absolute;
	float:left;
	background:#fff;
	border:1px solid #fbc5d8;
	color:#dc8bc6;
	font-weight:bold;
	text-align: centre;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.vertical .orkut-contador { 
	display:block;
	margin-top:8px;
	text-align:center;
}
.vertical .orkut-seta {
	width:7px;
	height:5px;
	position:absolute;
	background:url('imagens/orkut-vertical-seta.png');
	left:19px;
	top:34px;
}

.horizontal .orkut-botao {
	margin:1px 2px 0 0;
}

.horizontal .orkut-caixa {
	height:16px;
	display:block;
	position:relative;
	float:left;
	margin-left:5px;
	padding:2px 4px 0;
	background:#fff;
	border:1px solid #fbc5d8;
	color:#dc8bc6;
	font-weight:bold;
	
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.horizontal .orkut-contador { 
	display:block;
	padding:0px;
}
.horizontal .orkut-seta {
	width:5px;
	height:7px;
	position:absolute;
	background:url('imagens/orkut-horizontal-seta.png');
	left: -5px;
	top:6px;
}
