div.dokuwiki table.gsc-search-box,
div.dokuwiki table.gsc-branding {
    margin: 0px;
    padding: 0px;
}
.gsc-clear-button {
    display: none;
}
input.gsc-input, 
input.gsc-search-button {
    border: 1px solid #8cacbb;
    color: #000;
    //display: inline;
    margin: 1px;
    padding: 0.2em 0.3em;
    vertical-align: middle;
}
    
input.gsc-input {
    background: #fff url('/_lib/img/inputshadow.png') repeat-x scroll center top;
    /*margin-right: 10px;*/
}
table.gsc-search-box td.gsc-input {
	padding-right:12px;
}
    
input.gsc-search-button {
    background: #fff url('/_lib/img/buttonshadow.png') repeat-x scroll center bottom;
    margin-left: 10px;
}
.gsc-resultsbox-visible {
	float:left;
}
.gsc-control {
	float:right;
}
