/* How to use
1. Set the width in the head of the document.
div.btn-flextoolbtn {
  width:20em; */

/* Download button */

div.btn-flextoolbtn {
  background-color: #cadef4;
  border: 1px solid #ccc;
  line-height: 1.2;
  margin: .5em 0;
  padding: 15px;
  width: 80%;
}

div.btn-flextoolbtn div {
  background: url(../images/btn-flextoolbtn1.png) no-repeat 0% 0%;
  font-size: 1.3em;
  margin: 0;
  padding: 0;
}

div.btn-flextoolbtn div span a {
  background: url(../images/btn-flextoolbtn2.gif) no-repeat right bottom;
  color: #fff!important;
  display: block;
  font-weight: bold;
  padding: 8px 18px 10px 13px;
  text-align: center;
  text-decoration: none;
}

div.btn-flextoolbtn div p {
  background: none;
  background: url(../images/btn-flextoolbtn1.png) no-repeat right -400px;
  margin: 0;
  padding: 0;
  text-align: center;
}

div.btn-flextoolbtn div p span {
  background: url(../images/btn-flextoolbtn1.png) no-repeat left bottom;
  display: block;
  margin: 0;
  padding: 0;
}

div.btn-flextoolbtn p {
  margin-bottom: 0;
  padding-bottom: 0;
}

p.btn-description {
  margin: 10px 0 0;
  text-align: center;
}