/* creditform.css */

#FormFrame {
  width: 730px;
  height: 900px;
  overflow: hidden;
  border: none;
  margin-left: 10px;
}

iframe {
  scroll: auto;
  border: 0;
}