/*  
Created By Shawn Borelli At www.BorelliDesigns.com
This stylesheet is for the stock quote information display. 
*/
table.border{
	border-collapse:collapse;
	border:thin solid #ccc;
}
td{
	padding-left:5px;
}
#QuoteForm {
	width:194px;
	float:right;
	text-align:right;
	padding-top:8px;
	margin-right:10px;
	display:inline-block;
}
#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
}
table.stockquote{
border:thin solid#999;
font-size:14px;
}
table.stockquote td{
padding-left:10px;
}
