/* generic classes for webblock lucene */

.block.lucene {
 float:left;
 width: 195px;  
 position: relative;
 border: 0px solid purple;
 }

.block.lucene .body{
 margin: 0px 0px 0px 0px;
 padding: 10px 0px 0px 5px;
 color: #591414;
 } 

.block.lucene .head,
.block.lucene .bottom,
#id_search h2{
 display: none;
 }

#searchselect{
 border: solid 1px #591414;
 width: 190px;
 margin-bottom:5px;
 font-size: 0.7em;
 }

#searchquery{
 border: solid 1px #591414;
 height: 12px;
 width: 182px;
 font-size: 0.7em;
 padding: 3px;
 }

#searchsubmit{
 color: #591414;
 width: 190px;
 margin-top: 3px;
 float:right;
 text-align:center;
 font-weight:bold;
 font-size: 0.85em;
 }