
#pm
{
	background: rgba(179, 0, 0, 0.8);
	color: white;
}

#pm>a
{
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

#tori
{
	color: white;
	background: rgba(92, 92, 92, 0.9);
}

#tori>a
{
	font-weight: bold;
	color: white;
	text-decoration: underline;
}


#kviz_panel
{
	display: none;
}

#chat_belso
{
	width: 919px;
	height: 371px;
	background-color: #141414;
	background-image: url('uzifal_hatter.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


#chat_uzenetek, #staff_chat_uzenetek {
	font-size:12px;
	padding-top:4px;
	padding-bottom:6px;
	width: 100%;
	height:350px;
	overflow: auto;
	overflow-wrap: break-word;
	border-top-width: 0px;
	color: white;
	/*background-color: black;*/
}

.chat_uzenet {
	/*background:none*/
}

#chat_input_box {
	padding-top: 3px;
	border-top-width: 0px;
	width: 100%
}

.uzenet_input {
	background: transparent;
	border:none;
	outline: none;
}

.uzenet_input::placeholder {
	color: #888;
	opacity: 0.6;
	font-style: italic;
}
.uzenet_input::-webkit-input-placeholder { color: #888; opacity: 0.6; font-style: italic; }
.uzenet_input::-moz-placeholder { color: #888; opacity: 0.6; font-style: italic; }
.uzenet_input:-ms-input-placeholder { color: #888; opacity: 0.6; font-style: italic; }

#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
}