#pm {
	background: linear-gradient(to bottom, #cc0000,#910000);
	border-bottom: solid 1px #635645;
	color: black;
}

#pm > a {
	color: orange;
	font-weight: bold;
	text-decoration: none;
	
}

#tori {
	background: linear-gradient(to bottom, #0074a0, #005c8f);
	border-bottom: solid 1px #635645;
}


#tori > a {
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}


#hd {
	background: linear-gradient(to bottom, #4CAF50, #45A049);
	border-bottom: solid 1px #635645;
}


#hd > a {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

#kviz_panel
{
	display: none;
}

#chat_belso
{
	width: 919px;
	height: 371px;
}


#chat_uzenetek {
	text-align: left;
	font-size:12px;
	padding-top:4px;
	padding-bottom:6px;
	width: 100%;
	height:350px;
	overflow: auto;
	overflow-wrap: break-word;
	border-top-width: 0px;
	/*background-color: black;*/
}

.chat_uzenet {
	margin-bottom: 3px;
}

#chat_input_box {
	padding-top: 3px;
	border-top-width: 0px;
	width: 100%
}

.uzenet_input {
	background: transparent;
	border:none;
	outline: none;
}

#szerkesztes_uzenet {
	width: 770px;
	border:none;
}

#chat_ujuzenet {
	width: 99%;
	padding: 4px;
	margin: 0 auto;
	color: white;
}

#chat_szerkesztes {
	border-top-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	display:none;
	padding-top: 2px;
	padding-bottom: 2px
}