.signup_big {
	width: 204px;
	height: 41px;
	margin-bottom: 19px;
	background: url(/images/testing/signup.png) no-repeat;
	padding-right: 2px;
}
.signup_big:hover {
	background-position: 0 -41px;
}

#pricing_drawer_message {
  color: #7F95FF;
}

.rightpane {
  text-align:center;
}

a.button {
  -webkit-box-shadow: #232323 2px 2px 6px;
  background-color: #9E8AFF;
  background-image: url(https://api.heroku.com/images/button-smooth.png);
  background-position: 50% 100%;
  background-repeat: repeat-x;
  border-bottom-left-radius: 1em 1em;
  border-bottom-right-radius: 1em 1em;
  border-top-left-radius: 1em 1em;
  border-top-right-radius: 1em 1em;
  color: #16153B;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 2em;
  line-height: 2em;
  margin: 0px;
  padding: 1px 2em 3px;
  text-decoration: none;
  text-shadow: #C9C3E6 0px 0px 2px;
  vertical-align: top;
}

a.button:hover {
  background-color: #c9c3e6;
  text-decoration: none;
}

div.drawer-body a.button {
  float: right;
}

div.rightpane a.button {
  padding: 1px 3em 3px;
}

.subtag_list {
	color: #7565c7;
	display: block;
	font-size: 18px;
	line-height: 1.8em;
	text-align: left;
  margin: 18px 22px 0px 22px;
	width: 95%;
	padding-bottom: 0.3em;
}

.subtag_list em {
  font-style: normal;
  color: #cccccc;
}

#appcount {
  text-align: center;
  padding-top: 0px;
  margin: 0px;
}
#appcount h3 {
  font-weight: bold;
  font-size: 48px;
  color: #9289ba;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#757098), to(#948bb7)), none;
  -webkit-background-clip: text;
/*  -webkit-text-fill-color: rgba(123,137,207,0.4);*/
/*  -webkit-text-stroke: 1px #535b80;*/
  -webkit-transition: text-shadow 0.3s ease-in-out;
  text-shadow: 0.05em 0.05em 0.05em #000;
  margin: 0px;
}

#appcount h4 {
  font-size: 16px;
  color: #707070;
  font-weight: normal;
  text-shadow: 1px 1px 1px #000;
  margin: 2px 0px 2em 0px;
  letter-spacing: 2px;
}
