body, td {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 11px;
}

INPUT {
	height: 18px;
	font-size: 12px;
	border: #999999 1px solid;
	background-color: #F3F3F3;
	position: relative;
	top: -1px;
}

.messagenameself {
	font-weight: bold;
	color: #003366;
	padding-right: 5px;
}

.messagetextself {
	color: #000000;
}

.messagename {
	font-weight: bold;
	color: #006633;
	padding-right: 5px;
}

.messagetext {
	color: #000000;
}

#CONTENT {
	position: absolute;
	z-index: 101;
	top: 40px;
	left: 3px;
	width: 375px;
	height: 155px;
	overflow: hidden;
	color: #000000;
	padding: 3px;
}
