/*------------------------------------------------------------------ BACKLINK */
#backlink {
	min-width: 125px;
	padding: 0px 0px 0px 0px; /* topo  direita baixo esquerda */
	margin: 0px 0px 0px 0px; /* topo  direita baixo esquerda */
	text-align: center;
}
#backlink ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#backlink a {
	display: block;
	padding: 1px;
	background: #EAEAEA url(../imagens/estilo/backlink_degrades.png) repeat-x;
	border: 1px solid #C0C0C0;
	width:auto;
	font-weight: bold;
	color: #4f4f4f;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}
#backlink a:link {
	color: #4f4f4f;	
	text-decoration: none;
}
#backlink a:link {
	/*background-color:#ffcccc;*/
	color: #4f4f4f;	
	text-decoration: none;
}
#backlink a:hover {
	cursor: pointer;
	background-color: #037E45;
	border-color: forestgreen;
	color: #efefef;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.7);
	background-position: 0px -40px;
}
#backlink li:first-child a{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#backlink li:last-child a{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#backlink>form>a{
	border-radius: 5px;
}