html, body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #000;
  text-align: center;
  color: #fff;
}

#holder {
  width: 840px;
  margin: 70px auto 0 auto;
  text-align: center;
}

.input {
  color: #fff;
  background-color: #000000;
  border: none;
  border-bottom: solid 1px #fff;
  width: 204px;
  height: 20px;
}

.chbox {
  width: 204px;
}

.button {
  width: 100px;
  color: #fff;
  background-color: #000;
}

select {
  width: 204px;
  color: #fff;
  background-color: #000;
  border: none;
  border-bottom: solid 1px #fff;
}

.global {
  width: 818px;
  height: 535px;
  margin: 70px auto;
}

.global#reghu {
  background-image: url(../images/reg_bg_hu.jpg);
}

.global#regsk {
  background-image: url(../images/reg_bg_sk.jpg);
}

.global#regen {
  background-image: url(../images/reg_bg_en.jpg);
}

.global#unsuben {
  background-image: url(unsub_bg.jpg);
}

.global#unsubhu {
  background-image: url(unsub_bg.jpg);
}

.global#unsubsk {
  background-image: url(unsub_bg.jpg);
}

.global#blank {
  background-image: url(message_.jpg);
}

form {
  padding-top: 70px;
  padding-left: 30px;
}

.global_belepes {
  width: 800px;
  height: 700px;
  margin: 0px auto;
}

.regisztracio {
  width: 800px;
  height: 520px;
  top: 67px;
  left: 220px;
}

.fotohatter {
  width: 538px;
  height: 520px;
  position: absolute;
  top: 67px;
  left: 262px;
  background-image: url(foto_hat.jpg);
}

.szoveg table {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  margin: 0px 570px 20px 8px;
  text-align: left;
}

.szoveg p {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  margin: 50px 570px 20px 8px;
  text-align: left;
}

.form {
  background-color: #000000;
  border: solid 1px #FFFFFF;
  width: 150px;
  height: 20px;
}

.box {
  background-color: #000000;
  border: solid 1px #FFFFFF;
}
.global .szoveg .info {
	color: #e9038a;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.global .szoveg .info a:link,
.global .szoveg .info a:visited,
.global .szoveg .info a:active{
	color: #e9038a;
	font-size: 12px;
}

.global .szoveg .info a:hover{
	color: #e9038a;
	font-size: 12px;
}


/*találati elem (tipp buborék)*/

#dhtmltooltipp{
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	font-size: 11px;
}
.tipcontent {
	background-color: #000000;
	border: 1px solid #000000;
	width: 530px;
	height:auto;
	padding:7px;
	float:left;
	text-align: left;
}

.tipimage {
	width:120px;
	height:166px;
	float:left;
}

.tiptext {
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	width:400px;
	padding-left:10px;
}

.tiptext h1 {
	color: #e9038a;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.tiptext h2 {
	color: #e9038a;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.tipendstyle {
	color: #990000
}

.tipendstyle a:link,
.tipendstyle a:visited,
.tipendstyle a:active{
	color: #990000;
	text-decoration:underline;
}

