@CHARSET "UTF-8";

#divSearch{
	float: right; 
	margin-top: 1px;
	height: 22px;
	width: 250px;
	color: #333333;
	font-family: arial;
	font-size: 12px;
}

#divSearch form{
	height: 22px;
	margin: 0;
	padding: 0;
	float: right;
	margin-right: 10px;
}

#txtSearchKeyword{
	color: #999999;
}

#btnSearchButton{
	width: 35px;
	height: 22px;
	border: 0;
	background: transparent url(../../images/kereso_gomb.gif) no-repeat;
	overflow: hidden;
	cursor: pointer;
}

