/* CSS Document pour les pages de la galaxie Europarl */
/* CSS structurant la boite de partage commune a toutes les pages de la galaxie */

    #contextzone #sharebox{
		margin-right:				25px;
	}
	
/* ======================================================================================================== */
/* = BOX - SHAREBOX (boite specifique) ==================================================================== */
/* ======================================================================================================== */
	
	/* SHAREBOX : Conteneur */
	#sharebox{
		position:					relative;
		display:					block;
		margin:						25px 0 0 0;
		padding:					0;
	}
	#sharebox .ep_boxbody,
	#sharebox .ep_block,
	#sharebox .ep_shareblock{
		position:					relative;
		display:					block;
		margin:						0;
		padding:					0;
		font-size:					1em;
	}
	#sharebox .ep_shareblock{
		background-color:			#FFFFFF;
		border:						1px solid #dbe1e4;
	}
	/* SHAREBOX  : Separateur de blocs/contenus */
	#sharebox .ep_endbox{
		position:					relative;
		display:					block;
		overflow:					hidden;
		height:						1px;
		margin:						-1px 0 0 0;
		padding:					0;
	}
	/* SHAREBOX : Titre invisible */
	#sharebox .ep_boxbody .ep_block .ep_title,
	#sharebox .ep_boxbody .ep_shareblock .ep_title{
		position:					absolute;
		display:					block;
		left:						-100000px;
		overflow:					hidden;
		width:						1px;
		height:						1px;
		margin:						0;
		padding:					0;
	}
	/* SHAREBOX : Bloc de liste */
	#sharebox .ep_boxbody .ep_block ul,
	#sharebox .ep_boxbody .ep_shareblock ul{
		position:					relative;
		display:					block;
		overflow:					hidden;
		margin:						-1px 0 0 0;
		padding:					0 12px;
		list-style:					none;
	}
	/* SHAREBOX : Element */
	#sharebox .ep_boxbody .ep_block ul li,
	#sharebox .ep_boxbody .ep_shareblock ul li{
		position:					relative;
		display:					block;
		clear:						both;
		height:						1%;
		margin:						-1px 0 0 0;
		padding:					0;
		list-style:					none;
		border-top:					1px solid #dbe1e4;
		vertical-align:				middle;
	}
	/* SHAREBOX : Bloc */
	#sharebox .ep_boxbody .ep_block ul li div,
	#sharebox .ep_boxbody .ep_shareblock ul li div{
		position:					relative;
		display:					block;
		margin:						0;
		padding:					0;
		background-position:		left 11px;
		background-repeat:			no-repeat;
		font-size:					1em;
		font-weight:				normal;
		vertical-align:				middle;
	}
	/* SHAREBOX : Lien */
	#sharebox .ep_boxbody .ep_block ul li a,
	#sharebox .ep_boxbody .ep_shareblock ul li a{
		position:					relative;
		display:					inline-block;
		margin:						0;
		padding:					12px 0;
		background-position:		left 10px;
		background-repeat:			no-repeat;
		font-size:					1.2em;
		font-weight:				normal;
		vertical-align:				middle;
		color:						#13334D;
	}
	#sharebox .ep_boxbody .ep_block 			ul li a:link, 
	#sharebox .ep_boxbody .ep_block 			ul li a:visited,
	#sharebox .ep_boxbody .ep_shareblock 	ul li a:link,
	#sharebox .ep_boxbody .ep_shareblock 	ul li a:visited{
		text-decoration:			none;
		color:						#13334D;
	}
	#sharebox .ep_boxbody .ep_block 			ul li a:hover, 
	#sharebox .ep_boxbody .ep_block	 		ul li a:focus, 
	#sharebox .ep_boxbody .ep_block 			ul li a:active,
	#sharebox .ep_boxbody .ep_shareblock 	ul li a:hover, 
	#sharebox .ep_boxbody .ep_shareblock 	ul li a:focus, 
	#sharebox .ep_boxbody .ep_shareblock 	ul li a:active{
		text-decoration:			underline;
		color:						#13334D;
	}
	/* SHAREBOX : Lien (icone type "pdf") */
	#sharebox .ep_boxbody .ep_block ul li.ep_pdf a{					padding-left: 25px;	background-image: url(../img/icon/boxshare_icon_pdf.png); background-position: left center;				}
	/* SHAREBOX : Lien (icone type "envoi a un ami") */
	#sharebox .ep_boxbody .ep_block ul li.ep_send a{				padding-left: 25px;	background-image: url(../img/icon/boxshare_icon_sendfriend.png); 		}
	/* SHAREBOX : Lien (icone type "bookmark") */
	#sharebox .ep_boxbody .ep_block ul li.ep_bookmark a{			padding-left: 25px;	background-image: url(../img/icon/boxshare_icon_bookmark.png);			}
	/* SHAREBOX : Lien (icone type "rss") */
	#sharebox .ep_boxbody .ep_block ul li.ep_rss a{					padding-left: 25px;	background-image: url(../img/icon/boxshare_icon_rss.png);				}
	/* SHAREBOX : Lien (icone type "mail notification") */
	#sharebox .ep_boxbody .ep_block ul li.ep_mailnotification a{	padding-left: 25px;	background-image: url(../img/icon/boxshare_icon_mailnotification.png);	}
	/* SHAREBOX : Lien "mail notification" (affichage) */
	#sharebox .ep_boxbody .ep_block ul li.ep_mailnotification a span{
		position:					relative;
		display:					block;
		white-space:				nowrap;
	}
	/* SHAREBOX : Lien "liens sociaux" (liens sociaux) */
	#sharebox .ep_boxbody .ep_shareblock ul li.ep_facebook a{		padding-left: 25px;	background-image: url(../img/icon/boxshare_icon_facebook.png); 		}
	#sharebox .ep_boxbody .ep_shareblock ul li.ep_twitter 	a{		padding-left: 25px;	background-image: url(../img/icon/boxshare_icon_twitter.png); 		}
	#sharebox .ep_boxbody .ep_shareblock ul li.ep_google 	a{		padding-left: 25px;	background-image: url(../img/icon/boxshare_icon_google.png); 		}
	#sharebox .ep_boxbody .ep_shareblock ul li.ep_facebook a span.ep_hidden:first-child,
	#sharebox .ep_boxbody .ep_shareblock ul li.ep_twitter 	a span.ep_hidden:first-child,
	#sharebox .ep_boxbody .ep_shareblock ul li.ep_google 	a span.ep_hidden:first-child{
		position:					relative;
		left:						auto;
		overflow:					auto;
		width:						auto;
		height:						auto;
		color:						#13334D;
	}
	#sharebox .ep_boxbody .ep_shareblock ul li.ep_facebook a span + span,
	#sharebox .ep_boxbody .ep_shareblock ul li.ep_twitter 	a span + span,
	#sharebox .ep_boxbody .ep_shareblock ul li.ep_google 	a span + span{
		position:					absolute;
		display:					block;
		left:						-10000px;
	}
	#sharebox .ep_boxbody .ep_shareblock ul li.ep_facebook iframe{
		position:					relative;
		display:					block;
		margin: 					5px 0;
		padding:					0;
	}
	/* SHAREBOX : Lien "url courte" (affichage) */
	#sharebox .ep_boxbody .ep_shareblock ul li.ep_url{
		padding-left: 				25px;
		background-image: 			url(../img/icon/boxshare_icon_shorturl.png);
		background-position:		-1px 12px;
		background-repeat:			no-repeat;
	}
	#sharebox .ep_boxbody .ep_shareblock ul li.ep_url div span{
		position:					absolute;
		display:					block;
		left:						-10000px;
	}
	#sharebox .ep_boxbody .ep_shareblock ul li.ep_url div input{
		position:					relative;
		display:					block;
		box-sizing:					border-box;
		-moz-box-sizing:			border-box;
		width:						100%;
		margin:						12px 0;
		padding:					2px 5px;
		background-color:			#FFFFFF;
		border:						1px solid #dbe1e4;
		font-size:					1.1em;
		color:						#13334D;
	}
	/* SHAREBOX : Formulaire "Envoi Ã  un ami" */
	#sharebox .ep_boxbody .ep_shareblock ul li.ep_sendfriend form{
		position:					relative;
		display:					block;
		margin:						0;
		padding:					0;
		background-position:		left 10px;
		background-repeat:			no-repeat;
		font-weight:				normal;
		vertical-align:				middle;
		color:						#13334D;
	}
	#sharebox .ep_boxbody .ep_shareblock ul li.ep_sendfriend button{
		position:					relative;
		display:					block;
		z-index:					10;
		cursor:						pointer;
		margin:						12px 0;
		padding:					0 0 0 25px;
		background-color:			transparent;
		background-image: 			url(../img/icon/boxshare_icon_sendfriend.png);
		background-position:		0 top;
		background-repeat:			no-repeat;
		border:						none;
		font-size:					1.2em;
		text-align:					left;
		text-decoration:			none;
		color:						#13334D;
	}
	#sharebox .ep_boxbody .ep_shareblock ul li.ep_sendfriend button:hover, 
	#sharebox .ep_boxbody .ep_shareblock ul li.ep_sendfriend button:focus, 
	#sharebox .ep_boxbody .ep_shareblock ul li.ep_sendfriend button:active{
		text-decoration:			underline;
	}
	#sharebox .ep_boxbody .ep_shareblock ul li.ep_sendfriend button span.ep_hidden:first-child{
		position:					relative;
		left:						auto;
		overflow:					auto;
		width:						auto;
		height:						auto;
		color:						#13334D;
	}
	#sharebox .ep_boxbody .ep_shareblock ul li.ep_sendfriend button span + span{
		position:					absolute;
		display:					block;
		left:						-10000px;
	}
	/* SHAREBOX : Activation JS - Lien "liens sociaux" (liens sociaux > conteneur) */
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_facebook,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_twitter,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_google,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_sendfriend{
		display:					block;
		float:						left;
		clear:						none;
		width:						33.3%;
		border-top:					none;
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul.ep_2elements li.ep_js{		width:	50%;	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul.ep_3elements li.ep_js{		width:	33.3%;	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_facebook		+ .ep_facebook,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_twitter		+ .ep_facebook,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_google			+ .ep_facebook,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_sendfriend 	+ .ep_facebook{
		float:						none;
		clear:						both;
		width:						auto;
		border-top:					1px solid #dbe1e4;
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_facebook 		div,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_twitter 		div,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_google 			div,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_sendfriend 		div{
		position:					relative;
		display:					block;
		margin:						2px;
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_facebook 		div + div,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_twitter 		div + div,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_google 			div + div,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_sendfriend 		div + div{
		padding-bottom:				10px;
	}
	/* SHAREBOX : Activation JS - Lien "liens sociaux" (liens sociaux > info bulle) */
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_facebook 		div:first-child,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_twitter 		div:first-child,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_google 			div:first-child,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_sendfriend 		div:first-child{
		padding-top:				10px;
		padding-bottom:				9px;
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_facebook 		div:first-child span,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_twitter		div:first-child span,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_google			div:first-child span,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_sendfriend 		div:first-child span{
		position:					relative;
		display:					block;
		cursor:						default;
		z-index:					5;
		padding:					10px 2px;
		font-size:					1.4em;
		font-weight:				bold;
		background-color:			#ff0;
		background-repeat:			repeat-x;
		background-position:		top;
		border:						1px solid #dbe1e4;
		text-align:					center;
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_facebook 		div:first-child span{
		background-color:			#eef5ff;
		border-color:				#c7d0e1;
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_twitter 		div:first-child span{
		background-color:			#e9f8ff;
		border-color:				#b8d6e1;
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_google 			div:first-child span{
		background-color:			#fff;
		border-color:				#ccc;
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_sendfriend		div:first-child span{
		background-color:			#fefefe;
		border-color:				#cccccc;
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_facebook 		div:first-child span:first-child,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_twitter 		div:first-child span:first-child,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_google 			div:first-child span:first-child,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_sendfriend 		div:first-child span:first-child{
		position:					absolute;
		display:					block;
		overflow:					hidden;
		left:						-10000px;						
		width:						1px;
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_facebook 		div:first-child span:first-child + span,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_twitter 		div:first-child span:first-child + span,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_google 			div:first-child span:first-child + span,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_sendfriend 		div:first-child span:first-child + span{
		position:					absolute;
		overflow:					hidden;
		z-index:					10;
		bottom:						0;
		left:						auto;
		width:						100%;
		height:						10px;
		padding:					0;
		background:					none;
		border:						none;
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_facebook 		div:first-child span:first-child + span span,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_twitter 		div:first-child span:first-child + span span,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_google 			div:first-child span:first-child + span span,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_sendfriend 		div:first-child span:first-child + span span{
		position:					absolute;
		overflow:					hidden;
		top:						-5px;
		top:						-10px\9;
		left:						50%;
		width:						10px;
		height:						10px;
		margin-left:				-5px;
		padding:					0;
		-moz-transform:    			rotate(45deg);
		-o-transform:      			rotate(45deg);
		-webkit-transform: 			rotate(45deg);
		transform:         			rotate(45deg);
		-ms-filter: 				"progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865474, SizingMethod='auto expand')";
		filter: 					 progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865474, SizingMethod='auto expand');
		text-indent:				-100em;
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_facebook 		div:first-child span:first-child + span span{
		background-color:			#eef5ff;
		border-color:				#c7d0e1;
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_twitter 		div:first-child span:first-child + span span{
		background-color:			#e9f8ff;
		border-color:				#b8d6e1;
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_google 			div:first-child span{
		background-color:			#fff;
		border-color:				#ccc;
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_sendfriend		div:first-child span:first-child + span span{
		background-color:			#fefefe;
		border-color:				#cccccc;
	}
	/* SHAREBOX : Activation JS - Lien "liens sociaux" (liens sociaux > bouton) */
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_facebook		div + div a,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_twitter		div + div a,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_google			div + div a,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_sendfriend		div + div button{
		display:					block;
		width:						100%;
		margin:						0;
		padding:					0;
		background-repeat:			repeat-x;
		background-position:		top;
		border-radius:				3px;
		-moz-border-radius:			3px;
		font-size:					1em;
		font-weight:				bold;
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul.ep_2elements li.ep_js.ep_facebook		div + div a,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul.ep_2elements li.ep_js.ep_twitter		div + div a,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul.ep_2elements li.ep_js.ep_google		div + div a,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul.ep_2elements li.ep_js.ep_sendfriend	div + div button{
		text-align:					center;
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul.ep_3elements li.ep_js.ep_facebook		div + div a,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul.ep_3elements li.ep_js.ep_twitter		div + div a,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul.ep_3elements li.ep_js.ep_google		div + div a,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul.ep_3elements li.ep_js.ep_sendfriend	div + div button{
		text-align:					left;
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_facebook		div + div a{
		background-color:			#466aa6;
		background-image:			url(../img/background/boxshare_bg_facebook.png);	
		color:						#FFF;
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_twitter		div + div a{
		background-color:			#009dc8;
		background-image:			url(../img/background/boxshare_bg_twitter.png);
		color:						#FFF;	
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_google			div + div a{
		background-color:			#bd450f;
		background-image:			url(../img/background/boxshare_bg_google.png);
		color:						#FFF;	
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_sendfriend		div + div button{
		background-color:			#e5e5e5;
		background-image:			url(../img/background/boxshare_bg_sendfriend.png);
		color:						#082b51;	
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_facebook		div + div a 		span.ep_hidden,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_twitter		div + div a 		span.ep_hidden,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_sendfriend		div + div button	span.ep_hidden,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_facebook		div + div a 		span.ep_hidden:first-child + span,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_twitter		div + div a 		span.ep_hidden:first-child + span,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_sendfriend		div + div button	span.ep_hidden:first-child + span{
		position:					absolute	!important;
		left:						-10000px	!important;
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_facebook		div + div a 		span,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_twitter		div + div a 		span,
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_sendfriend		div + div button	span{
		position:					relative;
		display:					inline-block;
		left:						auto;
		overflow:					hidden;
		padding:					4px 2px;
		background-repeat:			no-repeat;
		font-size:					1em;
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_facebook				div + div a		span{
		padding-left:				15px;
		background-image: 			url(../img/icon/boxshare_button_facebook.png);
		background-position:		3px 2px;
		text-shadow:				-1px 1px 0 #2c4f79;
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_twitter				div + div a 		span{
		padding-left:				20px;
		background-image: 			url(../img/icon/boxshare_button_twitter.png);
		background-position:		0 2px;
		text-shadow:				-1px 1px 0 #00718f;
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_google					div + div a 		span{
		padding-left:				23px;
		background-image: 			url(../img/icon/boxshare_button_google.png);
		background-position:		-4px 4px;
		text-shadow:				-1px 1px 0 #9a320b;
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul.ep_2elements li.ep_js.ep_google	div + div a 		span{
		padding-left:				27px;
		background-position:		1px 2px;
	}
	body.ep_jsavailable #sharebox .ep_boxbody .ep_shareblock ul li.ep_js.ep_sendfriend				div + div button	span{
		padding-left:				20px;
		background-image: 			url(../img/icon/boxshare_button_sendfriend.png);
		background-position:		3px 6px;
	}