/*
 * $Id: searchForm.css,v 1.10 2006/05/05 18:26:42 bsimon Exp $
 *
 * Style for the search form.
 */
#searchForm {
	width: 550px;
}
#searchForm table {
	border: 0px solid blue;	
}

#searchForm td { 
}

#searchForm .label .search { 
    font-weight: bold;
}

#searchForm .example {
	color: black;
}

#searchForm .submitButton {
	color: black;
	font-family: Arial;
	font-weight: bold;
	border-style: outset;	
	border-left-color: white;
}

#activChoiceTip { 
    width: 530px;
    padding: 3px;
}

#activChoice a { 
    color: blue;
}

#validationErrors { 
    color: red;
}

#searchForm #searchWithin {

}
