.messageTicker
{
	margin-bottom: 1px;
	height: 20px; 
	position: relative; 
	overflow: hidden;
	color: white;
	width: 620px;
}
.message
{
	position: absolute;
}
.messageCaption
{
	padding: 4px 0px 4px 12px; 
	width: 130px; 
	border-right: solid 1px white; 
	font-weight: bold;	
}