
.chat-date{
	font-size: 55%;
	font-style: italic;
}
#chat-messages{
	color: black;
	text-shadow:0px 0px 2px rgba(255,255,255,1), 0px 0px 5px rgba(255,128,0,1);
	min-height: 365px;
	width: 99%;
	overflow-y: auto;
}

#chat-input-message{
	width: 400px;
}
#chat-input-send{
	min-height: 30px;
	min-width: 100px;
}
#chat-iframe{
	width: 100%;
	height: 400px;
	border: none;
}