html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }


a {
	text-decoration:none;
	font-weight: bold;
}

a:visited {
	text-decoration:none;
	font-weight: bold;
}

a:active {
	text-decoration:none;
	font-weight: bold;
}
 
a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.szoveg {
	color: #333333;
	text-align: justify;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
}

.formszoveg {
	color: #333333;
	text-align: justify;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 20px;
}


.logintextfield {
	font-family: Arial;
	font-size: 11px;
	height: 20px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: left;
}

.textfield {
	font-family: Arial;
	font-size: 11px;
	height: 20px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: left;
}

.textbox {
	font-family: Arial;
	font-size: 11px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: left;
}

.selection {
	font-family: Arial;
	font-size: 11px;
	height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: left;
	float: none;
	width: 100%;
}
.selectionkicsi {
	font-family: Arial;
	font-size: 11px;
	height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: left;
}

.elvalasztovonal {
	background-color: #EEEEEE;
}

.loginbutton {
	font-family: Arial;
	font-size: 11px;
	height: 20px;
	background-color: #EEEEEE;
	font-weight: bold;
	text-align: left;
	border: 1px solid #CCCCCC;
	color: #333333;
}

