.sample-button {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	border: 1px solid white;
	border-radius: 0 0 7px 7px;
	font-size: 19px;
	box-shadow: 0 4px 8.1px 0.9px rgba(84, 84, 84, 0.34);
	background: #fe9104;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fe9104), to(#fe6202));
	background: -webkit-linear-gradient(#fe9104, #fe6202);
	background: -moz-linear-gradient(#fe9104, #fe6202);
	background: -ms-linear-gradient(#fe9104, #fe6202);
	background: -o-linear-gradient(#fe9104, #fe6202);
	background: linear-gradient(#fe9104, #fe6202);
	-pie-background: linear-gradient(#fe9104, #fe6202);
	behavior: url(/g/pie/pie.htc);
	outline: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 6px 15px;
	position: fixed;
	top: 50%;
	margin-top: -35px;
	right: -72px;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(90deg) translateY(0px);
	transition: transform .3s;
	cursor: pointer;
}
.sample-button:hover {
	transform: rotate(90deg) translateY(3px);
}

/* popup form */

.sample-popup {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  color: #333;
  padding: 35px 20px;
  width: 400px;
  box-sizing: border-box;
  display: none; }

.sample-popup h1 {
  font-size: 18px;
  margin: 0 0 22px -20px; }

.sample-popup label {
  display: block;
  font-size: 13px;
  margin: 0 0 2px; }

.sample-popup input[type="text"], .sample-popup textarea {
	border: 1px solid #ccc;
	border-radius: 2px;
	margin: 0 0 3px;
	padding: 3px 7px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
}

.sample-popup input[type="text"] {
  height: 44px; }

.sample-popup textarea {
  resize: none; }

.sample-popup .sample-required {
  color: #ea3f28; }

.sample-popup input[type="submit"] {
  background-color: #f36d3d;
  background-image: linear-gradient(#f7c44d, #fe6d06);
  background-repeat: repeat-x;
  border: medium none;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 16px;
  width: auto; }

.captcha input {
  width: 100px; }

.sample-close {
  background-image: url(/t/images/closed.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px; }


#popupform b {
  font-weight: normal;
  font-size: 13px; }
#popupform .title { font: bold 23px 'PtSans'; margin: 0 0 15px;}
#popupform .tpl-form-button { 
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	border: 1px solid white;
	border-radius: 7px;
	font-size: 19px;
	box-shadow: 0 4px 8.1px 0.9px rgba(84, 84, 84, 0.34);
	background: #fe9104;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fe9104), to(#fe6202));
	background: -webkit-linear-gradient(#fe9104, #fe6202);
	background: -moz-linear-gradient(#fe9104, #fe6202);
	background: -ms-linear-gradient(#fe9104, #fe6202);
	background: -o-linear-gradient(#fe9104, #fe6202);
	background: linear-gradient(#fe9104, #fe6202);
	-pie-background: linear-gradient(#fe9104, #fe6202);
	behavior: url(/g/pie/pie.htc);
	outline: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 6px 15px;
}
#popupform .tpl-form-button:hover { opacity: 0.9;}
@media screen and (max-width: 320px) {
	.sample-close { right: 0; top: 3px;}
}