.slide-to-unlock {
  position: relative;
  /*left: 50%;
  top: 50%;*/
  /*-webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
  

  width: 180px;
  height: 30px;
}

.slide-to-unlock .dragdealer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  background: none;
  height: auto;
}

.slide-to-unlock .handle {
  height: 100%;
  border-radius: 0;
}

.slide-to-unlock .disabled {
  background: none;
}

.slide-to-unlock .slide-text {
  position: absolute;
  top: 0;
  height:180px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

.old-slider {
  border-radius: 16px;
  background: #b51e20;
  margin:auto;
  /*background-image: -webkit-linear-gradient(top, #111 0%, #333 100%);
  background-image: -moz-linear-gradient(top, #111 0%, #333 100%);
  background-image: -o-linear-gradient(top, #111 0%, #333 100%);
  background-image: linear-gradient(to bottom, #111 0%, #333 100%);*/
}

.old-slider.green{
  background: #09512B;	
}

.old-slider .dragdealer {
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.old-slider .slide-text {
  right: 0;
  width: 140px;
  height: 30px;
  color: #fff;
  line-height: 20px;
  cursor: default;
}

.old-slider .handle {
  width: 30px;
  border-radius: 12px;
  background: #ccc;
  background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #aaa 100%);
  background-image: -moz-linear-gradient(top, #f1f1f1 0%, #aaa 100%);
  background-image: -o-linear-gradient(top, #f1f1f1 0%, #aaa 100%);
  background-image: linear-gradient(to bottom, #f1f1f1 0%, #aaa 100%);
}


.slide-to-unlock-mail{
  position: relative;
  width: 100px;
  height: 20px;
}



.slide-to-unlock-mail .slide-text {
  position: absolute;
  top: 0;
  height:100px;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
}

.slide-to-unlock-mail .dragdealer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  background: none;
  height: auto;
}

.slide-to-unlock-mail .handle {
  height: 100%;
  border-radius: 0;
}

.slide-to-unlock-mail .disabled {
  background: none;
}

.slide-to-unlock-mail .slide-text {
  position: absolute;
  top: 0;
  height:180px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.slide-to-unlock-mail.old-slider {
  border-radius: 8px;
  background: #b51e20;
  margin:0 0 -5px 0;
  display:inline-block;
}

.slide-to-unlock-mail.old-slider.green{
  background: #09512B;	
}

.slide-to-unlock-mail.old-slider .dragdealer {
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
}

.slide-to-unlock-mail.old-slider .slide-text {
  right: 0;
  width: 70px;
  height: 16px;
  color: #fff;
  line-height: 15px;
  cursor: default;
}

.slide-to-unlock-mail.old-slider .handle {
  width: 20px;
  border-radius: 5px;
  background: #ccc;
  background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #aaa 100%);
  background-image: -moz-linear-gradient(top, #f1f1f1 0%, #aaa 100%);
  background-image: -o-linear-gradient(top, #f1f1f1 0%, #aaa 100%);
  background-image: linear-gradient(to bottom, #f1f1f1 0%, #aaa 100%);
}

.link-box.last .e-mail{
	line-height:30px;
}

.mail-foot{
	display:none;
}
