
.buybtnall {
// width: 50px;
// height: 30px;
background: #d7e2e8; /* Old browsers */
background: -moz-linear-gradient(top,  #d7e2e8 0%, #d7e2e8 32%, #b2c3cc 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7e2e8), color-stop(32%,#d7e2e8), color-stop(99%,#b2c3cc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d7e2e8 0%,#d7e2e8 32%,#b2c3cc 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d7e2e8 0%,#d7e2e8 32%,#b2c3cc 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d7e2e8 0%,#d7e2e8 32%,#b2c3cc 99%); /* IE10+ */
background: linear-gradient(to bottom,  #d7e2e8 0%,#d7e2e8 32%,#b2c3cc 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e2e8', endColorstr='#b2c3cc',GradientType=0 ); /* IE6-9 */



border: 0px;
border-radius: 2px;
font-weight: normal;

margin: 2px;
color: #002E4F;
padding: 5px 8px;
display: inline-block;
text-align: center;
vertical-align: middle;
text-decoration: none;
font-size: 10pt;
text-decoration: none;
}

a.buybtnall {
  text-decoration: none;
margin: 2px;
}

.buybtnall:link {
margin: 2px;
  color: #002E4F;
}

.buybtnall:hover {
margin: 2px;

background: #b2c3cc; /* Old browsers */
background: -moz-linear-gradient(top,  #b2c3cc 0%, #d7e2e8 51%, #d7e2e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2c3cc), color-stop(51%,#d7e2e8), color-stop(100%,#d7e2e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b2c3cc 0%,#d7e2e8 51%,#d7e2e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b2c3cc 0%,#d7e2e8 51%,#d7e2e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b2c3cc 0%,#d7e2e8 51%,#d7e2e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b2c3cc 0%,#d7e2e8 51%,#d7e2e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2c3cc', endColorstr='#d7e2e8',GradientType=0 ); /* IE6-9 */


// text-shadow: 1px 1px 1px rgba(0,0,0,.7);
text-decoration: none;
border-bottom: 0px;
}

.buybtnall:visited {
margin: 2px;
  color: #002E4F;
}




