/* Fulltext search keyword highlight */

.fulltext_search { /* keyword highglight */
    background : #B5DAFF;
    border-bottom : 1px dotted red;
}

.results { /* block (div) for results display */
    width 	: 100%;
    text-align : justify;
}

table.search_form {
	width: 100%;
	border: 1px solid #DDDDDD;
  margin-top: 10px; margin-bottom: 10px;
} 
table.search_form td {
	background-color: #F1F1F1;
}
input.search {
	width: 530px;
	border: 1px solid #DDDDDD;
	/* font-size: 13px; */
}
input.search_checkbox {
	border: 0px;
	background-color: #F1F1F1;
}
.search_instructions { 
	font-family: Tahoma, Arial, Verdana, Helvetica; 
	font-size: 75%;
	color: #454545;
}

div.search_results {
}

