﻿.shoutboxPopupText
{
	color: Navy;	
}
.shoutboxPopupTitle
{
	font-size: large;
	color: Black;
}
.shoutboxMessage
{
	font-size: 10px;
	font-weight:normal;	
	color: White;
}
.shoutboxUser
{
	font-size: 10px;
	color: #35FAFF;	
}
.shoutboxNameInput
{
	/* font opnieuw zetten, door MultiLine bij MessageInput verandert ineens font ??? */
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	background:#CFEAF1;
	border-style:none;		
}
.shoutboxMessageInput
{
	/* font opnieuw zetten, door MultiLine bij MessageInput verandert ineens font ??? */
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	background:#CFEAF1;
	border-style:none;
	overflow:hidden;				
}
.shoutboxInputTable
{
	text-align:left;	
}
.shoutbutton
{
	color:White;
	background:#366C84;
	font-weight:bold;	
	border-style:none;
	border-width:0px;	
	width:16px;
	height:20px;
	cursor:hand;
}