﻿/* This set of styles is used only on the Forms page, availability.htm.  */
input.required
{
   border-color:#FF3300;
   border-style:solid;	
   border-width:thin;
} 

input#send, input#clear
{
   font-family: Calibri, Verdana, Kartika, Arial, sans-serif;
   font-size: 1.05em; 
   color: #383838;
   width:7em;
   margin-right:2em;
}   

select.required
{
   border-color:#FF3300;
   border-style:solid;	
   border-width:thin;		
} 

textarea.required
{
   border-color:#FF3300;
   border-style:solid;	
   border-width:thin;	
   font-family: Calibri, Verdana, Kartika, Arial, sans-serif;
   font-size: 1.05em; 
   color: #383838;
   white-space:pre-wrap;
} 

.redText 
{
	color: #FF0000;
}

.underlinedText 
{
	text-decoration: underline;
}

