[type='text'], [type='password'], textarea {
  height: 1.8rem;
  padding: 0rem;
  display: inline;}
  
  select {
  height: 1.8rem;
  padding: 0rem;}
  
  [type='radio'] {
  margin: 0rem; }
  
  p {
  margin-bottom: 0rem;}
  
 .button:disabled {opacity: 0.5; background-color: #f04e23; }
 
 .bluetext { color:#154995; }

  .callout.alert, .callout.alert a, .callout.alert button{
 	background-color:#c00000; color:white; text-shadow:0 -0px rgba(0, 0, 0, 0.0); font-weight:bold;
 }
 
 .split-dt-month, .split-dt-day {
	width: 2.75em; display:inline-block;
}
.split-dt-year {
	width: 3.5em; display:inline-block; margin-right: 1em;
}
.btn-link {
	color: #003399;
	text-decoration: underline; }
.btn-link:hover{
	text-decoration: none;
}
.split-dt-inputs {
	display: block;
}
.fixedWidth-5 { width: 5.95em !important; }