#slidebox{
	width: 100%;
	height: 33px;
	position: fixed;
	bottom: -105px;
	z-index:10000;
	}
	

a.close{
	background: transparent url(close.gif) no-repeat top left;
	width: 13px;
	height: 13px;
	position: absolute;
	cursor: pointer;
	top: 0px;
	right: 0px;
	z-index: 10;
	}
a.close:hover{
	background-position: 0px -13px;
	}

#cse-search-form_slide .cse input.gsc-input,
#cse-search-form_slide input.gsc-input {
	font-family: arial;
	padding: 12px;
	width: 98%;
	font-size: 25px;
	background: #FFF !important;
	border:1px solid #adadad;
}
#cse-search-form_slide .cse input.gsc-input:hover,
#cse-search-form_slide input.gsc-input:hover {
	border:1px solid #555;
}
/* Search button */
#cse-search-form_slide .cse input.gsc-search-button,
#cse-search-form_slide input.gsc-search-button {
  font-family: arial;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  height:100%;
  background-color: #df3132;
  border: none;
  cursor:pointer;
  padding: 0 37px;
  -webkit-transition: background 0.3s ease-in-out;-moz-transition: background 0.3s ease-in-out;-o-transition: background 0.3s ease-in-out;-ms-transition: background 0.3s ease-in-out;transition: background 0.3s ease-in-out;
}

#cse-search-form_slide input.gsc-search-button:hover {background-color: #bb3500;}