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