* {box-sizing: border-box;}
body{margin: 0;}

form {
  position: relative;
  width: 260px;
  margin: 0 auto;
}


.d5 input, .d5 button {
  outline: none; margin:4px 0;
  background: transparent;
}
.d5 input {
	color:#fff;
  width: 260px;
  height: 25px;
  padding-left: 15px; float:left;
  border: 1px solid #888;font-size: 12px;
}
.d5 button {
  border: none;
  height:25px;
  width: 25px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.d5 button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 12px;
  color: #F9F0DA;
}
.d5 input:focus {
  border-color: #F9F9F9
}
