
/*  alapvetõ struktúra ------------------------------------------------------------------------------------------------------------------- */

* {
  padding: 0;
  margin: 0;
}

body {
	text-align: center;

	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;

	background: #FFF;
	color: #000;
	padding: 0 10px;

	overflow: hidden;
}

a {
	/*color: #b32726; piros??? */
	color: #303fA1;
	text-decoration: none;
	background: url("pontozott-kek.gif") repeat-x left bottom;
}

.tarto { 
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;
}

.noborder {
	background: none !important;
}

p {
	text-align: justify;
	margin: 5px 0;
	line-height: 18px;
	clear: left;
}

#belepes_form p {
	margin-top: 10px;
}

.hiba, .info {
	background: #FFF6BF url("hiba.png") 12px center no-repeat;
	text-align: justify;
	padding: 5px 15px 5px 40px;
	border-top: 1px solid #ffd324;
	border-bottom: 1px solid #ffd324;
	margin: 5px 0;
}

.info {
	background: #FFF6BF url("info.png") 12px center no-repeat;
}

.kozepre {
	position:relative;
	top: 95px;
}

#modal-x {
	position: absolute;
	top: -4px;
	left: 393px;
	color: #000;
	background: none;
}








.modalform div {
	text-align: center !important;
	width: 230px;
	margin: 5px auto 0 auto;
}

.modalform div label {
	clear: left !important;
	float: left;
	width: 78px;
	text-align: left;
	position: relative;
	top: 3px;
}

.modalform div input  {
	float: left;
	left: 5px;
}

.modalform #tartos_beleptetes_label {
	width: 115px !important;
	margin-left: 45px;
}

.modalform .checkbox {
	position: relative;
	top: 5px;
}

.modalform .submit {
	margin-left: 85px;
}











#ertekeles {
	text-align: center;
}

#ertekeles div {
	float: left;
	width: 20px;
	height: 20px;
}

#pofon {
	width: 30px !important;
	margin-left: 100px;
}

#pofon, #taps {
	padding: 5px 5px 0 5px;
}

#ertekeles img {
	border: none;
	padding: 0 1px;
	vertical-align: -5%;
	margin-left: -1px;
}

#ertekeles input.submit {
	clear: left !important;
	float: left;
	margin-left: 156px;
	margin-top: 20px;
}
