.lavaLampNoImage {
	position: relative;
	width: 460px;
	margin: 11px 20px 18px 20px;
	padding:0px;
	text-align:left;
}
.lavaLampNoImage li {
	float: left;
	list-style: none;
}
.lavaLampNoImage li.back {
	background: #ffad27;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset -1px -1px 0px 0px #fe8d17;
	-moz-box-shadow: inset -1px -1px 0px 0px #fe8d17;
	box-shadow: inset -1px -1px 0px 0px #fe8d17;
}
.lavaLampNoImage li a {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	text-decoration: none;
	outline: none;
	text-align: center;
	top: 7px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}
.lavaLampNoImage li.current a {
}
.lavaLampNoImage li a:hover, .lavaLampNoImage li a:active {
	border: none;
}

.registration {
	background: url(btn_jelentkezem.png);
	height:44px;
	width:460px;
	display:block;
	background-position:0 -44px;
	margin-bottom:20px;
}
.registration a {
	background: url(btn_jelentkezem.png);
	height:44px;
	width:460px;
	display:block;
}
.save {
	background: url(btn_elkuldom.png);
	height: 44px;
	width: 400px;
	display: block;
	background-position: 0 -44px;
}
.save input {
	background: url(btn_elkuldom.png);
	height: 44px;
	width: 400px;
	display: block;
	border: 0px;
}
.download {
	background: #ffad27;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset -1px -1px 0px 0px #fe8d17;
	-moz-box-shadow: inset -1px -1px 0px 0px #fe8d17;
	box-shadow: inset -1px -1px 0px 0px #fe8d17;
	padding: 4px 10px;
	margin:6px 0px;
	display:inline-block;
	color:#fff;
	font-weight:bold;
	text-shadow: 1px 1px 0px #ca891f;
	filter: dropshadow(color=#ca891f, offx=1, offy=1);
}
.download:hover {
	background: #3976a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset -1px -1px 0px 0px #21517a;
	-moz-box-shadow: inset -1px -1px 0px 0px #21517a;
	box-shadow: inset -1px -1px 0px 0px #21517a;
	padding: 4px 10px;
	margin:6px 0px;
	display:inline-block;
	color:#fff;
	font-weight:bold;
	text-shadow: 1px 1px 0px #21517a;
	filter: dropshadow(color=#21517a, offx=1, offy=1);
	text-decoration: none;
}
.alreadyvoted, .alreadyvoted:hover {
	background: #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset -1px -1px 0px 0px #aaa;
	-moz-box-shadow: inset -1px -1px 0px 0px #aaa;
	box-shadow: inset -1px -1px 0px 0px #aaa;
	padding: 4px 10px;
	margin:6px 0px;
	display:inline-block;
	color:#fff;
	font-weight:bold;
	text-shadow: 1px 1px 0px #aaa;
	filter: dropshadow(color=#aaa, offx=1, offy=1);
	text-decoration: none;
	cursor:default;
}