#boxWrapper
{
	width:472px;
	height: 268px;
	margin: 0 auto;
	position:relative;
}
#boxTop
{
	background-image: url('../images/boxTop.gif');
	background-repeat: none;
	width:472px;
	height: 9px;
}
#boxBottom
{
	background-image: url('../images/boxBottom.gif');
	background-repeat: none;
	width:472px;
	height: 9px;
}
#boxContent
{
	background-image: url('../images/boxBackground.gif');
	background-repeat: repeat-y;
	width:472px;
	min-height: 240px;
	padding: 10px 0 0 9px;
}
#txtStockName
{
	width: 165px;
	height: 21px;
	font-size: 14px;
	padding-top:4px;
	
}
.txtStockNameInit
{
	color: #afafaf;
}
.txtStockNameFocus
{
	color: #000000;
}
#btnLookUp
{
	cursor:pointer;	
}
#stockLookUp
{
	font-size:11px;
	color:black;
	font-family:arial;	
	text-decoration:none;
	border-bottom:solid 1px #cccccc;

}
#lookupResult
{
	padding: 15px 0 0px 50px;	
	font-family:arial;
	font-size:12px;
	line-height:150%;
	

}