#bt_send_to_friends{
	display:block;
	width:129px;
}
div#sendToFriends{
	width:100%;
}

.send_to_friends{
	position:relative;
}

h1.friendsH1{
	font-weight:bolder;
	text-transform:uppercase;
}

div.friendsContainer{
	border:3px solid #FFF;
	position:relative;
	background-color:#F3F4EE;
	width:330px;
	margin:24px auto;
	padding:24px;
}

div.friendsContainer #friendsChiudi{
	position:absolute;
	right:16px;
	top:16px;
	background:url('images/chiudi.png') no-repeat;
	width:17px;
	height:17px;
	text-indent: -9999px;
}

div#sendToFriends #formSendToFriends{
	
}

div#sendToFriends #formSendToFriends label
{
	color:#333;
  font-size: 12px;
  padding-bottom: 3px;
  display: block;
  cursor: pointer;
  margin:10px 0 4px 0;
}

div#sendToFriends #formSendToFriends label:hover
{
	color:#000;
}

div#sendToFriends #formSendToFriends input.text
{
  padding: 2px 3px;
  width: 240px;
  background: #fff url('images/input-bg.gif') repeat-x;
  padding: 4px;
  border: 1px solid;
  border-top-color: #999;
  border-left-color: #d0d0d0;
  border-bottom-color: #dadbd6;
  border-right-color: #d0d0d0;
  color: #222;
}

div#sendToFriends #formSendToFriends #friends_feed{
	padding:10px 0 0 0;
}

div#sendToFriends #formSendToFriends #friends_feed span.red{
	color:#AA0000;
}

div#sendToFriends #formSendToFriends #friends_feed span.green{
	color:#009634;
}



div#sendToFriends #formSendToFriends input.text:focus
{
  background-color: #f8f8f5;
}

div#sendToFriends #formSendToFriends p.submit
{
  position: relative;
  top: 10px;
  padding-top: 20px;
  border-top: 1px dashed #dadbd6;
  margin: 20px 0;
  overflow: hidden;
  zoom: 1;
}

#invita_amico
{
  cursor: pointer;
  height: 36px;
  width: 188px;
  text-indent: -9999px;
  border: none;
  line-height: 36px;
  background: transparent url('images/invia.png') no-repeat right top;
  border: 0;
  float: left;
}

#invita_amico:hover
{
  background: transparent url('images/invia.png') no-repeat right bottom;
}

.like_fb{
	position:absolute;
	top:7px;
	left:140px;
}
