#viewpayIframeCheckVideo{
  width:0;
  height:0;
  opacity:0
}
.defaultBtnViewpay{
  background:#10baee;
  text-align: center;
  padding:1em;
  margin : 1em;
  cursor:pointer;
  border-radius: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: center;
  background-image:url(http://cdn.jokerly.com/img/viewpay.png);
  border : none;
}

.customBtnViewpay{
  background:#10baee;
  text-align: center;
  margin : 1em;
  padding: 1em;
  cursor:pointer;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: left;
  color : white;
  border : none;
  font-size: 1em;
}

#viewpay_loading{
  background:#10baee;
  text-align: center;
  margin : 1em;
  color : white;
  border-radius: 3px;
  border : none;
}

#viewpay_error{
  background:#10baee;
  width:50%;
  text-align: center;
  padding:1em;
  margin : 1em;
  color : white;
  border-radius: 3px;
  border : none;
}

#btnViewpay>img{
  width : 50%;
  height: 100%;
}

#viewpay_error>img{
  width : 25%;
  height: 100%;
}

#viewpay_loading>img{
  width : 25%;
  border : none;
}

#viewpayIframe{
  border-width: 1px;
  width: 650px;
  height: 450px;
}