/* download button style */
.download_link {
  margin: 0 auto;
  padding: 0;
  width: 200px;
}

.download_link a {
  background: #5792D8 url('img/user/blue_download_button.png') left top no-repeat;
	text-align: center;
	font-size: 120%;
  display: block;
  height: 33px;
  margin: 0;
  font-weight: bold;
  padding-left: 5px;
	padding-right: 28px;
  line-height: 28px;
  color: #FCCC8C;
  text-decoration: none;
}

.download_link a:hover {
  background: #5792D8 url('img/user/blue_download_button.png') left center no-repeat;
}

.download_link a:active {
  background: #5792D8 url('img/user/blue_download_button.png') left bottom no-repeat;
  line-height: 30px !important;
}

