div#raffles .ipsBox_container{padding: 10px; }
	div.raffles_img{
	float: left;
	width: 115px;
	height: 100px;
	overflow: hidden;
	margin-right: 20px;
	text-align: center;
}
div.raffles_img img{
	height: 100px;
 }
div#raffles  h3 ul.ipbmenu_content li a{color: #225985;}

li.buy a {
	background: #528f6c;
	border: 1px solid #45ab71;
	border-width: 1px 1px 0 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px 0 0 #619e7b, 0px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 1px 0 0 #619e7b, 0px 2px 3px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 0 0 #619e7b, 0px 2px 3px rgba(0,0,0,0.2);
	color: #fff;
	text-shadow: 0 -1px 0 #191919;
	font: 300 12px/1.3 Helvetica, Arial, sans-serif;
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	text-align: center;
	min-width: 125px;
	display: inline-block;
	cursor: pointer;
}
li.buy a:hover{  background-color: #619e7b;
}

.pic_participantes{width:200px; border: 1px solid #DBE4EF;}
ul .participantes li{margin-left: 5px;}

.pane_wrap {
	margin-left: 32px;
	margin-right: 32px;
	overflow: hidden;
	position: relative;
	min-height: 80px;
}

.winners_pane li {
	margin-bottom: 10px;
	height: 65px;
	overflow: hidden;
	font-size: 12px;
	position: relative;
	padding: 1%;
	margin-left: 20px;
}

.winners_pane li:first-child {
	padding-left: 0;
	margin-left: 0;
}

.winners_pane .details {
	margin-left: 45px;
	line-height: 1.5;
}
	.winners_pane .details h5 {
		font: 400 16px/1.3 "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #2C2C2C;
		word-wrap: break-word;
		max-width: 420px;
	}

.winners_pane .three_column li {
	width: 32%;
}