div.searchbar{
	height: 52px;
	background: url(../imgs/searchbar.png) repeat-x;
	border-top: 1px solid #E1DDDD;
	border-bottom: 1px solid #E1DDDD;
	padding-right: 10px;
	text-align: right;
}

div.searchbar form{
	padding-top: 3px;
}

div.searchbar span{
	font-weight: bold;
}

div.searchbar form input[type=text]{
	border: 1px solid #CCC;
}

div.searchbar form input[type=submit]{
	border: none;
	background: transparent;
	color: #000;
}

div.searchbar ul.legenda{
	border:0px solid;
	width:300px;
	float:left;
	margin-top:2px;
	margin-left: 30px;
}

div.searchbar ul.legenda li{
	list-style:none;
	float:left;
}

div.searchbar ul.legenda li.icone{
	width:30px;
	text-align:center;
	height:25px;
}

div.searchbar ul.legenda li.texto{
	width:90px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	line-height:27px;
}

div.searchbar form{
	float:right;
	width:400px;
}