#shareit-box {
	position:absolute;
	display:none;
}

#shareit-header {
width:138px;
}


#shareit-body {
width:145px; height:100px;
background: url(/images/share/shareitbox.gif);
}

#shareit-blank {
	height:20px;
}

#shareit-url {
	height:50px;
	text-align:center;
}

#shareit-url input.field{
	width:110px; /* ie only */
	height:26px;
	background: transparent url(/images/share/field.gif) no-repeat top left;
	border:none; outline:none;
	padding:7px 5px 0 5px;
	margin:3px auto;
	font-size:11px;
	z-index:100;
}
html>body #shareit-url input.field{
width:115px;
}
#shareit-icon  {
	height:20px;
}

#shareit-icon ul {
	list-style:none;
	width:130px;
	margin:0; padding:0 0 0 8px;
}

#shareit-icon ul  li{
	float:left;
	padding:0 2px;
}

#shareit-icon ul  li img{
	border:none;
}
.share_arrow{
	vertical-align:bottom;
}

#shareit-close{
position: absolute;
 top: 35px;  	/* ie only*/
 right: 10px;	/* ie only*/
}
html>body #shareit-close {
 top: 30px; 
 right: 10px;
}