body {
	font-family: Arial;
	font-size: 16px;
}

#content {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 90px;
}

#content.tel {
	background-image: url('http://chat.gyaloglo.hu/php/ujkepek/hatter.png');
}

#content.osz {
	background-image: url('http://chat.gyaloglo.hu/php/ujkepek/hatter_osz.jpg');
}

#content.nyar {
	background-image: url('http://chat.gyaloglo.hu/php/ujkepek/hatter_nyar.jpg');
}

#content.tavasz {
	background-image: url('http://chat.gyaloglo.hu/php/ujkepek/hatter_tavasz.jpg');
}

#chatlogin {
	margin-top: -170px;
	margin-left: -250px;
	width: 500px;
	height: 340px;
	text-align: center;
	background: url('http://chat.gyaloglo.hu/php/ujkepek/box336x228.png');
	background-size: cover;
	overflow: hidden;
	top: 50%;
	left: 50%;
	position: absolute;
	
	/*
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #666 0px 2px 6px;
	-moz-box-shadow: #666 0px 2px 6px;
	box-shadow: #666 0px 2px 6px;
	background: #cccccc;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#cccccc), to(#AAAAB0));
	background: -webkit-linear-gradient(#cccccc, #AAAAB0);
	background: -moz-linear-gradient(#cccccc, #AAAAB0);
	background: -ms-linear-gradient(#cccccc, #AAAAB0);
	background: -o-linear-gradient(#cccccc, #AAAAB0);
	background: linear-gradient(#cccccc, #AAAAB0);
	*/
	color: #071172;
}



#chatlogin input {
	font-weight: bold;
	border: 1px solid orange;
	font-size: 16px;
	margin: 7px;
	padding: 7px 16px;
	border-radius: 4px;
	text-align: center;
}

#chatlogin input[type="submit"] {
	color: #1b5602;
	background-color: #9acf41;
	border: 1px solid #9acf41;
}

#loginmessage {
	margin-top: 70px;
	height: 2.5em;
	color: #000;
	padding: 0 4%;
}

.chat69,
.szabalyok {
	font-size: 14px;
	line-height: 1.5em;
}

.linksor {
	color: #f88127;
	margin-top: 1px;
	text-align:center;
	font-size: 12px;
}

a {
	color: #f88127;
}

.fb-like { vertical-align: middle; display: inline-block; margin-right: 5px; }

#adframe {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

