#shoutbox-form{
	direction: rtl;
	text-align: right;
}
#shoutbox-form table td{
	font-size: 11px;
	vertical-align: top;
}
#shoutbox-form label{
	font-weight: 700;
}
#shoutbox-form input{
	border: 1px solid #d0ccc9;
	background: #fff;
	color: #5f95ef;
	font-size: 11px;
	font-weight: 700;
}
#shoutbox-form input.text{
	font-weight: normal;
	color: #565656;
	border: 1px solid #9c9c9c;
	width: 250px;
	padding: 2px;
	margin-bottom: 5px;
}
#shoutbox-form input.text.user{
	width: 100px;
}
#shoutbox-container{
	width: 330px;
}
.shoutbox-content{
	margin: 0pt auto;
	padding: 5px;
	direction: rtl;
	text-align: right;
	word-wrap: break-word;
}
.shoutbox-content li {
	margin: 0px;
	background-image: none;
}
.shoutbox-content strong{
	font-weight: bold;
	color: #990000;
}
.shoutbox-content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	font-size: 32px;
}
.shoutbox-date{
	font-weight: normal;
	font-size: 9px;
	display:block;
	color: #666;
}
#shoutbox-loading{
	text-align: center;
}

