*{
  margin: 0;
  padding: 0;
}

html, body{
 height:100%;
 background-color:#CCC;
}

body{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  font-size: 0.85em;
  font-style: normal;
  color: #000;
  position: relative;
}

/* actual layout width: default is 960px (for 1024x768+); 100% = fluid width */
#page{
  width: 600px;
  min-width: 600px;
  margin:0 auto;
  border: 1px solid #999;
  background-color:#fff;
  padding: 20px;
}

h2{
  font-family: "Palatino Linotype", Georgia, "Tahoma", "Century Schoolbook L", Arial, Helvetica;
  font-size: 200%;
  font-weight: normal;
  margin: 3px 0 5px;
}

#regformdiv{
	border: 1px solid #e2e2e2;
	text-align: center;
	width: 300px;
	margin: 20px auto;
	padding-top: 20px;

}

/********************************************************************************/






img{
  border: 0;
}

p{
  line-height: 150%;
  margin: 4px 0 8px;
}

small{
  font-size: 90%;
}

abbr{
	border-bottom: 1px dotted gray;	
}

.alignleft{
	margin: 0 0 0 5px; 
	float: left;	
}

/**************************************************************************************/
/* table formats */
/**************************************************************************************/

table{
  margin: 0;
  border: 0;
  padding: 0;
}

table td, table th{
  text-align: center;
  padding: 3px 6px;
  color: #666;
}

table td{
  margin: 4px;
}

td.checkbox{
	vertical-align: top; 
	width: 20px;
}

form p{
  margin: 0;
}

form input, form textarea, form select{
  margin: 4px 0;
    padding: 2px 8px;
}

input.aszf{
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

form label{
  font-weight: bold;
}

fieldset{
  padding: 10px;
  border: 1px solid #E7E8E6;
}



/**************************************************************************************/
/*** FOOTER ***/
/**************************************************************************************/
#footer{
  padding: 20px 0;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  font-size: 11px;
}

.error, .red{
  color:#ed1f24;
}


/**************************************************************************************/
/***********REGFORN TOOLS **********************/
/**************************************************************************************/
#betasignup{
	margin: 0 15px;	
}

#betasignup h2{
	font-size: 24px;
	font-weight:700;
	text-transform:none;
	padding-top: 30px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	color: #8D8B8B;
border-bottom: 1px solid #8D8B8B;
}
#betasignup h3{
	font-size: 16px;
	font-weight:700;
	text-transform:none;
	margin-bottom: 30px;
	color: #8D8B8B;
	border-bottom: 1px solid #8D8B8B;
}

.megjegyz{
	font-size: 11px;
	color: #8D8B8B;
	line-height: 12px;
	text-align:justify;
	letter-spacing: -0.1em;
}

#betasignup label, #regformdiv label{
	width: 80px;	
	display: inline-block;
	padding: 5px 10px 0px 0px;
	text-align: right;
	vertical-align:top;
	font-size: 11px;
	font-weight: 100;
	margin: 0;
}

.aszf{
	font-size: 11px;
	text-align: justify; 
	margin: 0 5px 0 0;
}




.textfield{
	background:url(images/textbg.jpg); 
	border:#d4d3d3 solid 1px; 
	padding:0 0 0 2px; 
	margin:0 0 5px 0;
	height:19px;
	width: 120px;
	color: #888;
	font-size: 11px;
}

.irszam{
	background:url(images/textbg.jpg); 
	border:#d4d3d3 solid 1px; 
	padding:0 0 0 2px; 
	margin:0 5px 5px 0;
	height:19px;
	width: 30px;
	color: #888;
	font-size: 11px;
}

.varos{
	background:url(images/textbg.jpg); 
	border:#d4d3d3 solid 1px; 
	padding:0 0 0 2px; 
	margin:0 5px 5px 0;
	height:19px;
	width: 90px;
	color: #888;
	font-size: 11px;
}

.uthsz{
	background:url(images/textbg.jpg); 
	border:#d4d3d3 solid 1px; 
	padding:0 0 0 2px; 
	margin:0 5px 5px 0;
	height:19px;
	width: 130px;
	color: #888;
	font-size: 11px;
}

#betasignup form, #regformdiv form{
	margin: 0;
	padding: 0;
}

#sendbutton{
	height: 40px;
	margin: 10px auto;
	width: 180px;
}

sup{
	/*font-size: 120%;	
	font-weight: 100;*/
}

.kiemel{
	width: 500px;
	border: 1px solid #C4D5EC;
	background-color: #E1EAF5;
	margin: 20px auto;
	padding: 10px;
}

br.clear{
	clear: both;	
}

#nevhiba, #mailhiba, #aszfhiba, #lakcimhiba{
	width: 85%;
	padding: 2px 5px;
	border-left: 8px solid #Ff6e54;
	color: #Ff6e54;
	font-size: 12px;
	margin: 5px 3px 5px 10px;
	font-weight: bold;
	display: none;
	text-align: left;
}
/*
#lakcim{
	display: none;	
}
*/
.loginbutton, #sendbutton{
	margin-bottom: 20px;	
}
a.loginlink:hover{
	background: none;	
}
/**************************************************************************************/
/* FRONTPAGE SPEC: */
/**************************************************************************************/

/* BUTTON */
/* REQUIRED BUTTON STYLES: */		
button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}


/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.submitBtn { 
	padding: 0 15px 0 0; 
	margin-right:5px; 
	font-size:2em; 
	text-align: center; 
	background: transparent url(images/sprite.gif) no-repeat right -140px; 
}
	
button.submitBtn span {
	padding: 8px 0 5px 15px; 
	height:37px; 
	background: transparent url(images/sprite.gif) no-repeat left top; 
	color:#fff; 
}
	
button.submitBtn:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -210px; 
}
	
button.submitBtn:hover span, button.submitBtnHover span {
	background-position: 0 -70px;
}





