/******* sboxForm *******/
#sboxForm label {
	font-weight: bold;
}
#sboxForm input {
	border: 1px solid #d0ccc9;
	background: #fff;
	color: #5f95ef;
	font-size: 11px;
	font-weight: 700;
}
#sboxForm input.sboxText {
	font-weight: normal;
	color: black;
	border: 1px solid #d0ccc9;
	width: 70%;
	padding: 2px;
	margin-bottom: 5px;
	text-align: left;
}
/******* /sboxForm *******/
/******* MENU *******/
#sboxContainer {
	margin: 5px;
	padding: 0px 5px 0px 5px;
	background: #fff;
	border: 1px solid #d0ccc9;
	vertical-align:top;
}
#sboxContainer ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0px;
	text-align: left;
	text-decoration: none;
	top: 0;
}
/******* /MENU *******/
/******* sboxContent *******/
.sboxContent {
	height: 250px;
	overflow: auto;
	text-align: left;
	padding: 0px;
	font-size: 10px;
}
.date {
	font-weight: normal;
	font-size: 9px;
	color: #aeaeae;
}
.nick {
	font-weight: bold;
	color: Red;
}

#whoisonline
{
	font-weight:bold;
}
.tinyInfo
{
	font-weight:normal;
	font-size:x-small;
}
.sboxColor
{
	color:Gray;
}


