div.download-button {
  position: static; 
  width: 360px; 
  height:120px; 
  background-image:url('../images/green-button.png'); 
  background-repeat:no-repeat;
  text-align: left;
  cursor:pointer; 
}

div.download-button h2,
div.download-button h3,
div.download-button p {
  font-family: arial; 
  border: none;
}

div.download-button h2 a,
div.download-button h2 {
  padding-top: 22px; 
  padding-bottom: 0px; 
  margin-bottom: 0px; 
  margin-top: 0px; 
  font-size: 36px; 
  font-weight: normal;
  color: #fff; /*#33CC33;*/
  line-height: 100%;
}

div.download-button h3 a,
div.download-button h3 {
  padding-top: 0px; 
  padding-bottom: 0px;
  margin-top: 3px; 
  margin-bottom: 0px; 
  font-size: 20px; 
  font-weight: bold; 
  color: #faf395;
}

div.download-button p a,
div.download-button p {
  padding-top: 0px; 
  margin-top: 3px; 
  font-size: 14px; 
  font-weight: bold;
  line-height: 100%; 
  color: #29a529;
}

div.download-button a { 
  text-decoration: none; 
  padding-left: 100px; 
}

div.greenbutton {
  width: 212px; 
  height: 52px; 
  background-image: url('../images/greenbutton-small.png'); 
  background-repeat: no-repeat; 
  background-position: left top;
  text-align: left;
}

div.greenbutton h2 {
  color: #CC9900;
  line-height: 100%;
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  margin: 0px;
  line-height: 100%;
  padding-left: 32px;
}

div.greenbutton p {
  color: #29a529; 
  line-height: 100%;
  font-size: 14px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  padding-left: 32px;
}


div.dldfeature {
  height: 100px; 
  font-size: 90%; 
  line-height: 120%;
  margin-top: 10px;
  margin-bottom: 10px;
}

div.dldbutton-small {
  float: left; 
  position: relative; 
  width: 100px; 
  height: 100px; 
  background-image:url('../images/green-button-download.png'); 
  background-position: left top; 
  background-repeat:no-repeat;
  text-align: center;
}

div.dldbutton-small ul {
 list-style:none; margin:0px; padding:0px;
}

div.dldbutton-small ul li { padding-top: 38px; }

div.dldbutton-small ul li a {
  text-decoration: none; 
  font-weight: bold;
  color:#fff; 
  padding-left: 10px;
  padding-right: 10px;
  padding-top:36px; 
  padding-bottom:40px;
}
