div.sphinxsidebar #searchbox input[type="text"] {
	display: inline;
	width: 190px;
	height: 28px;
	border: 1px solid #dfe4e7;
	border-right: 0 none;
	background-color: #fcfdfe;
	box-shadow: none;
	font-size:12px;
	padding: 0;
	padding-left: 0.5em;
	margin-left: 10px;
}

div.sphinxsidebar #searchbox input[type="submit"] {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("search_button.png") no-repeat scroll right 6px center #fcfdfe;
    border-color: #dfe4e7;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    cursor: pointer;
    display: inline;
    height: 30px;
    /*margin-bottom: 12px;*/
    margin-left: -7px;
    padding-bottom: 3px;
    padding-right: 26px;
    padding-top: 1px;
    right: 3px;
    text-indent: -33333em;
    text-transform: uppercase;
    top: 3px;
    vertical-align: bottom;
    width: 18px;
    z-index: 2;
}
