/*
	directory_search_box stylesheet
	prefix='directory_search_box_'
	This is a template stylesheet, please use shorter names in the real life :-)
*/
.directory_search_box_form {
	margin-top:0px;
	margin-bottom:0px;

}

.directory_search_box_table {
	background-color:#FFFFFF;
	color: inherit;
}

.directory_search_box_label_cell {
	background-color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
	color:#999999;
}

.directory_search_box_button {
	color:#000000;
	background-color:#E8E8E8;
}

.directory_search_box_button_cell {
	background-color:#FFFFFF;
	color: inherit;
}

.directory_search_box_input {
	background-color:#F3F3F3;
	color: inherit;
}

.directory_search_box_input_cell {
	color:#000000;
	background-color:#FFFFFF;
	width:100px;
}