#ShoutBoxTable
{	
	padding: 5px 5px 5px 5px;
	border-left: solid 1px #A40703;
	border-right: solid 1px #A40703;
	border-bottom: solid 1px #A40703;
}

.Shoutbox_Submit
{
	padding: 1px 1px 1px 1px;
    background: #F1B95B url(../include/images/ui/button_bg.gif) repeat-x top left;
    text-align: center;
}
.Shoutbox_InputName
{	
	width: 90%;
	border: #A40703 1px solid;
	padding: 2px 2px 2px 2px;
}

div.ShoutBox_Messages
{
	height: 200px; 
	width: 100%;
	padding-left: 0px;	
	overflow: auto;
	line-height: 14px;
	text-align: justify;
	color: black;
}
.Shoutbox_Reload
{
	height: 25px;
	width: 25px;
	float: left;
}

a.Shoutbox_Title
{
	font-weight:bold;
	display:inline;
	float: left;
	padding-left: 8px;
}

.ShoutBox_Label
{
	text-align: left;
	vertical-align: top;
}
.ShoutBox_InputMessage
{
	width: 90%;
	border: #A40703 1px solid;
	padding: 2px 2px 2px 2px;
}
.ShoutBox_Name
{
	background-image: url(../../img/bullet_blue-beveled-arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;

	font-weight: bold;
	text-indent: 15px;
	font-variant:small-caps;
	color: #000;
}
.ShoutBox_Viewer
{
	border-bottom: #A40703 1px solid;
	margin-top: 5px;
	width: 90%;
	padding-bottom: 5px;
}

.ShoutBox_Message
{
	font-size: x-small;
}
.ShoutBox_Date	
{
	font-size: xx-small;
	font-family: Verdana;
	background-color: #FFFFFF;
	color: #A40703;
}
#ActionContainer
{
	text-align: center;
}
.RefreshCheckbox
{
	float:right;
	display: inline;
}