/*search box*/
.headerkereso{ position: relative !important; }
.keresobox{ position: absolute; left: 530px; top: 114px; z-index: 40; width: 200px;}

.sboxextrak {
	position: relative; 	
}
.sboxextra {
	display: none;
	overflow: hidden; 
	width:170px;
	position: absolute; 
	margin-top: 20px; 
	z-index: 99; 
	left: 0px;
}
.sbox { width:168px; height: 190px;  background-color: #FFFFFF; border: 1px solid #A09481; }
.sboxr { background-image: url(images/bg_boxr.png);  background-repeat: repeat-y; width:5px; }
.sboxb  { background-image: url(images/bg_boxb.png);  background-repeat: repeat-x;  height:5px; width: 165px; }
.sboxls  { background-image: url(images/bg_boxsl.png);  background-repeat: no-repeat; width:5px; height: 5px; }
.sboxrs  { background-image: url(images/bg_boxsr.png);  background-repeat: no-repeat;  width:5px; height: 5px; }
.sboxinp { width: 130px; height: 12px; float: left;}
.sboxbt { float: left; margin-right: 4px; }
.formtop { float: right; width: auto; margin: 4px 0px 0px 0px; }
.p4 {	padding: 4px;}