/***  default css stylesheet  for share module ***/
table.share{
	margin-top: 10px;
	border-collapse: collapse;
}
table.share tr{
	margin-bottom: -10px;
}
table.share td{ 
	padding: 5px;
	margin-left: -5px;
	border: solid 1px #E1E1E1;
}
table.share td span, table.share td a{ 
	font-size: 1em;
	text-decoration: none;
}
table.share td a:hover{ 
	color: #E1E1E1;
}
img.logo:hover{ 
	cursor: pointer;
}
div.send form span{
	font-size: 1em;
	color: #000;
}


