* {
	margin: 0;
	padding: 0;
}

body, html {
	height: 100%;
	font-family: Arial;
	font-size: 12px;
	line-height: 21px;
	color: #000;
	background-color: #D5D5D5;
}

a {
	color: #004483;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
  	margin-top: 20px;
	color: #1667b2;
	font-size: 13px;
	font-weight: bold;
}

input.inputbox {
  	margin-right: 10px;
  	width: 220px;
	height: 20px;
	line-height: 20px;
	color: #000;
  	background-color: #FFF;
	border: 1px solid #42BFF2;
}

input.submit {
	padding-left: 5px;
	padding-right: 5px;
	height: 21px;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	color: #FFF;
	background-image: url(../imgs/bg_submit.png);
	background-position: top left;
	background-repeat: repeat-x;
	border: 0;
	cursor: pointer;
	vertical-align: bottom;
}

div.container404 {
  	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	padding: 17px;
	width: 661px;
	background-color: #FFF;
	display: table;
}

div.bal404 {
  	margin-right: 30px;
	width: 360px;
	float: left;
}

div.jobb404 {
  	padding-bottom: 20px;
	width: 250px;
	float: left;
	font-size: 12px;
}

div.szoveg404 {
	margin-top: 20px;
	margin-bottom: 20px;
}