#ProductImgBox {
	background:#F0F9FD;
	padding:15px;
	padding-bottom:0;
	margin-top:20px;
}

#ProductImgBox img {
	padding-bottom:15px;
	display:block;
}

#ContactBox {
	background:#E4F1D8;
	border:1px solid #4AAA00;
	padding:15px;
	margin-top:50px;
	position:relative;
}

#ContactBox a {
	width:252px;
	height:50px;
	display:block;
	text-indent:-9999px;
	background:url(../img/product_contact_btn.png) 0 0;
	position:absolute;
	top:16px;
	right:15px;
}

#ContactBox a:hover {
	background:url(../img/product_contact_btn.png) 0 -50px;
}