#popup_overlay {
/*background: none repeat scroll 0 0 #313131;*/
background: rgba(49, 49, 49, 0.8);
height: 100%;
left: 0;
/*opacity: 0.8;*/
position: fixed;
top: 0;
width: 100%;
z-index: 999999;
}
.pop_cont{
  position: absolute;
  top: 50%;
  width: 300px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  z-index: 100;
  left: 50%;
  margin-left: -150px;
  padding: 15px;
  box-sizing: border-box;
}
.pop_cont p{ padding-bottom: 15px;}

input.error {
background: url("../images/error-input.png") no-repeat scroll right center #fff !important;
border: 1px solid orange !important;
width: 409px;
padding-left: 18px;
}
.cvv_flash .error
{
  width: 172px !important;
  padding-left: 10px;
}
.cc_flash .error
{
  width: 184px;
  padding-left: 10px;
}
select.error {
background: url("../images/error-input.png") no-repeat scroll right center #fff !important;
border: 1px solid orange !important;
width: 429px;
padding-left: 18px;
}
input.valid{
background: url("../images/tick-input.png") no-repeat scroll right center #fff !important;
border: 1px solid green !important;
width: 409px;
padding-left: 18px;
}
.cvv_flash .valid
{
  width: 172px !important;
  padding-left: 10px;
}
.cc_flash .valid
{
  width: 184px;
  padding-left: 10px;
}
select.valid {
background: url("../images/tick-input.png") no-repeat scroll right center #fff !important;
border: 1px solid green !important;
width: 429px;
padding-left: 18px;
}
label.error{
    display: none !important;
}

