body {
	outline:0px;
	color:#3787ff;
	text-shadow: 0px 0px 1px black;
	font-family:Times New Roman;
	text-decoration:none;
	font-weight:bold;
	font-size:20px;

}

#options {
	position:absolute;
	width:100%;
	height:200px;
	bottom:0px;
	left:0px;
	z-index:5;
	background: -webkit-linear-gradient(#fff, #3787ff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #3787ff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #3787ff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #3787ff); /* Standard syntax (must be last) */
}

#felirat {
	position:absolute;
	width:100px;
	height:100px;
	top:40px;
	left:440px;
	outline:0px;
	color:#3787ff;
	text-shadow: 1px 1px 2px black;
	font-family:Times New Roman;
	text-decoration:none;
	font-weight:bold;
	font-size:120px;
}

#icon {
	position:absolute;
	background:url(./images/icon1_100x.png);
	width:120px;
	height:120px;
	top:50px;
	left:300px;
    -webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
    animation-name: example;
    animation-duration: 4s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes example {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

/* Standard syntax */
@keyframes example {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}


#cim {
	position:absolute;
	top:40%;
	left:50%;
	z-index:1;
	margin-left:-470px;
}

#cim_mezo {
	width:800px;
	height:40px;
	background:#fff;
	border-radius:10px;
	border:3px solid #3787ff;
	box-shadow: 0px 0px 5px grey;

}

#cim_mezo::selection {
	color:#000;
	background:#3787ff;
}

#cim_mezo::-moz-selection {
	color:#000;
	background:#3787ff;
}



#ido_tar {
	position:absolute;
	top:55%;
	left:50%;
	margin-left:-170px;
	width:300px;
	height:25px;
	outline:0px;
	z-index:10;
}

::selection {
	background:#fff;
}

::-moz-selection {
	background:#fff;
}

#fel {
	position:relative;
	background:url(./images/fel.png);
	width:38px;
	height:20px;
	bottom:35px;
	left:280px;
}

#le {
	position:relative;
	background:url(./images/le.png);
	width:38px;
	height:20px;
	top:-30px;
	left:280px;
}

#kuld {
	background:url(./images/kuld.png);
	width:59px;
	height:40px;
	border:none;
	cursor:pointer;
	outline:none;
}

input::-moz-focus-inner { 
  border: 0; 
}

#mySelect {
	display:none;
}

#kuld_linked {
	display:none;
}

#privacy a {
	position:absolute;
	bottom:5px;
	outline:0px;
	color:#fff;
	text-shadow: 0px 0px 1px black;
	font-family:Times New Roman;
	text-decoration:none;
	font-weight:bold;
	font-size:20px;
	z-index:10;
}

#cookie {
	position:absolute;
	bottom:0px;
	/*outline:0px;*/
	color: black;
	background-color: white;
	width: 100%;
	border-top: 1px solid #3787ff;
	text-shadow: none;
	font-family:Times New Roman;
	text-decoration:none;
	text-align: center;
	font-weight: none;
	font-size: 14px;
	z-index: 10;
	left: 0px;
	padding: 14px 0px 14px 0
}

#policy {
	width: 725px;
	color: black;
	text-shadow: none;
	font-family:Times New Roman;
	text-decoration:none;
	font-weight:bold;
	font-size:20px;
	/*text-align: center;*/
	border: 2px solid #3787ff;
	position: fixed; 
    z-index:55;
	margin-left: auto;
    margin-right: auto;
	top: 225px;
	left: 35%;
	/*right:2%;*/
	float:center;
	/*width: 550px;*/
	height: auto;
	max-height:525px;
	/*height: auto;*/
	background: white;
	/*color: #0000ff;*/
	margin: 0 auto 0 auto;
	background-color: white;
}
 #pp {
	padding: 0 10px 10px 10px;
	height: auto;
	max-height:450px;
	overflow:auto;
 }

#ph {
	text-align: center;
	background-color:#3787ff;
	color: white;
	border-bottom: 2px solid #3787ff;
}

#close{
	background-image:url('./images/cancel.png');
	width: 16px;
	height: 16px;
	cursor: pointer;
	cursor: hand;
}

.hand { 
	cursor: pointer;
	cursor: hand;
}