﻿

#container {
	margin:0 auto;
}
div.search {
	padding:3px 0;
}
form {
	position:relative;
	width:200px;
	margin:0 auto;
}


/*搜索框6*/
     
.bar6 input {
	border:none;
	outline:none;
	width:100%;
	height:22px;

	border:1px solid #3F6D9D;
	border-radius:5px;
	background:transparent;
	top:0;
	right:2;
}
.bar6 button {
	border:none;
	outline:none;
	height:24px;
	width:42px;
	cursor:pointer;
	position:absolute;
	background:#3F6D9D;
	border-radius:0 5px 5px 0;
	width:60px;
	top:0;
	left:141px;
}
.bar6 button:before {
	content:"搜索";
	font-size:13px;
	color:#F9F0DA;
}
