@charset "utf-8";

body {
    text-align: center;
    background: white;
    color: black;
}

#content {
    text-align: left;
    margin: 0 auto;
    width: 35em;
}

h1, h2 {
  text-align: center;
}

h1 {
  margin-bottom: 1em;
  color: #DD0000;
}

h2 {  color: black;
}

table {
  margin: 20px auto;
}

#idezojel {
	 color: #DD0000;
         font-size:700%;
        width: 50px;
         float:left;
         height:80px;
         margin-left: -62px;
         margin-right:20px;
}

div.keret {
     	border : 3px dashed black;
	margin-left: 1.5em;
	margin-right: 1.5em;
	font-weight: bold;
}

.inputtext {	
	font-size: 20px;
	margin-top: 2px;
}

.inputline {	
	background: #fff;
	height: 22px;
	width: 245px;
	font-size: 16px;
	margin-top: 2px;
}

.u {
  text-decoration: underline;
}

.submitbutton {
  height: 50px;
  font-weight: bold;
  font-size: 26px;
  font-family: "Times New Roman";
  background: white;
  color: black;
  padding: 5px;
  border: 3px solid #DD0000;
  cursor: pointer;
  width:410px;
}

ul {

  margin-left: 40px;
  text-align: left;
}

.privacy {
  font-size: 75%;
  text-align: center;
}

.center {
  text-align: center;
}

a {
  color: black;
}
