@charset "UTF-8";
#btn-signup {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	padding: 25px 0;
	border-radius: 8px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
	color: #fff;
	background: #fc9e14;
	background:-moz-linear-gradient(top, #fc9e14, #ffad52);
  background:-webkit-gradient(linear, left top, left bottom, from(#fc9e14), to(#ffad52));
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.4), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
}
#btn-signup:hover {
	background: #ffa40c;
	background:-moz-linear-gradient(top, #ffa40c, #ffb65e);
  background:-webkit-gradient(linear, left top, left bottom, from(#ffa40c), to(#ffb65e));
  text-decoration: none;
}
#btn-signup img {
	margin-bottom: 5px;
}
#btn-signup .title {
	font-size: 18px;
	font-weight: bold;
}
#site-pr {
	background: #fff4ce;
	padding: 10px;
	text-align: center;
}