.chat {
	position: relative;
	width: 95%;
}

.chat h3 {
	font-size: 1.3em;
	margin-bottom: .3em;
	margin-top: 0;
	padding-top: 0;
}

.chat .messages {
	border: 1px solid #ccc;
	font-size: .875em;
	height: 20em;
	margin-bottom: .2em;
	overflow: auto;
	padding: 10px;
	position: relative;
}

.chat .messages .item {
	margin-bottom: 1.5em;
	position: relative;
}

.chat .messages .template {
	display: none;
}

.chat .messages .container {
	padding: 1px 0;
}

.chat .date {
	font-size: .786em;
	margin: 0;
}

.chat .messages .message {
	line-height: 1.5;
	margin: 0;
}

.chat .messages .message strong {
	color: #ff8400;
	font-size: 1.143em;
	font-weight: normal;
}

.chat .input input {
	width: 100%;
}

.chat .submit {
	margin-top: .2em;
	text-align: right;
}