@charset "utf-8";
/* tuik search_bar menu */


.seach_bar {
	position:absolute;
	bottom:130px;
	width:290px;
	height:18px;
	right:0px;
	z-index:700;
	
   /* border:solid black 1px;*/
}

.seach_bar > ul > li > a {
text-decoration:none;
/*border:solid;
border-color:black;
border-width:0px 1px 0px 0px;*/
color:black;
font-size:11px;
/*padding:0px 5px 0px 5px;*/
display:block;
line-height:21px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.seach_bar > ul > li {
display:inline;
float:left;
width:43px;
}

.seach_bar > ul > li > a:hover {
	background-color:#d5eaed;
	
}

.seach_bar > ul > form {
	
height:16px;
}

.seach_bar > ul > form > input{
text-decoration:none;
border:solid;
border-color:black;
border-width:1px;
background-color:green;
width:160px;
margin:0px;
background-color:white;
height:18px;
padding:0px;
color:#CCC;
font-size:11px;
text-indent:5px;
}
