
.newsHolder{ /*this also doubles up as any "box holder" with a spotty bottom */
	clear:both;	
	width:auto;
	padding:5px 4px 5px 0;
	border-bottom:1px dotted #333;
	margin-bottom:10px;
}
.newsDate{
	float:left;
	font-size:x-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#3366FF;
	padding-right:8px;
	padding-top:8px;
}
.newsItem{
	float:left;
	border-left:1px dotted #333;
	padding:0 2px 7px 8px;
}

#neos_float{
	width:150px;
	border:5px solid #000;
	position:absolute;
	left:620px;
	top:200px;
	background-color:#FFF;
	padding:10px;
}
					