#Chat {
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 12px;
}
.emoticon {
	border-style: none;
	position: relative;
	margin: -3px 0px -5px 0px;
}


.history {
	color: #b3b3b3;
}

.status {
	color: #c7c7c7;
	font-family: helvetica, sans-serif;
	font-size: 10px;
	margin: 4px 0px 0px 0px;
	text-align: center;
	cursor: default;
}
.status .stime {
	font-size: 9px;
	/*visibility: hidden;*/
}
/*
.status:hover .stime {
	visibility: visible;
}
*/

/* @group message */

.message {
	position: relative;
	min-height: 42px;
}
.message .bbody {
	padding: 9px 20px 22px 20px;
	/*word-wrap: break-word;*/
	/*text-shadow: #ccc 0px 1px 1px;*/
	overflow: auto;
	z-index: 3;
	position: relative;
	color: #000;
}
.message .time {
	font-size: 9px;
	position: absolute;
	bottom: -8px;
	text-align: center;
	width: 100%;
	color: #c7c7c7;
	visibility: hidden;
}
.message:hover .time {
	visibility: visible;
}

.message .topleft {
	background: url("/images/modern/topleft.png") top left no-repeat;
	width: 24px;
	height: 14px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.message .top {
	background: url("/images/modern/top.png") top right repeat-x;
	height: 14px;
	position: absolute;
	top: 0px;
	right: 24px;
	left: 24px;
	z-index: 0;
	margin: 0px!important;
}
.message .topright {
	background: url("/images/modern/topright.png") top right no-repeat;
	width: 24px;
	height: 16px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 0;
}
.message .left {
	background: url("/images/modern/left.png") top left repeat-y;
	width: 24px;
	position: absolute;
	left: 0px;
	top: 14px;
	bottom: 29px;
	z-index: 0;
}
.message .middle {
	background: url("/images/modern/middle.png") top left repeat;
	position: absolute;
	left: 24px;
	right: 24px;
	top: 14px;
	bottom: 29px;
	z-index: 0;
}
.message .right {
	background: url("/images/modern/right.png") top right repeat-y;
	width: 24px;
	position: absolute;
	right: 0px;
	top: 14px;
	bottom: 29px;
	z-index: 0;
}
.message .bottomleft {
	background: url("/images/modern/bottomleft.png") bottom left no-repeat;
	width: 24px;
	height: 29px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 0;
}
.message .bottom {
	background: url("/images/modern/bottom.png") bottom right repeat-x;
	height: 29px;
	position: absolute;
	bottom: 0px;
	right: 24px;
	left: 24px;
	z-index: 0;
}
.message .bottomright {
	background: url("/images/modern/bottomright.png") bottom right no-repeat;
	width: 24px;
	height: 29px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 0;
}

.compact {
	padding: 9px 20px 22px 20px;
}
.compact .cbody, .compact .cnbody {
	position: relative;
	word-wrap: break-word;
}
.compact .cnbody {
	border-top: 1px dotted #ededed;
	padding-top: 3px;
	margin-top: 3px;
}
.compact .ctime {
	font-size: 9px;
	position: absolute;
	width: 40px;
	top: 3px;
	color: #c7c7c7;
	white-space: nowrap;
	visibility: hidden;
}
.compact .cnbody .ctime {
	top: 5px;
}
.compact .cbody:hover .ctime, .compact .cnbody:hover .ctime {
	visibility: visible;
}

/* @end */


