/* old: #4f931b; */
.getgreensockbutton {
  border-radius: 3px;
  background: #ccc;
  overflow: hidden;
  width: 135px;
  margin: 9px 0px 0px 9px;
  position: relative;
  height: 31px; }
  .getgreensockbutton .right {
    position: absolute;
    top: 0; }
  .getgreensockbutton p {
    position: absolute;
    font-family: "Signika Negative", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff; }
  .getgreensockbutton .download {
    left: 0;
    width: 175px;
    height: 31px;
    padding: 0px;
    border-radius: 4px;
    background: #59a91b;
    background-image: -webkit-linear-gradient(top, #59a91b, #4e9916);
    background-image: -moz-linear-gradient(top, #59a91b, #4e9916);
    background-image: -ms-linear-gradient(top, #59a91b, #4e9916);
    background-image: -o-linear-gradient(top, #59a91b, #4e9916);
    background-image: linear-gradient(to bottom, #59a91b, #4e9916);
    text-shadow: 0px 1px 0px #32610e;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer; }
    .getgreensockbutton .download img {
      left: 13px;
      top: 6px;
      position: absolute; }
    .getgreensockbutton .download p {
      top: 7px;
      left: 45px; }
  .getgreensockbutton .download:hover {
    background: #5fb41c;
    background-image: -webkit-linear-gradient(top, #69be27, #5fb41c);
    background-image: -moz-linear-gradient(top, #69be27, #5fb41c);
    background-image: -ms-linear-gradient(top, #69be27, #5fb41c);
    background-image: -o-linear-gradient(top, #69be27, #5fb41c);
    background-image: linear-gradient(to bottom, #69be27, #5fb41c); }

/*
.getgreensockbutton {
	border-radius: 3px;
	border: 1px solid #ccc;
	background:#ccc;
	overflow:hidden;
	width:175px;
	margin: 8px 0px 0px 0px;
	position:relative;
	height:31px;

	.right {
		position:absolute;
		top:0;
	}
	p {
		opacity:0;
		visibility: hidden;
		position:absolute;
		font-family:$Signika;
		font-size:13px;
		font-weight:600;
		color:#ffffff;
		text-shadow:1px 1px 1px rgba(0,0,0,.3);
	}
	.download {
		left:0;
		width: 87px;
		height: 31px;
		padding: 0px;
		border-right: 1px solid #ccc;
		background: linear-gradient(#fff, #f5f5f5);
		cursor: pointer;
		img {
			left:33px;
			top:6px;
			position:absolute;
		}
		.active {
			opacity:0;
			visibility: hidden;
		}
		p {
			top:7px;
			left:45px;
		}
	}
	.document {
		right:0;
		width: 87px;
		height: 31px;
		padding: 0px;
		border-left: 1px solid #ccc;
		background: linear-gradient(#fff, #f5f5f5);
		cursor: pointer;
		margin-left:1px;
		img {
			right:36px;
			top:6px;
			position:absolute;
		}
		.active {
			opacity:0;
			visibility: hidden;
		}
		p {
			top:7px;
			left:60px;
		}
	}
}

*/
