.searchbox {
        display: block;
}

#searchBox {
	 //clear: left;	
}
#searchBox input {
      	 background-color: #000 url(images/bg-input.gif) 0 0 repeat-x;
	 vertical-align: center;
        text-indent: 7px;
	 background: #000000;
	 color: #fff;
	 border: 0;
	 height: 20px;
	 width: 147px;       
	 font-weight: bold;
	 padding: 2px 0 0 0;
        border: 1px solid #000;
        border-top-color: #000;
        border-bottom-color: #000;
            }
#search_format {
	 border: 0;
        width: 172px; 
}
#searchBox input.button {
        background: url('/templates/dsf/images/button-search.png') no-repeat;
        border: 0px;
        height: 28px;
        width: 102px;
	 text-indent: 0px;
        line-height: 1em;
        padding: 0;
	 margin: 0;
        color: #FFF;
        }

#searchBox .boxLink {
        color: #4089fd;
        }
