.centerFrame	{
		margin: 0 auto;
		width:90%;
		margin-top:30px;
		padding: 15px;
		border: solid 1px #778077;
		text-align:center;
		}

.topLeftPhoto	{
		float:left;
		padding: 0px 20px 20px 0px;
		}

.topText	{
		text-align:left;
		}

.leftBox	{
		float:left;
		text-align: center;
		}

.rightBox	{
		float:right;
		text-align: center;
		}

.centerBox	{
		margin: auto;
		text-align:center;
		}

.browseBox	{
		width: 210px;
		height: 265px;
		border: solid 1px #778077;
		padding-top: 14px; 
		text-align: center;
		background-color: #fffffa;
		}

.caption	{
		text-align: left;
		margin-top: 2px;
		font-size: 11px;
		padding: 0px 10px 0px 10px;
		}

.addBox		{
		margin-top: 2px;
		font-size: 11px;
		}

.browseStockInfo{
		position: relative;
		border-top: double 3px #778077;
		border-bottom: double 3px #778077;
		padding:6px;
		}

