@charset "utf-8";
/* CSS Document */
body{
	background: #FFFFFF;
	font-family: "Amaranth Regular";
	text-align: justify;
}
 
.box{
  margin: 0px;
  width: 150px;
  height: 50px;
}

.container-1{
  width: 150px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  color: #3300FF;
}

.container-1 input#search{
  width: 140px;
  height: 30px;
  background: #FFFFFF;
  border: none;
  font-size: 10pt;
  float: left;
  color: #3300FF;
  padding-left: 45px;
  -webkit-border-radius: px;
  -moz-border-radius: 5px;
  border-radius: 15px;
}

.container-1 .icon{
  position: absolute;
  top: 50%;
  margin-left: 17px;
  margin-top: 7px;
  z-index: 1;
  color: #3300FF;
}
