body{
	background-color:#cfcbcb;
}
.fejlec{
	background:url(images/fejlec.png) repeat-x;
	width:100%;
	height:77px;
}
.edw-logo{
	background: url(images/EDW-logo.png) no-repeat;
	width:512px;
	height:71px;
	top:10px;
	left:300px;
}
.kozep{
	background-color:#cfcbcb;
	width:100%;
}
.impresszum{
	background:url(images/impresszum.png) repeat-x;
	width:100%;
	height:55px;
}
.kulcs{
	background:url(images/kulcs.png) no-repeat;
	width:63;
	height:306;
}
.bejelentkezes{
	background:url(images/bejelentkezes.png) no-repeat;
	width:300;
	height:60;
}
input{
	background:url(images/input.png) no-repeat;
	width:247;
	height:48;
	border:0;
	padding:15px;
	font-weight:bold;
}
.gomb{
	background:url(images/gomb.png) no-repeat;
	width:207;
	height:55;
	cursor:pointer;
}
.gomb_01{
	background:#006600;
	border-color:#00AA00;
	border-style:outset;
	color:#ffffff;
	font-weight:bold;
	width:200px;
	cursor:pointer;	
}


.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }