/* $Id: plus1.css,v 1.1.4.1 2008/09/07 22:43:46 chill35 Exp $ */
div.plus1-widget {
  padding: 0.2em 0.2em 0.6em;
  border-top: 1px #fbf389 solid;
  border-bottom: 1px #fbf389 solid;
  background-color: #fbfbe6;
  width: 4em;  
  margin: 10px;
  margin-bottom: 3px;
  text-align: center;
  line-height: 1.25em;
  float: right;
}
div.plus1-widget a {
  text-decoration: none;
}
div.plus1-widget .plus1-score {
  padding-top: 0.4em;
  font-size: 150%;
}
div.plus1-widget .plus1-vote {
  background: url(images/up.png) no-repeat center bottom;
  text-indent: -999em;
}
div.plus1-widget .plus1-vote a {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}
