/* OUTPUT
  * default location for section that holds AJAX results
*/
#searchOutput {
}


/* ERROR 
  * settings for the error messages appearing beside form fields
*/
label.error { 
    float: none; 
    color: #FF6600; 
    padding-left: .5em; 
    vertical-align: top;
}

#searchOutput th, #searchOutput td {
    padding-left: 5px;
    padding-right 5px;
}
