div.chat
{
	overflow: hidden;
	width: 184px;
	height: 220px;
	/* border: 1px #757575 solid; */
	padding: 3px;
	background: #EEEEEE;
}
div.miniform
{
	width: 184px;
	/* border: 1px #757575 solid; */
	border-top: 0px;
	padding: 3px;
	background: #EEEEEE;
	text-align: center;
}
.tribtitle{
	text-align: center;
	font-family: verdana;
	font-weight: bold;
	font-size: 10pt;
}
.date
{
	margin: 0px;
	padding: 0px;
	color: #757575;
	font-family:Arial;
	font-weight:normal;
	font-size: 8pt
}
.pseudo
{
	margin: 0px;
	padding: 0px;
	color: #2E19D7;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	text-transform: capitalize;
}
.msg
{
	margin: 0px;
	padding: 3px;
	color: #1d2547;
	font-family: Arial,verdana;
	font-size: 8pt;
}
.name
{
	color: black;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline
}
.url
{
	color: black;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}
div.sep
{
	margin: 0px;
	height:1px;
	font-size: 2pt;
	border-bottom: 1px #838383 dashed;
}
.go
{
	width: 16px;
	height: 16px;
	border: none;
}
.go:hover
{
	cursor: pointer;
}