/*************************************************************/
/* STUDENT SEARCH FORM                                       */
/*************************************************************/

input.txt {
  background: url(../images/bigshadow.gif) top left no-repeat #fff;
  color: #00008B;
  background-color: #e3f2f7;
  border: 1px solid #999999;
  width: 230px;
  }
  
checkbox {
  clear: left;
  }
  
input.btn {
  background: url(../images/smallshadow.gif) bottom right no-repeat #fff;
  padding: 2px 3px 2px 3px;
  font-size: 12px;
  color: #000;
  }
  
form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  }
  
form .courses {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  }
  
form p label {
  float: left;
  width: 55%;
  font: bold 0.9em sans-serif;
  padding: 0 30px 0 0;
  }
  
textarea.txt {
  border: none;
  background: url(../images/bigshadow.gif) top left no-repeat #fff;
  padding: 2px 3px 3px 3px;
  width: 230px !important;
  width: 230px;
  width/**/:/**/200px;
  height: 80px !important;
  height: 85px;
  height/**/:/**/80px;
  }
  
select.txt {
  border: none;
  background: url(../images/bigshadow.gif) top left no-repeat #fff;
  padding: 2px 3px 3px 3px;
  width: 230px !important;
  width: 230px;
  width/**/:/**/200px;
  }
  
fieldset {
  border: 1px solid #999999;
  margin-top: 16px;
  padding: 10px;
  width: auto;
  }
  
legend {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #FFFFFF;
  font-style:italic; 
  color: #990000; 
  font-weight: bold;
  }
 
.form  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #FFFFFF;
  font-style:italic; 
  color: #990000; 
  font-weight: bold;
  margin: 0;
  padding: 15px 0 0 0;
  }
