﻿* {
	box-sizing:border-box;
}
body {
	margin:0;
	padding:0;
	font-weight:260;
	font-family:"Microsoft YaHei","宋体","Segoe UI","Lucida Grande",Helvetica,Arial,sans-serif,FreeSans,Arimo;
}
#container {
	width:260px;
	height:24px;
	margin:0 300px;
}
div.search {
	padding:10px 0;
}
form {
	position:relative;
	width:260px;
	margin:0 auto;
}
input,button {
	border:none;
	outline:none;
}
input {
	width:100%;
	height:24px;
	padding-left:13px;
}
button {
	height:24px;
	width:24px;
	cursor:pointer;
	position:absolute;
}
/*搜索框6*/
     
.bar6 input {
	border:2px solid #559F55;
	border-radius:5px;
	background:transparent;
	top:0;
	margin-left:10px;
}
.bar6 button {
	background:#559F55;
	border-radius:0 5px 5px 0;
	width:60px;
	top:0;
	margin-left:-20px;
}
.bar6 button:before {
	content:"搜索";
	font-size:13px;
	color:#F9F0DA;
}
/*搜索框7*/
      
.bar7 form {
	height:24px;
}
.bar7 input {
	width:250px;
	border-radius:24px;
	border:2px solid #324B4E;
	background:#F9F0DA;
	transition:.3s linear;
	float:right;
}
.bar7 input:focus {
	width:300px;
}
.bar7 button {
	background:none;
	top:-2px;
	right:20px;
}
.bar7 button:before {
	content:"Search";
	font-family:FontAwesome;
	color:#324b4e;
}
/*搜索框8*/
       
.bar8 input {
	border:2px solid #559F55;
	border-radius:5px;
	background:transparent;
	top:0;
	margin-left: 0px;
}
.bar8 button {
	background:#559F55;
	border-radius:0 5px 5px 0;
	width:60px;
	top:0;
	margin-left: -60px;
}
.bar8 button:before {
	content:"搜索";
	font-size:13px;
	color:#F9F0DA;
}