/*Contains the styles for the search box*/
#searchBox 
{
  color: #000000;
  width:100%;
  text-align:left;
  vertical-align: text-bottom;
  font-size:12px; 
}

#searchBox select
{
  
  text-align:left;
  vertical-align: text-bottom;
  width:120px; 
}

/* #headerTable select /*input drop boxes
{
  text-align:right;
  vertical-align: middle;
 	font-size:10px;
 	width:110px;
} */

#headerTable H3
{
	font-size:14px; 
  text-align:center;
  color:gray;  
}

#searchBox label.inputText
{
  width: 48px;
  float: left;
  text-align:right;
}

#searchBox input.schoolName /*input text boxes*/
{
  text-align:bottom;

  vertical-align: middle;
 	font-size:10px;
}

#searchBox label.submitButton
{
	width:120px;
	float:left;
  text-align:right;
}

#search fieldset
{
  margin:0px auto 0px auto; /*make the feildset sit in the middle of the table*/
  width: 500px;  /*make it smaller so it isnt too near the edges*/
  text-align: left;  /*align the input boxes in the fieldset*/
}

#search label.searchLabel
{
	width: 100px;
  float: left;
  text-align:right;  
}

#search label.centerText
{
	width:350px;
	float:right;
  text-align:left;
}

#search img.sub
{
  width:80;
  height:80;
  float:left;
  border:solid;
  border-width:0px;
}
