/* Az egyszerű keresőmező stíluslapjai */
div.quicksearch {
    display: block;
	float: right;
	height: 18px;
 	width: 490px;
    margin-top: 30px;
	margin-left: 30px;
	margin-bottom: 10px;
}

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 span a {
	font-size : 10px;
	font-weight: normal;
	text-decoration: none;
	color: #1f4772;
	text-transform: uppercase;
    height: 26px;
	line-height: 26px;
    background-image: url(../biomark.hu/images/visszabg.gif);
	background-repeat: no-repeat;
    background-position: top left;
	padding-left: 10px;
}


div.quicksearch input.inputbox {
	width: 170px;
	height: 20px;
	line-height: 20px;
    background-color: #A3CEFB;
    border: 1px solid #70A3D9;
}

div.quicksearch input.submitbutton {
	width : 70px;
    background-color: transparent;
	border: none;
	color: #1f4772;
   	height: 16px;
	line-height: 16px;
	font-size: 9px;
    text-transform: uppercase;
}

/* 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{
}



