﻿body {
}


.bbcontainer
{
	font-family: "Lucida Console";
	font-size: 11px;
	color: Gray;
	background-color: #1E2125;
	border: solid 1px white;
	text-align: left;
	height: 500px;
	overflow: auto;
	overflow-x: hidden;
	margin-bottom: 4px;
	
}

.bbtime
{
	color: White;
	width: 100%;
}

.bbmsg
{
	width: 100%;
	color: Orange;
	margin-bottom: 10px;
}

.bbscont
{
	margin-right: 15px;
}