.popupFul_ie_input_label {
	margin-top: 2px;
	font-size: 11px;
	color: #333;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - ÜZENET  - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.popup_Container-uzenet {
	width:auto;
	
	padding:10px 8px;
	margin-bottom:15px;
	
	font-family:Arial, helvetica, sans-serif;
	font-size:13px;
	
	-webkit-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.4);
	box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.4);
	
	overflow:hidden;
}
.popup_uzenet-info {
	background: #f6c660;
	border: 1px solid #cfa244;
	color:#000000;
}
.popup_uzenet-hiba {
	background-color: #bd3130;
	border: 1px solid #811717;
	color: #000000;
}
.popup_uzenet-siker {
	background-color: #7fb34e;
	border: 1px solid #4b6f29;
	color: #000000;
}
.popup_uzenet-close {
	display:block;
	float:right;
	
	width:80px;
	
	text-align:right;
	color:inherit;
}
.popup_uzenet-szoveg_container{
	overflow:hidden;
}
.popup_uzenet-szoveg {
	display:block;
	float:left;
	
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - BÁRMILYEN POPUP ABLAK - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.popupHatter_ablak {
	position:fixed;
	
	top:0px;
	left:0px;
	
	width:100%;
	height:100%;
	
	background-color:rgba(0, 0, 0, 0.7);
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - MEGERŐSÍTÉS - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#popup_Container-megerosites { z-index:99; }
#popup_ContainerBelso-megerosites {
	width:500px;
	
	margin:0px auto;
	margin-top:150px;
	padding-bottom:10px;
	
	background-color:#FFF;
	
	-moz-box-shadow:    0px 5px 10px 0px #0F0F0F;
	-webkit-box-shadow: 0px 5px 10px 0px #0F0F0F;
	box-shadow:         0px 5px 10px 0px #0F0F0F;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	font-family:Arial, helvetica, sans-serif;
	font-size:13px;
	
	color:#000000;
}
#popup_header {
	width:470px;
	height:32px;
	
	padding:13px 0px 0px 30px;
	
	background:url(/images/popup_header.png) repeat-x 0px 0px;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#popup_megse_gomb {
	float:left;
	display:block;
	
	width:94px;
	height:33px;
	
	margin-top:5px;
	margin-bottom:2px;
	
	background-image:url(/images/popup_gombok.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#popup_megse_gomb:hover { background-position:0px -33px; }
#popup_megse_gomb:active { background-position:0px -66px; height:34px; margin-bottom:1px;}
#popup_ok_gomb {
	float:left;
	display:block;
	
	width:74px;
	height:33px;
	
	margin:5px 10px 2px 140px;
	
	background-image:url(/images/popup_gombok.png);
	background-repeat:no-repeat;
	background-position:-94px 0px;
}
#popup_ok_gomb:hover { background-position:-94px -33px; }
#popup_ok_gomb:active { background-position:-94px -66px; height:34px;  margin-bottom:1px;}
#popup_body {
	width:440px;
	
	margin:0px 30px 0px 30px;
	
	background-color:#FFF;
	
	text-align:center;
}
#popup_szoveg {
	max-height:300px;
	overflow:auto;
	
	margin-top:1em;
	margin-bottom:1em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - FOTÓ / EGYEDI BEÁLLÍTÁSOK - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#popup_fotoContainer, #popup_kosarbaContainer {
	width:500px;
	height:320px;
	
	margin:0px auto;
	margin-top:160px;
	
	background-color:#FFF;
	
	-moz-box-shadow:    0px 5px 10px 0px #0F0F0F;
	-webkit-box-shadow: 0px 5px 10px 0px #0F0F0F;
	box-shadow:         0px 5px 10px 0px #0F0F0F;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#popup_new_bal {
	float:left;
	
	width:199px;
	height:210px;
	
	padding:20px 20px 0px 30px;

	margin-top:15px;
	
	border-right:#b7b7b7 1px solid;
}
#popup_new_jobb {
	float:left;
	
	width:200px;
	height:175px;
	
	padding:35px 20px 0px 30px;
	
	background:url(/images/popup_arrow23.png) no-repeat 163px 40px;
	
}
#popup_new_bejelentkezesGomb {
	width:134px;
	height:34px;
	
	background-image:url(/images/popup_gombok2.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	
	margin-top:10px;
}
#popup_new_bejelentkezesGomb:active { background-position:0px -34px; }
#popup_new_regisztralokGomb {
	display:block;
	
	width:134px;
	height:34px;
	
	background-image:url(/images/popup_gombok2.png);
	background-repeat:no-repeat;
	background-position:-134px 0px;
	
	margin-top:15px;
}
#popup_new_regisztralokGomb:active { background-position:-134px -34px; }
.popup_new_input {
	width:187px;
	height:28px;
	
	padding-left:10px;
	
	margin-bottom:5px;
	
	border:#b4b4b4 1px solid;
	color:#363636;
	font-size:13px;
}
.popup_new_szoveg {
	font-size:13px;
	color:#5c5c5c;
	text-align:left;
	font-weight:normal;
}
.popup_foto_header {
	width:470px;
	height:32px;
	
	padding:13px 0px 0px 30px;
	
	background:url(/images/popup_header.png) repeat-x 0px 0px;
}
#popup_foto_megse_gomb {
	float:right;
	display:block;
	
	width:94px;
	height:33px;
	
	margin-top:5px;
	
	background-image:url(/images/popup_gombok.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#popup_foto_megse_gomb:hover { background-position:0px -33px; }
#popup_foto_megse_gomb:active { background-position:0px -66px; height:34px;}
#popup_foto_ok_gomb {
	float:right;
	display:block;
	
	width:74px;
	height:33px;
	
	margin-right:10px;
	margin-top:5px;
	
	background-image:url(/images/popup_gombok.png);
	background-repeat:no-repeat;
	background-position:-94px 0px;
}
#popup_foto_ok_gomb:hover { background-position:-94px -33px; }
#popup_foto_ok_gomb:active { background-position:-94px -66px; height:34px;}
#popup_fotorendeles_kosarhoz {
	display:block;
	
	width:164px;
	height:34px;

	background-image:url(/images/fooldal/fotorendeles_popup_kosarhozgomb.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#popup_fotorendeles_kosarhoz:active { background-position:0px -34px; }
#popup_fotorendeles_vasarlas {
	display:block;
	
	width:174px;
	height:34px;

	background-image:url(/images/fooldal/fotorendeles_popup_tovabbirendelesgomb.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#popup_fotorendeles_vasarlas:active { background-position:0px -34px; }
#popup_foto_body {
	width:460px;
	height:235px;
	
	margin:20px;
	
	background-color:#FFF;
}
#popup_foto_kep {
	float:left;
	
	width:158px;
	height:170px;
	
	margin-bottom:10px;
	
	border:#cecece 1px solid;
	
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-size:cover;
}
#popup_foto_opciok {
	float:right;
	
	width:270px;
	height:180px;
}
#popup_foto_kepcim_container {
	width:100%;
	
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	
	margin:0px;
	margin-bottom:10px;
}
#popup_foto_kepcim { color:#808080; }
		

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - KOSÁR - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#popup_kosarContainer { position:absolute; margin-left:-95px; margin-top:6px; z-index:2; }
#popup_kosarBG_top {
	width:264px;
	height:21px;
	
	background-image:url(/images/fooldal/popup_kosar_bg2.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#popup_kosarBG_middle {
	width:226px;
	min-height:21px;
	
	padding:2px 18px 0px 20px;
	
	background-image:url(/images/fooldal/popup_kosar_bg2.png);
	background-position:-264px 0px;
	background-repeat:repeat-y;
}
#popup_kosarBG_bottom {
	width:264px;
	height:21px;
	
	background-image:url(/images/fooldal/popup_kosar_bg2.png);
	background-repeat:no-repeat;
	background-position:-528px 0px;
}
#popup_kosar_title {
	margin-bottom:10px;
	
	font-size:14px;
	color:#1b1817;
	font-weight:bold;
}
.popup_kosar_title_loading { background: url(/images/fooldal/popup_kosar_preloader.gif) no-repeat right center; background-size: contain; }
#popup_kosar_preloading {
	width:100%;
	height:40px;
	
	margin-top:-12px;
	margin-bottom:8px;
	
	background:url(/images/fooldal/popup_kosar_preloader.gif) no-repeat center center;
	background-size:contain;
}
.popup_kosar_ures_szoveg {
	height:26px;
	color:#666;
	text-align:center;
}
#popup_kosar_tartalom_container { padding-bottom:10px; }
#popup_kosar_tartalom {
	width:215px;
	max-height:300px;
	
	overflow:hidden;
}
.popup_kosar_bejegyzesContainer {
	width:100%;
	margin-bottom:20px;
}
.popup_kosar_bejegyzesContainer:last-of-type { margin-bottom:10px; }
.popup_kosar_szovegContainer {
	float:left;
	
	width:205px;
	padding:0px 5px 0px 5px;
	
	color:#5b5a5a;
	text-shadow:#FFF 0px 1px 0px;
}
#wascroll_scrollbar_container-popup_kosar_tartalom { width:6px; }
#wascroll_scrollbar-popup_kosar_tartalom {
	width:6px;
	
	margin-left:8px;
	
	background-color:#666666;
}
.popup_kosar_ar {
	color:#f2950e;
	text-shadow:#FFF 0px 1px 0px;
}
.popup_kosar_torles {
	float:right;
	display:block;
	
	width:32px;
	height:32px;
	
	background-image:url(/images/fooldal/popup_kosar_torles.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.popup_kosar_torles:hover { background-position:0px -32px; }
#popup_kosar_line1 {
	width:100%;
	height:1px;
	
	background-color:#bababa;
}
#popup_kosar_line2 {
	width:100%;
	height:1px;
	
	background-color:#FFF;
}
#popup_kosar_osszeg {
	float:left;
	
	color:#f2950e;
	text-shadow:#FFF 0px 1px 0px;
	font-weight:bold;
	font-size:15px;
	
	margin-top:18px;
}
#popup_kosar_megrendeles_gomb {
	display:block;
	float:right;
	
	width:131px;
	height:27px;
	
	margin-top:15px;
	
	background-image:url(/images/fooldal/popup_kosar_megrendeles_button.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#popup_kosar_megrendeles_gomb:hover { background-position:0px -27px; }
#popup_kosar_megrendeles_gomb:active { background-position:0px -54px; }


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - REGISZTRÁCIÓ  - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#popup_regContainer { position:absolute; margin-left:-155px; margin-top:6px; z-index:2; }
#popup_regBG_top {
	width:264px;
	height:20px;
	
	background-image:url(/images/fooldal/popup_regisztracio_bg.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#popup_regBG_middle {
	width:224px;
	min-height:20px;
	
	padding:2px 20px 0px 20px;
	
	background-image:url(/images/fooldal/popup_regisztracio_bg.png);
	background-position:-264px 0px;
	background-repeat:repeat-y;
}
#popup_regBG_bottom {
	width:264px;
	height:20px;
	
	background-image:url(/images/fooldal/popup_regisztracio_bg.png);
	background-repeat:no-repeat;
	background-position:-528px 0px;
}
#popup_reg_title {
	margin-bottom:10px;
	margin-top:5px;
	
	font-size:14px;
	color:#1b1817;
}
#popup_reg_gomb {
	float:right;
	
	width:131px;
	height:27px;
	
	margin-top:15px;
	
	background-image:url(/images/fooldal/popup_reg_button.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#popup_reg_gomb:hover { background-position:0px -27px; }
#popup_reg_gomb:active { background-position:0px -54px; }
.regisztracio_input {
	height:23px;
	padding-left:5px;
	
	width:214px;
	
	margin-bottom:5px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - BEJELENTKEZÉS - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#popup_loginContainer { position:absolute; margin-left:-180px; margin-top:6px; z-index:2; }
#popup_loginBG_top {
	width:345px;
	height:21px;
	
	background-image:url(/images/fooldal/popup_bejelentkezes_bg.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#popup_loginBG_middleContainer {
	width:345px;
	height:100px;
	
	overflow:hidden;
	
	background-image:url(/images/fooldal/popup_bejelentkezes_bg.png);
	background-position:-345px 0px;
	background-repeat:repeat-y;
}
.popup_loginBG_middle {
	width:305px;
	height:100px;
	
	padding:2px 20px 0px 20px;
}
#popup_loginBG_bottom {
	width:345px;
	height:21px;
	
	background-image:url(/images/fooldal/popup_bejelentkezes_bg.png);
	background-repeat:no-repeat;
	background-position:-690px 0px;
}
.popup_login_title {
	margin-bottom:10px;
	margin-top:5px;
	
	font-size:14px;
	color:#1b1817;
}
.popup_login_elfelejtettJelszo_gomb {
	float:right;
	
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.popup_login_elfelejtettJelszo_gomb:hover { background-position:0px -27px; }
.popup_login_elfelejtettJelszo_gomb:active { background-position:0px -54px; }
#popup_login_gomb {
	width:131px;
	height:27px;
	
	margin-top:7px;
	
	background-image:url(/images/fooldal/popup_login_button.png);
}
#popup_elfelejtettJelszo_gomb {
	width:107px;
	height:27px;
	
	margin-top:2px;
	
	background-image:url(/images/fooldal/popup_elfelejtett_jelszo_button.png);
}
.login_input {
	float:left;
	
	height:23px;
	padding-left:5px;
	
	width:138px;
	
	margin-bottom:5px;
}
#elfelejtett_jelszo {
	float:right;
	color:#554f4d;
	
	margin-top:12px;
	margin-right:20px;
}
#elfelejtett_jelszo:hover { text-decoration:underline; }


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - SZEMÉLYES MENÜ  - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#popup_privateContainer { position:absolute; margin-top:6px; z-index:2; }
#popup_privateBG_top {
	width:179px;
	height:17px;
	
	background-image:url(/images/fooldal/popup_szemelyesmenu_bg.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#popup_privateBG_middle {
	width:160px;
	min-height:18px;
	
	padding:0px 7px 0px 12px;
	
	background-image:url(/images/fooldal/popup_szemelyesmenu_bg.png);
	background-position:-179px 0px;
	background-repeat:repeat-y;
}
#popup_privateBG_bottom {
	width:179px;
	height:20px;
	
	background-image:url(/images/fooldal/popup_szemelyesmenu_bg.png);
	background-repeat:no-repeat;
	background-position:-358px 0px;
}
#popup_private_title {
	margin-bottom:10px;
	margin-top:5px;
	
	font-size:14px;
	color:#1b1817;
}
.popup_private_gombok {
	display:block;
	
	width:146px;
	height:24px;
	
	padding:6px 0px 0px 7px;
	
	margin-bottom:5px;
	
	color:#3c321f;
	
	background-color:#f0f0f0;
	border:#c3c3c3 1px solid;
}
.popup_private_gombok:hover { border:#8d8d8d 1px solid; }
.popup_private_gombok:active { border:#f2ae0f 1px solid; }
#popup_private_szemadat {
	float:left;
	
	width:17px;
	height:19px;
	
	background-image:url(/images/fooldal/popup_sajatmenu_ikonok.png);
	background-repeat:no-repeat;
	background-position:-17px 0px;
}
#popup_private_kosaram {
	float:left;
	
	width:19px;
	height:19px;
	
	background-image:url(/images/fooldal/popup_sajatmenu_ikonok.png);
	background-repeat:no-repeat;
	background-position:-68px 0px;
}
#popup_private_megrend {
	float:left;
	
	width:17px;
	height:19px;
	
	background-image:url(/images/fooldal/popup_sajatmenu_ikonok.png);
	background-repeat:no-repeat;
	background-position:-51px 0px;
}
#popup_private_ert {
	float:left;
	
	width:17px;
	height:19px;
	
	background-image:url(/images/fooldal/popup_sajatmenu_ikonok.png);
	background-repeat:no-repeat;
	background-position:-34px 3px;
}
#popup_private_logout {
	float:left;
	
	width:17px;
	height:19px;
	
	background-image:url(/images/fooldal/popup_sajatmenu_ikonok.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.popup_private_szoveg {
	margin:1px 0px 0px 25px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - WELCOME POPUP - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#popup_welcomeContainer {
	width:640px;
	height:400px;
	
	margin:0px auto;
	margin-top:160px;
	
	background-color:#FFF;
	
	-moz-box-shadow:    0px 5px 10px 0px #0F0F0F;
	-webkit-box-shadow: 0px 5px 10px 0px #0F0F0F;
	box-shadow:         0px 5px 10px 0px #0F0F0F;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#popup_welcomeHeader {
	width:530px;
	height:32px;
	
	padding:13px 0px 0px 110px;
	
	background:url(/images/popup_header.png) repeat-x 0px 0px;
}
#popup_welcomeRibbon {
	position:relative;

	top:-49px;
	left:-4px;

	width:115px;
	height:115px;

	margin:;

	background:url(/images/fooldal/welcomepopup_ribbon.png) no-repeat 0px 0px;
}
#popup_welcomeTartalom {
	width:575px;

	padding:10px 20px 20px 55px;

	margin-top:-115px;
}
#popup_welcomeTartalom_bal {
	float:left;

	width:262px;

	padding:25px 20px 0px 0px;

	border-right:#b7b7b7 1px solid;
}
#popup_welcomeTartalom_jobb {
	float:left;

	width:262px;

	padding:25px 0px 0px 20px;
}
.popup_welcome_p {
	font-size:15px;
	color:#363636;

	margin:0px;
	padding:0px;
}
.popup_welcome_p2 {
	font-size:13px;
	color:#666666;

	margin:0px;
	padding:0px;

	text-align:justify;
}
#popup_welcome_regioldalButton {
	display:block;

	width:134px;
	height:34px;

	margin-left:18px;
	margin-top:10px;

	background-image:url(/images/fooldal/welcomepopup_regihonlap.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#popup_welcome_regioldalButton:active { background-position:0px -34px; }
#popup_welcome_doc {
	display:block;

	background:url(/images/fooldal/welcomepopup_arrow.png) no-repeat 0px 0px;
	padding-left:20px;
	font-weight:bold;
	margin-top:20px;
	color:#363636;
}
#popup_welcome_doc:hover { text-decoration:underline; }
.popup_welcome_listelem {
	width:216px;

	padding:0px 0px 0px 46px;
	color:#848484;
	font-size:15px;

	margin-bottom:20px;
}
#popup_welcome_belepesButton {
	display:block;

	width:134px;
	height:34px;

	background-image:url(/images/fooldal/welcomepopup_belepes.png);
	background-position:0px 0px;
	background-repeat:no-repeat;

	margin-left:46px;
}
#popup_welcome_belepesButton:active { background-position:0px -34px; }