.clear{
	clear:both;
}
.kereso_form{
	width:740px;
	color:#4A4F48;
	font-weight:bold;
	font-size:12px;	
	}

	.kereso_form fieldset
		{
		border:1px solid #666666;
		padding:5px;
		background-color:#B5C6DB;
		_background-color:none;
		}
		
	/* LEGEND + Kereso link*/

	.kereso_form legend,
	.kereso_link{
		color:#333333;
		font-weight:bold;
		}
	.kereso_form legend{
		margin: 5px;
		}
	.kereso_link{
		margin: 5px auto auto 10px;
		_margin: 10px auto auto 17px;

	}

		.kereso_form legend a,
		.kereso_link a {		
			padding:7px;
			color:#333333;
			display:block;
			width:160px;
			border:1px solid #FFFFCC;
			font-size:13px;
			background-image:url(http://www.gklokator.hu/images/tableimages/bg_header.jpg);
			background-repeat:repeat-x;
			background-position:top left;
			}
		
		.kereso_form legend a,
		.kereso_link a:hover{
			background-color:#EAEAEA;
			color:#FFFFFF;
			background-image:url(http://www.gklokator.hu/images/menu_top_bg.jpg);
			background-repeat:repeat-x;
			background-position:bottom left;
			}		

		.kereso_form legend a:hover{
			color:#333333;
			background-image:url(http://www.gklokator.hu/images/tableimages/bg_header.jpg);
			background-repeat:repeat-x;
			background-position:top left;
			}
	
	/* Formon bell divek*/
	.kereso_form .keresomezo{
	height:30px;
	min-width:5px;
	margin-left:10px;
	margin-top:10px;
	float:left;
	white-space:nowrap;
	}
	
	/* FORM ELEMEK  */	

/*
	.kereso_form input[type=text],
	.kereso_form input[type=file],
	.kereso_form input[type=password],
	*/
	.kereso_form input,
	.kereso_form select,
	.kereso_form select option
	{
		height:20px;
		border-width:1px;	
		}

	.kereso_form input:hover,
	.kereso_form select:hover,
	.kereso_form select option:hover{
  		background-color: #F3FBAC;
	}

	.kereso_select {
        background-color: #FFFFFF;
	}
	
	.kereso_select:hover {
        background-color: #F3FBAC;
	}

	.kereso_form .kereso_button{
		/*
		background-color:#B8987A;
		border:1px solid #3F3300;
		color:#FFFFFF;
		font-weight:bold;
		height:25px;
		*/
		color:#efeddf;
		font-weight:bold;
		width:75px;
		height:22px;
		background-color:#666d63;
		border:1px solid #352e1e;			
		behavior: url(htc/behave.htc) /* IE-hez */
		}

	.kereso_form .kereso_button:hover{
		background-color:#990000;
		}
	
