a.button {
  display: block;
  border: 1px solid #b60000;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-decoration: none;
  color: #ffffff;
  float: left;
}

.promo_copy .button.centre {
  margin-left: 50px;
}

a.button.big.signup strong {
  background: #EF3030 url(http://localhost:3000/images/button_red.png) repeat-x 50% 100%;
  border-bottom: none;
  border-bottom-left-radius: 0px 0px;
  border-bottom-right-radius: 0px 0px;
  border: 1px #FF6161;
  border-top-left-radius: 3px 3px;
  border-top-right-radius: 3px 3px;
  display: block;
  font-size: 24px;
  height: 40px;
  line-height: 36px;
  padding: 0px 15px;
  text-shadow: #A10000 1px 1px 0px, #A10000 0px 0px 5px;
}

a.button strong {
  display: block;
  padding: 0 15px;
  height: 28px;
  line-height: 24px;
  font-size: 16px;
  border: 1px solid #ff6161;
  border-bottom: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  text-shadow: 1px 1px 0 #a10000, 0 0 5px #a10000;
  background: #ef3030 url("/images/button_red.png") center bottom repeat-x;
}

a.button.small strong {
  display: block;
  padding: 0 15px;
  height: 22px;
  line-height: 18px;
  font-size: 10px;
  border: 1px solid #ff6161;
  border-bottom: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  text-shadow: 1px 1px 0 #a10000, 0 0 5px #a10000;
  background: #ef3030 url("/images/button_red.png") center bottom repeat-x;
}

a.button.upload strong {
  height: 22px;
  line-height: 20px;
  font-size: 14px;
  padding: 2px 10px;
}

.buttons.center { text-align: center;}
.buttons.center span { margin: 0 5px;}
.buttons.right { text-align: right;}

.buttons a.button {
  display: inline-block;
  float: none;
}

.library_download_item {
  padding: 25px 0 0 0;
}