#website-search {
float:right;
}
form.gsc-search-box {
width:400px !important;
}
div.gsc-clear-button {
display:none !important; /* no X */
}
.gsc-branding { /* no logos */
display:none !important;
}
.gsc-control-cse { /* main background */
background:none !important;
border:0 !important;
padding:0 !important;
}
input.gsc-input { /* Search input field */
margin:-2 0 0 0 !important;
border:1px solid rgb(0, 136, 0) !important;
border:1px solid rgba(0, 136, 0, .7) !important;
padding:0 !important;
border-radius:5px !important;
box-shadow:-10 10px 20px #999 !important;
background:rgb(255, 255, 210) !important;
background:rgba(255, 255, 210, .7) !important; /* replaces google custom seach image */
}
input.gsc-search-button { /* Search button */
margin:0 10 0 0 !important;
cursor:pointer !important;
font-size:12px !important;
color:#fff !important;
text-shadow:0 1px 2px #000 !important;
padding:5px 5px !important;
background:rgb(0, 136, 0) !important;
background:rgba(0, 136, 0, .7) !important;
border:1px solid rgb(0, 128, 0) !important;
border:1px solid rgba(0, 128, 0, .7) !important;
font-weight:bold !important;
border-radius:4px !important;	
box-shadow:1px 2px 2px #999 !important;
}
/* --- Google Custom Search Results --- */
.gsc-results {
background:none !important;
}
.gsc-cursor-page {
border-radius:5px;
}