.bad_input {
  border: 1px solid red !important; 
}

input[type=radio] {
    //width: 20%;
    //transform:scale(2);
}

input[type=checkbox] {
    transform:scale(2);
    margin: 10px;
    
}

.step {
    border-radius: 50%;

    width: 34;
    height: 32;
    padding: 8px;

    background: #000;
    border: 2px solid #666;
    color: #fff;
    text-align: center;
 

    font: 16px Arial, sans-serif;
}

.cctype_images {
}

.credit_card_choose {

  float: left;
  margin-bottom: 20px;
   
}

.cc_ccv .xms_input {
  width: 160px;
}
