@charset "utf-8";
/* CSS Document */

.searchButton {
    background: url("../../../img/gui/en/bt_search.gif") left no-repeat;
    display: block;
    width: 124px;
    height: 35px;
}

.searchButton:hover {
    background: url("../../../img/gui/en/bt_search_over.gif") left no-repeat;
}

.resetButton {
    background: url("../../../img/gui/en/bt_reset.gif") left no-repeat;
    display: block;
    width: 124px;
    height: 28px;
}

.resetButton:hover {
    background: url("../../../img/gui/en/bt_reset_over.gif") left no-repeat;
}

form#htmlSearchForm table#portalSearchTable {
	margin: 4px;
	margin-top: 0px;
}

form#htmlSearchForm table#portalSearchTable td {
	text-align: left;
	white-space: nowrap;
	padding-top: 8px;
	padding-right: 4px;
}

form#htmlSearchForm table#portalSearchTable tr.top td {
	padding-top: 0px;
}

form#htmlSearchForm table#portalSearchTable tr.bottom td {
	padding-top: 16px;
}

