
#urlap {
	position:relative;
}

/* scrollable root element */
#wizard {
	font-weight:normal;
	font-size:11px;
	height:1200px;
	margin-top:20px;	
	width:640px;
	overflow:hidden;
	position:relative;
	color:#456;
}

/* scrollable items */
#wizard .items {
	width:20000em;	
	clear:both;	
	position:absolute;	
}

/* single item */
#wizard .page {
	padding:10px;
	width:620px;
	height:auto;
	float:left;
}

/* title */
#wizard span {
	font-weight:normal;
	font-size:12px;
	float:left;
	text-align:left;
	margin:0 0 20px 0;
	padding:0;
}
#wizard b {
	font-weight:bold;
}
#wizard .page span.info {
	float:left;
	font-size:10px;
}

/* input fields */
#wizard ul {
	padding:0px;
	margin:0px;
}

#wizard li {
	list-style-type:none;
	list-style-image:none;
}
#wizard div.page label {
    color: #5E5F59;
    float: left;
    font-family: Arial,sans-serif;
    font-size: 11px;
    margin: 2px 7px 0 0;
    padding: 0;
    text-align: right;
    display:block;
    width: 210px;
    height:25px;
}

#wizard div.page label.accept {
    float: left;
    text-align: right;
    width: 425px;
}
#wizard div.page label.accept3 {
    width: 540px;
}
#result span {
    color: black;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding-left: 2px;
}
#result span#uintspan {
	line-height: 15px;
	margin-bottom: 2px;
	margin-top: 3px;
	max-width: 485px;
}
#result li#uintinfoli {
	display:none;
}
#result span#gyorskibinfospan {
	margin-top: -2px;
	margin-bottom:2px;
	line-height:15px;
}
#result li {    display: block;
    float: left;
    margin-right: 0;
    width: 100%;}
     
#wizard div.page label.resultlabel {
    height: 19px;
    margin: 0;
    text-align: left;
    width: auto;}

#wizard div.page input, #wizard div.page textarea, #wizard div.page select {
    background-color: #fff;
    border: 1px solid #A5A69F;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 5px #E6E6E6;
    color: #5E5F59;
    display: block;
    width:220px;
    float: left;
    font-family: Arial,sans-serif;
    font-size: 11px;
    margin-bottom: 8px;
    padding: 5px;
}
#wizard div.page select {
	width:210px;
}

#wizard div.page input.check {
    width:14px;
    margin-top:6px;
}

#uint {width:350px;}

#wizard div.page input.ix {
    width:100px;
}



#wizard div.page input.error, #wizard div.page select.error {
	border:1px dashed #D14646;
	background-color:#feebeb;
}

#wizard #status {
	margin:0px;
	height:49px;
	padding-left:0px;
}

#wizard #status li, #wizard #status li.active {
	position:relative;
	z-index:10;
	margin:0;
	width:640px;
	height:49px;
	list-style-type:none;
	list-style-image:none;
	float:left;
	color:#333;
	font-size:12px;
}
#wizard #status li.status1 {
	width:0;
}
#wizard #status li.status1.active{
	width:640px;
	background:url(../images/megrendeles-abra.jpg) 0 0 no-repeat;
}
#wizard #status li.status2 {
	width:0;
}
#wizard #status li.status2.active {
	width:640px;
	background:url(../images/megrendeles-abra.jpg) 0 -49px no-repeat;
}
#wizard #status li.status3 {
	width:0;
}
#wizard #status li.status3.active {
	width:640px;
	background:url(../images/megrendeles-abra.jpg) 0 -98px no-repeat;
}
#wizard #status li.status4 {
	width:0;
}
#wizard #status li.status4.active {
	width:640px;
	background:url(../images/megrendeles-abra.jpg) 0 -147px no-repeat;
}
#wizard #status li.status5 {
	width:0;
}
#wizard #status li.status5.active {
	width:640px;
	background:url(../images/megrendeles-abra.jpg) 0 -196px no-repeat;
}
#wizard #status li.status6 {
	width:0;
}
#wizard #status li.status6.active {
	width:640px;
	background:url(../images/megrendeles-abra.jpg) 0 -245px no-repeat;
}

#wizard .gombok {
    display:block;
    float: left;
    margin-top:10px;
    margin-left:0;
    position: relative;
    width: 610px;
    text-align:center;
}
#wizard div.page div.info {
    background: url("../images/info.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 17px;
    margin-left: 6px;
    margin-top: 5px;
    width: 17px;
}
#wizard div.page div.info:hover {
    background-position: 0 -17px;
}

.accept {
    width:300px;
}
button {
    margin-top:10px;
    background-color: #a56464;
}
button.next {
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 11px;
    margin-left: 15px;
    padding: 4px 15px;
    text-decoration: none;
}
button.next:hover {
    background-color: #915555;
    cursor:pointer;
    font-weight:200;
}
button.prev {
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 11px;
    margin-left: 15px;
    padding: 4px 15px;
    text-decoration: none;
}
button.prev:hover {
    background-color: #915555;
    cursor:pointer;
    font-weight:200;
}

/* tooltip */
.tooltip, .tooltipwide {
    color: #FFFFFF;
    display: none;
    font-family: arial,sans-serif;
    font-size: 11px;
    z-index: 20000;
    line-height:14px;
}
.tooltip_cont p {
    display:block;
    margin:0;
    padding: 10px 10px 12px;
    background-color:#666;
    border-radius: 5px;
}
.tooltip > .tooltip_cont p {
    width: 170px;
}
.tooltipwide > .tooltip_cont p {
    width: 300px;
}
.tooltip_arrow {
    margin-top:-1px;
    margin-left:5px;
    width:16px;
    height:9px;
    background: url("../images/tooltip_arrow.gif") 0 0 no-repeat;
}

/* RANGE input
slider root element */
.slider {
	background-color:#F4F4F4; 
	height:7px; 
	position:relative; 
	cursor:pointer;
	border:1px solid #A5A69F;
	width:150px;
	float:left; 
	clear:right;
	margin-top:10px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	-moz-box-shadow:inset 0 0 5px #eee;
}

/* progress bar (enabled with progress: true) */
.progress {
	height:9px; 
	background-color:#C5FF00; 
	display:none;
	opacity:0.6;
}

/* drag handle */
.handle { 
	background:#fff repeat-x 0 0; 
	height:14px;
	width:14px;
	top:-6px;
	position:absolute; 
	display:block; 
	margin-top:1px;
	border:1px solid #333;
	/*cursor:move;*/
	-moz-box-shadow:0 0 4px #333;
	-webkit-box-shadow:0 0 4px #333;
	box-shadow:0 0 4px #333;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	border-radius:14px; 

}

/* the input field */
.range {
	border:3px inset #000;
	float:left;
	font-size:20px;
	margin:0 0 0 15px;
	padding:3px 0;
	text-align:center;
	width:40px !important;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px; 
}

/* Validator error container */
#errors {
	background-color:#fff;
	color:#red;
	width:400px;
	padding:20px;
	margin:5px auto;
	display:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;		
}
p.nyilatkozat {
    display:block;
    color: #5E5F59;
    float: left;
    font-size: 11px;
    line-height: 15px;
    margin-top: 9px;
    text-align: justify;
}
.inhead {
    color: #915555;
    float: left;
    font-weight: bold;
    margin: 10px 0 10px 20px;
    padding-bottom: 5px;
    text-align: center;
    width: 580px;
    border-bottom:1px dotted #CACAC8;
}
.inheadtext {
	color:#555;
	clear:left;
	margin:0;
	margin-bottom:15px;
	margin-left:42px;
	width:525px;
	text-align:justify;
}
#result.full {
    width: 578px;
}
#result {
    background-color: #F9FAF8;
    float: left;
    margin: 1px;
    padding: 20px;
    width: 268px;
    min-height:150px;
}
.kh {width:96%; text-align:justify;}

.important {
	padding-top:5px;
	width:20px;
}

img.info {
	display:block;
	width:17px;
	height:17px;
	float:left;
	margin-top:5px;
	margin-left:6px;
	background:url(../images/info.png) no-repeat;
}
img.info:hover {
	background-position:0 -17px;
}
#wizard div.page input.elfogad {
    width:14px;
    margin-top:6px;
}
#wizard div.page label.elfogad {
	text-align:left;
	margin-left:7px;
	margin-top:5px;
}

/* listelements */
.resultfull {
    background-color: #FAFAF8;
    float: left;
    clear:both;
    margin: 1px;
    padding: 20px;
}
.resultfull span {
    color: black;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding-left: 2px;
    display:block;    
}

.result span {
    color: black;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding-left: 2px;}

#wizard .resultfull li, #wizard .result li {
    display: block;
    float: left;
    margin-right: 0;
    width: 100%;
}
     
#wizard div.page label.resultlabel {
    height: 19px;
    margin: 0;
    text-align: left;
    width: auto;
}
#wizard li.resultinhead {
    background-color: #FFFFFF;
    border-radius: 10px;
    clear: both;
    color: #a36e6e;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin-left:-2px;
    padding: 8px;
    padding-left:15px;
    width: 557px;
    box-shadow: 0 0 7px #EEEEEE;
}
#wizard li.resultinheadsmall {
    background-color: #FFFFFF;
    border-radius: 10px;
    clear: both;
    color: #a36e6e;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin-left:-2px;
    padding: 7px;
    padding-bottom:6px;
    padding-left:15px;
    width: 280px;
    box-shadow: 0 0 7px #EEEEEE;
}	
#wizard .resultfull span, #wizard .result span {
    float:left;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding-left: 2px;
    color:#444;
}
.result {
    background-color: #FAFAF8;
    float: left;
    margin: 1px;
    padding: 20px;
    width:300px;
    min-height:180px;
    min-height:195px;
}

.important {
	padding-top:5px;
	width:20px;
}
div.info {
	display:block;
	width:17px;
	height:17px;
	float:left;
	margin-top:5px;
	margin-left:6px;
	background:url(../images/info.png) no-repeat;
}
div.info:hover {
	background-position:0 -17px;
}
#wizard div.page input.elfogad {
    width:14px;
    margin-top:6px;
}
#wizard div.page label.elfogad {
	text-align:left;
	margin-left:7px;
	margin-top:5px;
}
#wizard div.page div#result span#gyorskibinfospan {
	line-height:15px;
	margin:0;
	margin-top:-3px;
}
#wizard div.page div.resultfull span#uintspan {
	line-height: 15px;
	margin-bottom: 2px;
	margin-top: 3px;
	max-width: 440px;
}
#result li#uintinfoli {
	display:none;
}

/* captcha */
#wizard #captchadiv {
	float:left;
}
#wizard div.page #captcha_cont #captcha_innercont > label.captchalabel {
	float:left;
	margin:0;
	margin-left:70px;
	width:82px;
	text-align:left;
}
#wizard div.page #captcha_cont #captcha_innercont > label.labelajanlat {
	width:80px;
	margin:0;
	margin-left:60px;
}
#wizard #wizardmegrendel div.page #captcha_innercont {
	height:140px;
}
#wizard #wizardmegrendel div.page #captchadiv span {
	width:auto;
	font-size:11px;
}
#wizard div.page #captchadiv span {
	width:auto;
	font-size:11px;
}
#wizard #captchadiv input {
	height:17px;
	font-size:11px;
}
#wizard div.page .megjegyzestextarea {
	float:none;
	margin-top:10px;
	width:300px;
	height:85px;
}