* {
  font-family: Arial;
}

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

.cimke {
  font-size: 12px;
  text-align: left;
}
.cimke_hiba {
  font-size: 12px;
  color: #880000;
  text-align: left;
}

input.text {
  font-size: 12px;
  border: 1px solid #662200;
  color: #662200;
  background-color: #FFFAEE;
  width: 300px;
  margin-bottom: 3px;
}
input.text_hiba {
  font-size: 12px;
  border: 1px solid #ff0000;
  border-left: 3px solid #ff0000;
  color: #ff0000;
  background-color: #FFFAEE;
  width: 300px;
  margin-bottom: 3px;
}

textarea.text {
  font-size: 12px;
  border: 1px solid #662200;
  color: #662200;
  background-color: #FFFAEE;
  width: 300px;
  height: 150px;
  margin-bottom: 3px;
}
textarea.text_hiba {
  font-size: 12px;
  border: 1px solid #ff0000;
  border-left: 3px solid #ff0000;
  color: #ff0000;
  background-color: #FFFAEE;
  width: 300px;
  height: 150px;
  margin-bottom: 3px;
}

input.gomb {
  font-size: 12px;
  border: 1px outset #662200;
  background-color: #FFFAEE;
  color: #662200;
  font-weight: bold;
}

.hibamess {
  color: #aa0000;
  font-size: 12px;
  text-align: center;
}

h1 {
	color: #77330a;
	width: auto;
	font-size: 16px;
	margin: 0;
	background-color: #fffaee;
	border-bottom: 1px solid #ffeeaa;
	padding: 2px;
	padding-left:10px;
	margin-bottom:3px;
}
