/* Az egyszerű keresőmező stíluslapjai */
#search {
	width: 100%;
	height: 49px;
	display: block;
	float: left;
	border: 1px solid #fff;
}

div.quicksearch {
    display: block;
	float: left;

	margin-left: 15px;
	margin-top: 15px;
	
}

div.quicksearch form {
	float: left;
}


div.quicksearch span {
	height: 26px;
	float: left;
}

div.quicksearch div.legend {
	font-size : 10px;
	font-weight: bold;
	color: #1f4772;
	text-transform: uppercase;
}

div.quicksearch input.inputbox {
	display: block;
	float: left;

	width: 99px;
	height: 19px;
	
    background-color: #FFF;
    border: 1px solid #000;
}

div.quicksearch input.submitbutton {
	display: block;
	float: left;

	padding-bottom: 3px;

	width : 52px;

	margin-left: 4px;

    background-color: #5b92d8;
	border: 1px solid #7eb6ee;
	
	color: #FFF;
   	height: 19px;

	font-size: 11px;
	font-family: arial;
    text-transform: lowercase;
}

/* A találati lista stíluslapjai */


div.search_result {
  	width: 100%;
	height: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 40px;
}

div.search_result div.paginator{
  text-align	: center;
}


div.search_result div.results p.resultrow{
}



