@charset "utf-8";
body, html, ul, li, input, h1, h2, h3, p, img, form, select, a {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
}
html { height: 100%; }
a, a:visited {
	color: #fff;
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	height: 100%;
	color: #fff;
	background-color: #000;
}
.bg-image {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#div-belepes {
	position: absolute;
	width: 390px;
	height: 580px;
	background-image: url(../img/bg_box.png);
	right: 0;
	top: 50%;
	margin-top: -300px;
	text-align: center;
	padding: 10px 30px 10px 30px;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
}
h1 {
	font-size: 15px;
}
h2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #adadad;
	font-weight: normal;
	margin: 15px 0px 15px 0px;
}
p {
	font-style: italic;
	color: #d0d0d0;
	margin: 15px 0px 15px 0px;
	font-size: 14px;
	line-height: 20px;
}
.div-belepes {
	font-size: 19px;
}
.div-belepes ul {
	list-style-type: none;
	margin: 22px 0px 22px 8px;
}
.div-belepes li {
	width: 360px;
	padding: 10px 7px 10px 7px;
	margin: 7px 0px 7px 0px;
	background-image: url(../img/bg_button.png);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-webkit-transition: background 0.4s ease-in;
	-o-transition: background 0.4s ease-in;

}
.div-belepes li:hover {
	background-image: none;
	background-color: #f70000;
}
#div-belepes-2 {
	font-size: 12px;
}
#div-belepes-2 ul {
	list-style-type: none;
	margin: 22px 0px 22px 105px;
}
#div-belepes-2 li {
	width: 170px;
	padding: 6px 7px 6px 7px;
	margin: 7px 0px 7px 0px;
	background-image: url(../img/bg_button.png);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-webkit-transition: background 0.4s ease-in;
	-o-transition: background 0.4s ease-in;
}
#div-belepes-2 li:hover {
	background-image: none;
	background-color: #f70000;
}