body {
  background-color: #000;
  color: #999;
}
.sharedpic img {
  border: 1px #666 solid;
}
.button {
  color: #fff;
  border: 2px #fff solid;
  background-color: #F5890B;
}
#content h3 a, #content h1 {
  color: #fff;
}
body#share {
  background-image: url('../images/bg_dark.jpg');
  background-repeat: repeat-x;
}

.scrollable img {
	background-color: #666;
	border: 1px #999 solid;
}
.scrollable {
  border: 1px #999 solid;	
}

/* shared */
body#shared {
  background-color: #000;
  color: #999;
  background-image: url('../images/bg_dark.jpg');
  background-repeat: repeat-x;
}
#shared hr {
  border-bottom: 1px #666 solid;
}
.the-image img {
  border: 1px #999 solid;
  background-color: #333;
}
.hl {
  border: 1px #999 solid;
}