.mt-search .search-frm {
	background: url("../images/buttons.gif") no-repeat scroll 0 0 transparent;
    float: right;
    overflow: hidden;
    padding: 0 0 0 10px;
    width: 250px;
}
.mt-search .search-frm .text-field {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #333333;
    float: left;
    font: italic 13px/15px Georgia,Georgia,serif;
    height: 15px;
    padding: 5px 0 6px;
    width: 221px;
}
.mt-search .search-frm .btn-search {
    background: url("../images/ico-search.gif") no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    font-size: 0;
    height: 26px;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 26px;
}
.mt-search .search-frm .btn-search img {
    display: block;
    margin: -1px 0 0 -2px;
}
.mt-search .search-frm legend {
	display: none;
}
.mt-search-results a{
	text-decoration: none;
}
.mt-search-results a:hover{
	text-decoration: underline;
}
.mt-search-results .Results {
	margin-top: 25px;
}
.mt-search-results-filter .filter-aside {
	background: none no-repeat scroll 0 0 transparent;
    overflow: hidden;
    padding: 0;
    width: 160px;
}
.mt-search-results-filter .filter-aside ul li {
	list-style: none outside none;
}