.box_top {
	background:url(images/box_top.gif) no-repeat top left;
	width:350px;
	height:17px;
}

.box_content_bg { 
	background:url(images/box_bg.gif) repeat-y top left;
	width:350px;
}

.box_content { 
	background:url(images/box_bottom.gif) no-repeat bottom left;
	width:310px;
	_width:350px;
	padding:0 20px 35px 20px;
	border:0px solid red;
	font-size:13px
}

.box_content p{ 
	font-size:13px;
}

.winner_title { font-size:16px; text-transform:uppercase; color:#92c4bb; padding-left:20px; margin-bottom:10px; margin-top:10px;}


