.tx-indexedsearch-searchbox fieldset{
    position: relative;
    top: auto;
    left: auto;
}

.tx-indexedsearch-searchbox fieldset .tx-indexedsearch-form .tx-indexedsearch-searchbox-sword{
    padding: 3px;
}

.tx-indexedsearch-searchbox fieldset .tx-indexedsearch-form{
    display: block;
    margin-bottom: 15px;
}

.tx-indexedsearch-searchbox fieldset .tx-indexedsearch-form label{
  display: inline-block;
  margin-right: 10px;
}
.tx-indexedsearch-searchbox fieldset .tx-indexedsearch-search-submit {
  margin-left: 90px;
} 


.tx-indexedsearch div.fieldsets fieldset {
  position: relative;
  background-color: rgba(0, 0, 0, 0.03);
}

.tx-indexedsearch div.fieldsets, .tx-indexedsearch div.fieldsets li {
  color: #000;
}


.tx-indexedsearch .tx-indexedsearch-browsebox li { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-description { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-description .tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#777 !important; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { background:#cccccc; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
.tx-indexedsearch .tx-indexedsearch-browsebox { text-align: center; }
.tx-indexedsearch .tx-indexedsearch-browsebox li {
  display: inline;
  padding: 0px 8px;
  border-left: 1px solid #1092E9;
  background-image: none !important;
}
.tx-indexedsearch .tx-indexedsearch-icon {
  border-radius: 3px;
  box-shadow: 0px 0px 6px rgba(255, 255, 207, 0.44);
  padding: 0px;
  margin: 0px;
  background: #FFF;
  border: 1px solid #E7FCFF;
}
.tx-indexedsearch .tx-indexedsearch-res p {
  margin: 0;
}
.tx-indexedsearch .tx-indexedsearch-title a {
    font-size: 11px;
    margin-left: 10px;
}
.tx-indexedsearch .tx-indexedsearch-title a:hover {
    color: #ADD8FF;
}
.tx-indexedsearch .tx-indexedsearch-percent{
  float: right;
  font-size: 13px;
  color: #fff;
}
.tx-indexedsearch .tx-indexedsearch-description, 
.tx-indexedsearch .tx-indexedsearch-info {
  background-color: #1a1b1c;
  padding-left: 30px;
  padding-top: 5px; 
  padding-right: 5px; 
}
.tx-indexedsearch-searchbox-button{
  width: 35%;
  padding: 5px;
}