/*   All CSS code is Copyright 2009 HunterGD @ http://HunterGD.com   *
*  Do not use or borrow my code without giving credit to me, at the  *
*  least, please leave this header with the code.                   */

/* @group Latest Customer Styles */

.customerBox {
	display: block;
	float: right;
	width: 250px;
	background-color: #FFF;
	border: 5px solid #355E3B;
	margin-left: 16pt;
	margin-right: 8pt;
}

.customerBox a img {
	height: 150px;
	width: 200px;
	display: block;
	font-size: 0;
	line-height: 0;
	border: 5px solid #355E3B;
	margin: 0 auto;
}

.customerBox a img:hover {
	border: 5px solid #5D3A34;
}

/* @end */
