.search_containerX{
  position: relative;
  box-sizing: border-box;
}
.search_containerX input[type="text"]{
  border: none;
  height: 1.8em;
}
.search_containerX input[type="text"]:focus {
  outline: 0;
}
.search_containerX{
  border: 2px solid #3879D9;
  padding: 3px 5px;
  border-radius: 20px;
  height: 2.2em;
  width: 265px;
  overflow: hidden;
}
.search_containerX input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background: #3879D9;
  color: #fff;
  position: absolute;
  width: 3.5em;
  height: 3.0em;
  right:0px;
  top: -5px;
  outline : none;
}
.search_containerX ::-webkit-input-placeholder {
  color: #3879D9;
}

.ebookbackup {
	color: #993300;
	background: #ffcc00;
	padding: 0rem 0.5rem;
	font-size: 1.0rem;
	margin-right: 1rem;
}

.ebook {
	color: #000088;
	background: #FFFF00;
	font-size: 1.0rem;
	text-align: center;
}

