.button {
  background-image:url(images/buttonBg.png);
  background-repeat:repeat-x;
  background-position:left top;
  border:outset 1px #ccc;
  cursor:pointer;
  color:#555;
  font-weight:700;
  padding:9px 10px;
}
.outline {
  background-color:#EEE;
  border:1px #DDD solid;
  margin-bottom:20px;
  padding:10px;
}
.ticks {
  margin-right:0;
  margin-left:0;
}
.ticks li {
  background-image:url(images/tick.png);
  background-position:top left;
  background-repeat:no-repeat;
  border-bottom:1px dotted #DDD;
  list-style:none;
  margin-left:0;
  padding:3px 0 3px 26px;
}
.tick {
  background-color:#EEE;
  background-image:url(images/tick.png);
  background-position:5px 10px;
  background-repeat:no-repeat;
  border:1px #DDD solid;
  list-style:none;
  list-style:none;
  margin-bottom:20px;
  padding:10px 10px 10px 26px;
}
.exclamation {
  background-color:#EEE;
  background-image:url(images/exclamation.png);
  background-position:5px 10px;
  background-repeat:no-repeat;
  border:1px #DDD solid;
  list-style:none;
  list-style:none;
margin-bottom:20px;
  padding:10px 10px 10px 26px;
}
.information {
  background-color:#EEE;
  background-image:url(images/information.png);
  background-position:5px 10px;
  background-repeat:no-repeat;
  border:1px #DDD solid;
  list-style:none;
margin-bottom:20px;
  padding:10px 10px 10px 26px;
}
.tweet {
  background-color:#EEE;
  background-image:url(images/twitter.png);
  background-position:5px 10px;
  background-repeat:no-repeat;
  border:1px #DDD solid;
  list-style:none;
  margin-bottom:20px;
  padding:10px 10px 10px 26px;
}