/* COLOR GUIDE 

blue: 6fccdd
red: cc1f3d

*/
.product {
	width:180px;
	padding:172px 10px 0px 0px;
	float:left;
	background:url(../images/product.gif) left 5px no-repeat;
}
.intro {
	width:220px;
	padding:0px 12px 0px 0px;
	float:left;
}
.intro h2 {
	font-size:11px;
	margin-top:0;
	padding-top:0;
	color:#6fccdd;
	font-weight:bold;
}
.pollBox {
	float:left;
	width:180px;
	padding:20px 5px 5px 5px;
	background: url(../images/poll-header.gif) center top no-repeat;
	text-align:center
}

