FORM {
  display: inline;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}
TEXTAREA {
  width: 100%;
  font-size: 11px;
}
input#search { vertical-align:-40%;}

/* below are used in PWA form*/
td.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}
td.fieldKey {
  font-size: 12px;
  font-weight: bold;
}
td.fieldValue {
  font-size: 12px;
}
.inputRequirement{
  color: #005EA7;
  font-size: 11px;  
}

input[id^="cvv_"], input[id^="cc_"], select[name^="cc_"] {
    font-size:12px;
    height:20px;
	padding-left:3px;
}
input[id^="cc_"] {
   width:200px;
}