input {
  border:         	  1px dotted #999999;
  color:			  #333333;
  font-family:        Verdana, Geneva;
  font-size:          10px;
  background-color:   #eeeeee;
  font-weight:        bold;  
  height:             1.4em;
  padding:            .4px;
  margin:             0px;
} 

input:focus {
 background-color : #ffffff
}

textarea {
  border:         	  1px dotted #999999;
  color:			  #333333;
  font-family:        Verdana, Geneva;
  font-size:          10px;
  font-weight:        bold;
  background-color:   #eeeeee;  
  height:             12em;
  width:			  25em;
  padding:            .4px;
  margin:             0px
} 

textarea:focus {
 background-color : #ffffff;
}

/*--  Submit button formatting (search). --*/

.button {
  border:         	  0px;
  color:              #454e48;
  font-family:        Verdana, Geneva;
  font-size:          12px;
  background-color:   transparent;
  height:             2em;
  margin:             0px;
}

.buttonhover {
  border:         	  0px;
  color:              #eeeeee;
  font-family:        Verdana, Geneva;
  font-size:          12px;
  background-color:   transparent;
  height:             2em;
  margin:             0px;
  text-decoration: 	  none;
}