
#search_form_simple {
    background-color:#f5f5f5;
    text-align:center;
	text-decoration: none;
	font-weight: normal;
}
#search_form_simple td {
    font-size: 11px;
    color: #666666;
    vertical-align: top;
}
#search_form_simple .header_row {
    height: 40px;
    background-color: #e6e6e6;
}

#search_form_detailed {
    margin-top:2px;
    background-color:#f5f5f5;
    text-align:left;
	text-decoration: none;
	font-weight: normal;
}
#search_form_detailed td {
    font-size: 11px;
    color: #666666;
    vertical-align: top;
}

#search_form_detailed .header_row {
    background-color: #e6e6e6;
    font-weight:bold;
}
#search_form_detailed td.button {
    text-align:center;
}
#search_form_detailed .found {
    vertical-align:bottom;
    text-align:center;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
#search_form_detailed .found_nr {
	font-size: 18px;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}
.search_textbox {
    font-size: 11px;
	color: #333333;
	text-decoration: none;
	height: 22px;
}
.search_button {
	font-size: 11px;
	color: #CC0000;
	height: 25px;
	width: 75px;
}


