input[type=text] {
	border: solid 1px #000000;
}

#bar_top #search_bar #search_box {
	position: relative;
	display: block;
	margin: 0px ! important;
	padding: 0px ! important;
}

#bar_top #search_bar #search_box form {
	margin: 0px ! important;
	padding: 0px ! important;
}


#bar_top.info #search_bar #search_box #search_l {
	position: absolute;
	display: block;
	width: 11px;
	height: 22px;
	top: 0px;
	left: 0px;	
}

#bar_top.info #search_bar #search_box #search_r {

	position: absolute;

	width: 11px;
	height: 22px;
	top: 0px;
	left: 135px;
	
	border: 0px ! important;
	padding: 0px ! important;
	margin: 0px ! important;

	background-image: url("../layout/search_r.png");
	margin: 0px ! important;
	background-color: yellow;
}


#bar_top.info #search_bar #search_box input {
	position: absolute;
	top: 0px;
	left: 11px;

	width: 120px;
	height: 16px;
	
	margin: 0px ! important;
	padding: 2px;
	line-height: 13px;
	background-color: #ffffff;
	border: solid 1px #ffffff;
	border-left-width: 0px ! important;
	border-right-width: 0px ! important;
	color: #5fbf00;
}

.fnt_small #bar_top.info #search_bar #search_box input { font-size: 11px ! important; }
.fnt_std #bar_top.info #search_bar #search_box input { font-size: 13px ! important; }
.fnt_big #bar_top.info #search_bar #search_box input { font-size: 15px ! important; }


