div#minishare {
  right: 20px; 
  top: 200px;
  position: fixed;
  display: block;
  background: rgb(245,245,245);
  padding: 8px;
  border-radius: 4px;
  text-align: center;
}

div#minishare div.facebook, div#minishare div.twitter, div#minishare div.google, div#minishare div.linkedin, div#minishare div.pinterest {
  padding: 4px 4px 4px 7px;
  background: #ebedf4;
  width: 60px;
  border: 1px solid #cad4e7;
  background-repeat: no-repeat;
  background-position: 4px 2px;
  text-align: right;
  border-radius: 3px;
  margin-bottom: 10px;
  cursor: pointer;
}

div#minishare div.facebook {
  background-image: url(/images/fb16.gif);
  }  

div#minishare div.twitter {
  background-color: #dbf6ff;
  border-color: #42cfff;
  background-image: url(/images/twt16.png);
  margin-bottom: 10px;
}

div#minishare div.google {
  background-image: url(/images/google-plus.png);
  }  

div#minishare div.linkedin {
  background-image: url(/images/LinkedIn.png);
}

div#minishare div.pinterest {
  background-image: url(/images/pinterest.png);
  }  

div#minishare div.facebook a, div#minishare div.twitter a, div#minishare div.google a, div#minishare div.linkedin a, div#minishare div.pinterest a {
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  color: #3b5897;
  text-decoration: none;
}

div#minishare div.facebook:hover, div#minishare div.twitter:hover, div#minishare div.google:hover, div#minishare div.linkedin:hover, div#minishare div.pinterest:hover {
  border-color: #728dc0;
}



div#minishare div.twitter a {
  color: #00a4db;
}

div#minishare div.twitter:hover {
  border-color: #00a4db;
}

div#minishare p#message {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-size: 14px;
  color: rgb(100,100,100);
  font-family: Arial, sans-serif;
}
