
input, textarea, select {
   font: 12px Arial, sans-serif;
   border: 1px solid #aaa;
}

option, select {
   height: 18px;
}

input.submit, input.button {
   /*padding: 0.2em 0.5em;*/
   padding: 0;
   margin: 0;
   border: 2px solid #444;
   font-weight: bold;
   letter-spacing: 1px;
   color: #fff;
   background: #CE0031;
   height: 25px;
}

button img{
   vertical-align: middle;
}

button.button1 {
   padding: 0;
   margin: 0;
   border: 0 solid #444;
   color: #444;
}
button.button1:hover {
   cursor: pointer;
}

input.submit:hover, input.button:hover {
   color: black;
} 

input.radio {
   border: 0;
}

.formTitle {
  font-size: 18px;
  font-weight: bold;  
  color: #CE0031}

.titleSmall {
   font-size: 15px;
   font-weight: bold;  
}

.formFieldLabel {
   font-weight: bold;
}


