@charset "utf-8";
#leftbox {
	float: left;
	text-align: right;
	margin-right: 10px;
}

label{
	line-height: 1.5;
}

#rightbox {
	float: left;
}
input {color: #191955;}
/*Input:focus azt jelenti, hogy aktív az adott beviteli mező*/
input:focus{background: #faf5a8;}
legend{
	font-family: serif;
	text-align: center;
}
