/* UIC Form Styling */

legend { font-size: 1em; }

form input, form select, form textarea { 
  font-size: 1em; 
  font-family: inherit;
  border: 1px solid #999;
  width: 40%;
  padding: 0.25em;
}

form input:focus, form select:focus, form textarea:focus { 
  border: 1px solid #000;
}

form textarea {
  display: block;
  clear: both;
  width: 60%;
  height: 100px;
  font-family: inherit;
}

form select {
  display: block;
  clear: both;
}

li.select label {
  width: auto;
  margin-bottom: 10px;
}

form label {
  display: block;
  float: left;
  width: 30%;
  font-weight: normal;
}

form .multi label { 
  display: inline;
  float: none; 
  width: auto;
  text-align: left;
}

form .multi input {
  border: none;
  width: auto;
}

form input.submit {
  width: 65px; 
  border: none;
  background: url(^FileUrl(knowmad/images/catalog_search.gif);) no-repeat;
  padding: 2px 5px 5px;
  height: 22px;
}

