/******* FORM *******/
#shoutboxform{
	width: 100%;
}
#shoutboxform input{
	border: 1px solid #d0ccc9;
	background: #fff;
	color: #5f95ef;
	font-size: 11px;
	font-weight: 700;
}
#shoutboxform input.text{
	font-weight: normal;
	color: #565656;
	border: 1px solid #9c9c9c;
	width: 280px;
	padding: 2px;
	margin-bottom: 2px;
	text-align: left;
}
#shoutboxform input.text.user{
	width: 100px;
}

/******* /FORM *******/
/******* MENU *******/
#shoutboxcontainer{
	width: 100%;
}
#shoutboxcontainer ul{
	list-style: none;
	list-style-position: outside;
	padding: 0;
	margin: 0;
}
#shoutboxcontainer ul li{
	padding: 2px;
}

#shoutboxcontainer ul li.normal{
	color: #000000;
}

#shoutboxcontainer ul li.admin{
	color: #cc0000;
}

/******* /MENU *******/
/******* CONTENT *******/
.shoutboxcontent{
	/*margin: 0pt auto;*/
	border: 1px solid #d0ccc9;
	/*border: 0px;*/
	text-align: left;
	font-size: 11px;
	min-height: 200px;
	height: 200px;
	overflow-y: scroll;
}

.shoutboxdate{
	font-weight: normal;
	font-size: 9px;
	color: #aeaeae;
}
/******* /CONTENT *******/
