#prize_central
{
	background: url(/assets/images/prize_central/prize_central_bg.jpg) no-repeat;
	background-color:#a9d420;
	position:relative;
	width:958px;
	padding:147px 0 7px 0;
	border-radius: 8px;
	margin:0 0 0 6px;
}

#prize_central_bottom
{
	background: url(/assets/images/prize_central/prize_central_bottom.gif) no-repeat;
	position:relative;
	clear:both;
	width:958px;
	height:10px;
	margin:0 0 0 6px;
}

#prize_content
{
	background-color:#FFF;
	position:relative;
	float:left;
	width:635px;
}

#prize_content_holder
{
	background: url(/assets/images/prize_central/prize_nav_bg.png) no-repeat;
	position:relative;
	float:left;
	width:635px;
	margin:0 10px 0 7px;
}

#prize_sidebar
{	
	position:relative;
	float:right;
	right:6px;
	width:300px;
	top:0px;
}

#prize_sidebar img                             
{
	display:block;
}

#prize_central_nav
{
	position:relative;
	top:2px;
	left:2px;
}

#prize_central_nav li { float: left; display: inline; }
#prize_central_nav li a { float: left; display: inline; height:53px; width: 145px;text-indent: -999em; overflow: hidden; padding:0px; margin:0px; }

#prize_central_nav li#all a
{
	background:url(/assets/images/prize_central/nav/all_off.jpg ) no-repeat;
	width:60px;
	height:53px;
	cursor:pointer;
}

#prize_central_nav li#ticket_prizes a
{
	background:url(/assets/images/prize_central/nav/ticket_prizes_off.jpg ) no-repeat;
	width:125px;
	height:53px;
	cursor:pointer;
}

#prize_central_nav li#sweepstakes a
{
	background:url(/assets/images/prize_central/nav/sweepstakes_off.jpg ) no-repeat;
	width:127px;
	height:53px;
	cursor:pointer;
}

#prize_central_nav li#instant_win_games a
{
	background:url(/assets/images/prize_central/nav/instant_win_off.jpg ) no-repeat;
	width:173px;
	height:53px;
	cursor:pointer;
}

#prize_central_nav li#highscore_contest a 
{
	background:url(/assets/images/prize_central/nav/highscore_contest_off.jpg) no-repeat;
	width:146px;
	height:53px;
	cursor:pointer;
}


#prize_central_nav li#recent_winners
{
	background:url(../assets/images/prize_central/nav/recent_winners_off.jpg) no-repeat;
	width:146px;
	height:53px;
}

#prize_central_nav li#all a:hover { background:url(/assets/images/prize_central/nav/all_over.jpg ) no-repeat; }
#prize_central_nav li#ticket_prizes a:hover { background:url(/assets/images/prize_central/nav/ticket_prizes_over.jpg ) no-repeat; }
#prize_central_nav li#sweepstakes a:hover { background:url(/assets/images/prize_central/nav/sweepstakes_over.jpg ) no-repeat; }
#prize_central_nav li#instant_win_games a:hover { background:url(/assets/images/prize_central/nav/instant_win_over.jpg ) no-repeat; }
#prize_central_nav li#highscore_contest a:hover {background:url(../assets/images/prize_central/nav/highscore_contest_over.jpg) no-repeat; }
#prize_central_nav li#recent_winners a:hover { background:url(/assets/images/prize_central/nav/recent_winners_over.jpg ) no-repeat; }

#prize_central_nav.all-prizes li#all a { background:url(/assets/images/prize_central/nav/all_on.jpg ) no-repeat; }
#prize_central_nav.ticket-prizes li#ticket_prizes a { background:url(/assets/images/prize_central/nav/ticket_prizes_on.jpg ) no-repeat; }
#prize_central_nav.sweepstakes li#sweepstakes a { background:url(/assets/images/prize_central/nav/sweepstakes_on.jpg ) no-repeat; }
#prize_central_nav.instant-win-games li#instant_win_games a { background:url(/assets/images/prize_central/nav/instant_win_on.jpg ) no-repeat; }
#prize_central_nav.high-score-contests li#highscore_contest a {background:url(../assets/images/prize_central/nav/highscore_contest_on.jpg) no-repeat;}
#prize_central_nav.recent-winners li#recent_winners a { background:url(/assets/images/prize_central/nav/recent_winners_on.jpg ) no-repeat; }

#prize_content .headline
{
	position:relative;
	background-color:#E8F0B7;
	font-family: 'FuturaBold', sans-serif;
	float:left;
	font-size:12px;
	letter-spacing:2px;
	color:#6D9416;
	text-align:center;
	width:623px;
	height:26px;
	padding:9px 0 0 0;
	margin:0 6px 6px 6px;
}

#prize_content .breaker
{
	position:relative;
	background:url(/assets/images/prize_central/breaker_img.jpg ) repeat-y;
	float:left;
	width:1px;
	height:226px;
	margin:10px 0 0 0;
}

#prize_content hr
{
	position:relative;
	background-color:#d1d1d1;
	float:left;
	height:1px;
	width:625px;
	margin:5px;
}

#prize_content .ticket_prize_module
{
	position:relative;
	float:left;
	width:158px;
	height:246px;
}

#prize_content .ticket_prize_module .prize_img
{
	position:absolute;
	top:10px;
	left:10px;
	width:138px;
}

#prize_content .ticket_prize_module .title
{
	position:absolute;
	top:110px;
	left:24px;
	width:113px;
	text-align:center;
	font-family:tahoma;
	font-weight:normal;
	font-size:12px;
}

#prize_content .ticket_prize_module .prize_value
{
	font-family:tahoma;
	font-weight:normal;
	font-size:11px;
	color:#8C8C8C;
	margin:4px 0 0 0;
}

#prize_content .ticket_prize_module .end_date
{
	font-family:tahoma;
	font-weight:bold;
	font-size:11px;
	color:#FF4000;
	margin:4px 0 0 0;
}

#prize_content .ticket_prize_module .ticket_cost
{
	position:absolute;
	top:174px;
	left:24px;
	width:113px;
	text-align:center;
	font-family:tahoma;
	font-weight:normal;
	font-size:11px;
	color:#8C8C8C;
	margin:4px 0 0 0;
}

#prize_content .ticket_prize_module .enter_btn
{
	position:absolute;
	left:31px;
	top:199px;
}

#prize_content .ticket_prize_module .total_entries
{
	position:absolute;
	font-family:tahoma;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	color:#91BD1B;
	margin:4px 0 0 0;
	top:216px;
	left:24px;
	width:113px;
}

#prize_content .sweepstakes_module
{
	position:relative;
	float:left;
	width:317px;
	height:246px;
}

#prize_content .sweepstakes_module .prize_img_module
{
	position:absolute;
	top:8px;
	left:19px;
	padding:2px 0 0 2px;
}

#prize_content .sweepstakes_module .prize_img_module_frame
{
	background: url(/assets/images/prize_central/sweeps_thumb_corners.png) no-repeat center;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 283px;
	height: 100px;
}

#prize_content .sweepstakes_module .title
{
	position:absolute;
	top:121px;
	left:24px;
	width:269px;
	text-align:center;
	font-family:tahoma;
	font-weight:normal;
	font-size:12px;
}

#prize_content .sweepstakes_module .description
{
	position:absolute;
	top:145px;
	left:24px;
	width:269px;
	text-align:center;
	font-family:tahoma;
	font-weight:normal;
	font-size:11px;
	color:#8C8C8C;
	margin:4px 0 0 0;
}

#prize_content .sweepstakes_module .enter_btn
{
	position:absolute;
	left:117px;
	top:216px;
}

#prize_content .instant_win_breaker
{
	position:relative;
	background:url(/assets/images/prize_central/breaker_img.jpg ) repeat-y;
	float:left;
	width:1px;
	height:260px;
	margin:10px 0 0 0;
}

#prize_content .instant_win_module
{
	position:relative;
	float:left;
	width:317px;
	height:279px;
}

#prize_content .instant_win_module .prize_img
{
	position:absolute;
	top:9px;
	left:20px;
}

#prize_content .instant_win_module .title
{
	position:absolute;
	top:177px;
	left:24px;
	width:269px;
	text-align:center;
	font-family:tahoma;
	font-weight:normal;
	font-size:12px;
}

#prize_content .instant_win_module .description
{
	position:absolute;
	top:195px;
	left:24px;
	width:269px;
	text-align:center;
	font-family:tahoma;
	font-weight:normal;
	font-size:11px;
	color:#8C8C8C;
	margin:4px 0 0 0;
}

#prize_content .instant_win_module .enter_btn
{
	position:absolute;
	left:117px;
	top:250px;
}

#prize_content .recent_winner
{
	background:url(/assets/images/prize_central/recent_winners_tile.gif ) repeat-x;
	font-family:tahoma;
	font-weight:normal;
	font-size:12px;
	position:relative;
	margin:0 0 0 5px;
	width:624px;
	height:46px;
}



#prize_content .recent_winner .breaker
{
	position:absolute;
	background:url(/assets/images/prize_central/breaker_img.jpg ) repeat-y;
	width:1px;
	height:45px;
	margin:0 0 0 0;
}

#prize_content .sorting_section
{
	position:relative;
	height:43px;
}

#prize_content .sorting_section .sort_label
{
	position:absolute;
	top:8px;
	right:80px;
	font-family:tahoma;
	font-weight:normal;
	font-size:12px;
	color:#8C8C8C;
}

#prize_content .sorting_section .the_pagination
{
	position:absolute;
	top:8px;
	left:250px;
	width:135px;
}

#prize_content .sorting_section .the_pagination img
{
	position:relative;
	top:1px;
	padding:0 6px 0 6px;
}

#prize_content .winners_disclaimer
{
	position:relative;
	top:0px;
	left:20px;
	width:595px;
	font-family:tahoma;
	font-weight:normal;
	font-size:12px;
	color:#8C8C8C;
}

#prize_content .winners_disclaimer span
{
	font-weight:bold;
	color:#6D9416;
}

#prize_content .recent_winner_labels
{
	position:relative;
	background-color:#E8F0B7;
	width:631px;
	height:33px;
	margin:0 0 0 2px;
	color:#6D9416;
	font-weight:bold;
	font-size:11px;
}

#prize_content .recent_winner_labels .user_name
{	
	position:absolute;
	left:10px;
	top:10px;
}

#prize_content .recent_winner_labels .prize_amount
{	
	position:absolute;
	left:208px;
	top:10px;
}

#prize_content .recent_winner_labels .winning_game
{	
	position:absolute;
	left:354px;
	top:10px;
}

#prize_content .recent_winner_labels .winning_date
{	
	position:absolute;
	left:541px;
	top:10px;
}

#prize_content .recent_winner .first_bar { position:absolute; left:195px;}
#prize_content .recent_winner .second_bar { position:absolute; left:343px;}
#prize_content .recent_winner .third_bar { position:absolute; left:530px;}

#prize_content .recent_winner .user_name
{	
	position:absolute;
	left:48px;
	top:15px;
	color:#6D9416;
}

#prize_content .recent_winner .prize_amount
{	
	position:absolute;
	left:208px;
	top:15px;
	font-weight:bold;
	color:#6D9416;
}

#prize_content .recent_winner .winning_game
{	
	position:absolute;
	left:354px;
	top:15px;
	color:#8C8C8C;
}

#prize_content .recent_winner .winning_date
{	
	position:absolute;
	left:541px;
	top:15px;
	color:#8C8C8C;
}

#prize_content .recent_winner .avatar_module
{
	position:absolute;
	left:4px;
	top:3px;
	padding:2px 0 0 2px;
}


#prize_content .recent_winner .avatar_module_frame
{
	background: url(/assets/images/prize_central/avatar_corners_bigger.png) no-repeat center;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 38px;
	height: 38px;
}

#prize_content_bottom
{
	background: url(/assets/images/prize_central/prize_content_bottom.png) no-repeat;
	position:relative;
	clear:both;
	width:635px;
	height:10px;
}

#sidebar_content #winners_module
{
	/*background:url(../assets/images/prize_central/home_recent_winners_mon_bg.png) no-repeat;
	/*background: url(/assets/images/prize_central/home_recent_winners_bg.jpg) no-repeat;*/
	position:relative;
	float:left;
	width:300px;
	height:231px;
	margin:0 0 0 6px;
	padding:335px 0 0 14px;
}

#sidebar_content .module_Mon
{
	background-image:url(/assets/images/prize_central/recent_winners_widget/homepage/backgrounds/home_recent_winners_mon_bg.png);
	background-repeat:no-repeat;
}

#sidebar_content .module_Tue
{
	background-image:url(/assets/images/prize_central/recent_winners_widget/homepage/backgrounds/home_recent_winners_tue_bg.png);;
	background-repeat:no-repeat;
}

#sidebar_content .module_Wed
{
	background-image:url(/assets/images/prize_central/recent_winners_widget/homepage/backgrounds/home_recent_winners_wed_bg.png);
	background-repeat:no-repeat;
}

#sidebar_content .module_Thu
{
	background-image:url(/assets/images/prize_central/recent_winners_widget/homepage/backgrounds/home_recent_winners_thu_bg.png);
	background-repeat:no-repeat;
}

#sidebar_content .module_Fri
{
	background-image:url(/assets/images/prize_central/recent_winners_widget/homepage/backgrounds/home_recent_winners_fri_bg.png);
	background-repeat:no-repeat;
}

#sidebar_content .module_Sat
{
	background-image:url(/assets/images/prize_central/recent_winners_widget/homepage/backgrounds/home_recent_winners_sat_bg.png);
	background-repeat:no-repeat;
}

#sidebar_content .module_Sun
{
	background-image:url(/assets/images/prize_central/recent_winners_widget/homepage/backgrounds/home_recent_winners_sun_bg.png);
	background-repeat:no-repeat;
}


#sidebar_content #winners_module #visit_prize_central_link
{
	position:absolute;
	height:26px;
	width:118px;
	
}

#sidebar_content #winners_module .prize_central_link_Tue, .prize_central_link_Wed, .prize_central_link_Sat, .prize_central_link_Sun
{
	left:171px;
	top:246px;
}

#sidebar_content #winners_module .prize_central_link_Mon
{
	left:171px;
	top:246px;
}


#sidebar_content #winners_module .prize_central_link_Thu, .prize_central_link_Fri, .prize_central_link_Sat, .prize_central_link_Sun
{
	left:171px;
	top:244px;	
}

#sidebar_content #winners_module #visit_prize_wheel_link
{
	position:absolute;
	height:66px;
	width:300px;
}

#sidebar_content #winners_module .prize_wheel_link_Mon
{
	background:url(../assets/images/prize_central/recent_winners_widget/homepage/banners/spin_wheel/home_wheel_mon.png) no-repeat;
	top:85px;
	left:3px;
}

#sidebar_content #winners_module .prize_wheel_link_Tue
{
	background:url(../assets/images/prize_central/recent_winners_widget/homepage/banners/spin_wheel/home_wheel_tue.png) no-repeat;
	top:85px;
	left:3px;
	
}

#sidebar_content #winners_module .prize_wheel_link_Wed
{
	background:url(../assets/images/prize_central/recent_winners_widget/homepage/banners/spin_wheel/home_wheel_wed.png) no-repeat;
	top:85px;
	left:3px;

}

#sidebar_content #winners_module .prize_wheel_link_Thu
{
	background:url(../assets/images/prize_central/recent_winners_widget/homepage/banners/spin_wheel/home_wheel_thu.png) no-repeat;
	top:92px;
	left:3px;

}

#sidebar_content #winners_module .prize_wheel_link_Fri
{
	background:url(../assets/images/prize_central/recent_winners_widget/homepage/banners/spin_wheel/home_wheel_fri.png) no-repeat;
	top:96px;
	left:3px;

}

#sidebar_content #winners_module .prize_wheel_link_Sat
{
	background:url(../assets/images/prize_central/recent_winners_widget/homepage/banners/spin_wheel/home_wheel_sat.png) no-repeat;
	top:96px;
	left:3px;

}

#sidebar_content #winners_module .prize_wheel_link_Sun
{
	background:url(../assets/images/prize_central/recent_winners_widget/homepage/banners/spin_wheel/home_wheel_sun.png) no-repeat;
	top:96px;	
	left:3px;

}




#sidebar_content #winners_module #visit_sponsor_link
{
	position:absolute;
	height:66px;
	width:297px;
}

#sidebar_content #winners_module .sponsor_link_Mon
{
	background-image:url(../assets/images/prize_central/recent_winners_widget/homepage/banners/bingo/home_bingo_mon.png);
	background-repeat:no-repeat;
	left:3px;
	top:157px;
}

#sidebar_content #winners_module .sponsor_link_Tue
{
	background-image:url(../assets/images/prize_central/recent_winners_widget/homepage/banners/bingo/home_bingo_tue.png);
	background-repeat:no-repeat;
	left:3px;
	top:157px;
}

#sidebar_content #winners_module .sponsor_link_Wed
{
	background-image:url(../assets/images/prize_central/recent_winners_widget/homepage/banners/bingo/home_bingo_wed.png);
	background-repeat:no-repeat;
	left:3px;
	top:157px;
}


#sidebar_content #winners_module .sponsor_link_Thu
{
	background-image:url(../assets/images/prize_central/recent_winners_widget/homepage/banners/bingo/home_bingo_thu.png);
	background-repeat:no-repeat;
	left:3px;
	top:164px;
}

#sidebar_content #winners_module .sponsor_link_Fri
{
	background-image:url(../assets/images/prize_central/recent_winners_widget/homepage/banners/bingo/home_bingo_fri.png);
	background-repeat:no-repeat;
	left:3px;
	top:168px;
}

#sidebar_content #winners_module .sponsor_link_Sat
{
	background-image:url(../assets/images/prize_central/recent_winners_widget/homepage/banners/bingo/home_bingo_sat.png);
	background-repeat:no-repeat;
	left:3px;
	top:168px;
}

#sidebar_content #winners_module .sponsor_link_Sun
{
	background-image:url(../assets/images/prize_central/recent_winners_widget/homepage/banners/bingo/home_bingo_sun.png);
	background-repeat:no-repeat;
	left:3px;
	top:168px;
}



#prize_central #winners_module
{
	background: url(/assets/images/prize_central/recent_winners_bg.png) no-repeat;
	position:relative;
	float:left;
	width:285px;
	height:230px;
	padding:104px 0 0 15px;
}

#prize_central #winners_module #visit_prize_central_link
{
	display:none;
}

#winners_module .recent_winner
{
	background: url(/assets/images/prize_central/recent_winner_bg.gif) repeat-x bottom;
	position:relative;
	height:38px;
	width:272px;
}

#winners_module .recent_winner .avatar_module
{
	position:absolute;
	left:0px;
	top:4px;
	padding:2px 0 0 2px;
}

#winners_module .recent_winner .avatar_module_frame
{
	background: url(/assets/images/prize_central/avatar_corners.png) no-repeat center;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 34px;
	height: 34px;
}

#winners_module .recent_winner .user_name
{
	position:absolute;
	left:3px;
	top:4px;
	font-family:tahoma;
	font-weight:normal;
	font-size:12px;
	color:#6DA100;
}

#winners_module .recent_winner .winning_time
{
	position:relative;
	font-family:tahoma;
	font-weight:bold;
	font-size:11px;
	color:#B2B2B2;
}

#winners_module .recent_winner .location
{
	position:absolute;
	left:3px;
	top:19px;
	font-family:tahoma;
	font-weight:normal;
	font-size:11px;
	color:#B2B2B2;
}

#winners_module .recent_winner .prize_amount
{
	position:absolute;
	right:52px;
	top:12px;
	font-family:tahoma;
	font-weight:bold;
	font-size:12px;
	color:#6DA100;
}

#winners_module .recent_winner .prize_img
{
	position:absolute;
	top:1px;
	right:0px;
	width:47px;
	height:36px;
}

#winners_module .winners_btn
{
	position:absolute;
	top:300px;
	left:97px;
}

#winners_module .disclaimer
{
	position:absolute;
	bottom:15px;
	left:15px;
	width:270px;
	text-align:center;
	font-family:tahoma;
	font-weight:normal;
	font-size:10px;
	color:#B2B2B2;
}

#prize_central .cs_square_banner
{
	position:relative;
	float:left;
	left:0px;
	top:0px;
}

#exclusive_sweeps_banner
{
	background: url(/assets/images/prize_central/exclusive_sweeps_bg.jpg) no-repeat;
	position:relative;
	float:left;
	width:300px;
	height:441px;
}

#exclusive_sweeps_banner .prize_img
{
	position:absolute;
	top:137px;
	left:46px;
}

#exclusive_sweeps_banner .headline
{
	position:absolute;
	top:90px;
	left:50px;
	width:200px;
	text-align:center;
	font-family: 'FuturaBold', sans-serif;
	color:#FFF;
	font-size:10px;
}

#exclusive_sweeps_banner .headline a
{
	font-family: 'FuturaBold', sans-serif;
	color:#90D400;
	font-size:10px;
}

#exclusive_sweeps_banner .title
{
	position:absolute;
	top:297px;
	left:16px;
	width:269px;
	text-align:center;
	font-family:tahoma;
	font-weight:bold;
	color:#FFF;
	font-size:13px;
}

#exclusive_sweeps_banner .description
{
	position:absolute;
	top:318px;
	left:48px;
	width:205px;
	text-align:center;
	font-family:tahoma;
	font-weight:normal;
	font-size:11px;
	color:#8B9968;
	margin:4px 0 0 0;
}

#exclusive_sweeps_banner .enter_btn
{
	position:absolute;
	left:107px;
	top:384px;
}

#exclusive_sweeps_banner .all_sweeps_btn
{
	position:absolute;
	top:413px;
	left:48px;
	text-align:center;
	letter-spacing:1px;
	width:205px;
	font-family: 'FuturaBold', sans-serif;
	color:#7EBA00;
	font-size:10px;
}

#exclusive_sweeps_banner .all_sweeps_btn:hover
{
	color:#FFF;
}

#prize_central_block
{
	background: url("/assets/images/prize_central/prize_central_dialog_bg.png") no-repeat top left transparent; top:0px; display:block; margin:0 0 0 0; position:relative; width:727px; height:378px;
	text-align:center;
}

#sweeps_confirm_dialog
{
	background: url("/assets/images/prize_central/sweeps_confirm_dialog.png") no-repeat top left transparent; top:0px; display:block; margin:0 0 0 0; position:relative; width:727px; height:438px;
}

#prize_central_block #dialog_title, #sweeps_confirm_dialog #dialog_title
{
	position:absolute;
	text-align:center;
	width:727px;
}

#prize_central_block .ticket_entry_module .prize_img
{
	position:absolute;
	top:105px;
	left:39px;
}

#prize_central_block .ticket_entry_module .title
{
	position:absolute;
	top:270px;
	left:39px;
	width:236px;
	color:#1F1F1F;
	text-align:center;
	font-family:tahoma;
	font-weight:normal;
	font-size:12px;
}

#prize_central_block .ticket_entry_module .prize_value
{
	font-family:tahoma;
	font-weight:normal;
	font-size:11px;
	color:#8C8C8C;
	margin:4px 0 0 0;
}

#prize_central_block .ticket_entry_module .total_entries
{
	font-family:tahoma;
	font-weight:bold;
	font-size:11px;
	color:#91BD1B;
	margin:4px 0 0 0;
}



#prize_central_block .ticket_entry_form .ticket_entry_total
{
	position:absolute;
	left:336px;
	top:90px;
	font-family:tahoma;
	font-weight:normal;
	font-size:18px;
	color:#8C8C8C;
}

#prize_central_block .ticket_entry_form .ticket_entry_table
{
	position:absolute;
	left:336px;
	top:107px;
	font-family:tahoma;
	font-weight:normal;
	font-size:18px;
	color:#7EBA00;
}

#prize_central_block .ticket_entry_form .ticket_entry_invite
{
	position:absolute;
	left:336px;
	top:134px;
	font-family:tahoma;
	font-weight:normal;
	font-size:15px;
	color:#8C8C8C;
	line-height:20px;
	text-align:left;
}

#prize_central_block .ticket_entry_form .ticket_entry_calculation
{
	position:absolute;
	left:424px;
	top:188px;
	font-family:tahoma;
	font-weight:bold;
	font-size:14px;
	color:#7EBA00;
}

#prize_central_block .ticket_entry_form .ticket_entry_calculation .total
{
	position:relative;
	top:2px;
	font-size:22px; font-weight:normal;
}

#prize_central_block .ticket_entry_form .ticket_entry_input
{
	position:absolute;
	left:336px;
	top:185px;
	width:69px;
	height:33px;
	background: url("/assets/images/prize_central/ticket_entry_input_bg.gif");
	padding:6px 0 0 10px;
	color:#5F8509;
	font-family:tahoma;
	font-weight:normal;
	font-size:22px;
}

#prize_central_block .ticket_entry_form .recalculate_btn
{
	position:absolute;
	left:336px;
	top:243px;
}

#prize_central_block .ticket_entry_form .ok_btn
{
	position:absolute;
	left:336px;
	top:306px;
}

#prize_central_block .ticket_entry_form .cancel_btn
{
	position:absolute;
	left:437px;
	top:320px;
}

#prize_central_block .ticket_entry_form .breaker
{
	position:absolute;
	left:336px;
	top:282px;
	background-color:#d1d1d1;
	height:1px;
	width:350px;
}

#prize_central_block .ticket_confirmation_module 
{
	
}

#prize_central_block .ticket_confirmation_module .header
{
	position:absolute;
	left:63px;
	top:95px;
	width:601px;
	text-align:center;
	font-family:tahoma;
	font-weight:normal;
	font-size:22px;
	color:#FF4000;
}

#prize_central_block .ticket_confirmation_module .winning_entry
{
	position:absolute;
	left:63px;
	top:141px;
	width:601px;
	text-align:center;
	font-family:tahoma;
	font-weight:normal;
	font-size:14px;
	color:#3F3F3F;
}

#prize_central_block .ticket_confirmation_module .winning_date
{
	position:absolute;
	left:63px;
	top:160px;
	width:601px;
	text-align:center;
	font-family:tahoma;
	font-weight:normal;
	font-size:11px;
	color:#8C8C8C;
}

#prize_central_block .ticket_confirmation_module .prize_img
{
	position:absolute;
	top:195px;
	left:210px;
	width:138px;
}

#prize_central_block .ticket_confirmation_module .title
{
	position:absolute;
	top:216px;
	left:360px;
	width:236px;
	font-family:tahoma;
	font-weight:normal;
	font-size:12px;
}

#prize_central_block .ticket_confirmation_module .ticket_cost
{
	position:absolute;
	top:235px;
	left:360px;
	width:236px;
	font-family:tahoma;
	font-weight:normal;
	font-size:11px;
	color:#8C8C8C;
}

#prize_central_block .ticket_confirmation_module .end_date
{
	position:absolute;
	top:250px;
	left:360px;
	width:236px;
	font-family:tahoma;
	font-weight:bold;
	font-size:11px;
	color:#FF4000;
}

#prize_central_block .ticket_confirmation_module .ok_btn
{
	position:absolute;
	left:323px;
	top:306px;
}

#prize_central_block .error_message, #sweeps_confirm_dialog .prize_error_message
{
	position:absolute;
	font-weight:bold;
	font-size:12px;
	color:#FF4000;
	top:86px;
	left:50px;
	width:627px;
	text-align:center;
}

#prize_central_block .sweeps_video_module .left
{
	position: absolute;
	top: 120px;
	width: 317px;
	padding: 0px 10px 0px 10px;
}

#prize_central_block .sweeps_video_module .header
{
	text-align:center;
	font-family:tahoma;
	font-weight:normal;
	font-size:21px;
	color:#FF4000;
}

#prize_central_block .sweeps_video_module .description
{
	text-align:center;
	font-family:tahoma;
	font-weight:normal;
	font-size:14px;
	color:#3F3F3F;
	margin: 20px 0px 20px 0px;
	padding: 0px 15px 0px 15px;
}

#prize_central_block .sweeps_video_module .dotted-line
{
	background: url(/assets/images/prize_central/sweeps_entry_dot.gif) repeat-x;
	width: 260px;
	height: 1px;
	margin: 0px 28px 20px 28px;
}

#prize_central_block .sweeps_video_module .videocontainer
{
	position:absolute;
	top:83px;
	right:0px;
	padding:0px 12px 0px 0px;
}

#prize_central_block .sweeps_thank_you_module .header
{
	position:absolute;
	left:63px;
	top:135px;
	width:601px;
	text-align:center;
	font-family:tahoma;
	font-weight:normal;
	font-size:22px;
	color:#FF4000;
}

#prize_central_block .sweeps_thank_you_module .description
{
	position:absolute;
	left:63px;
	top:176px;
	width:601px;
	text-align:center;
	font-family:tahoma;
	font-weight:normal;
	font-size:14px;
	color:#3F3F3F;
}

#prize_central_block .sweeps_thank_you_module .prize_central_btn
{
	position:absolute;
	left:157px;
	top:250px;
}

#sweeps_confirm_dialog .sweeps_confirmation_module .address_form
{
	position:absolute;
	left:43px;
	top:110px;
	width:621px;
}

#sweeps_confirm_dialog .enter_sweeps_btn
{
	position:absolute;
	left:202px;
	top:375px;
}

#prize_content .fieldbox_content { background:url("/assets/images/prize_central/register_sprite.png") no-repeat 0 -76px transparent ;  height:28px; }
#prize_content .fieldbox_cap { background:url("/assets/images/prize_central/register_sprite.png") no-repeat right -106px; height:28px;}

#prize_content .fieldbox
{
	position:absolute;
	right:21px;
	top:1px;
}
#prize_content #highscore_contests_module
{
	position:relative;
	top:53px;
	left:5px;
}

#prize_content .contest_frame
{
	position:relative;
	float:left;
	overflow:hidden;
}

#prize_content .contest_frame .contest_container
{
	postion:relative;
	width:317px;
	height:255px;

}

#prize_content .contest_frame .contest_container .contest_logo
{
	position:absolute;
	background:url(/assets/images/prize_central/highscore_contest/logo_central.png) no-repeat;
	width:59px;
	height:80px;
	top:7px;
	left:235px;
	z-index:7;
}




#prize_content .contest_frame .contest_container .prize_frame
{
	position:relative;
	width:240px;
	height:160px;
	top:10px;
	left:8px;

}

#prize_content .contest_frame .contest_container img.prize_image_container
{
	position:relative;
	width:240px;
}


#prize_content .contest_frame .contest_container .game_div
{
	position:absolute;
	background:url(/assets/images/prize_central/highscore_contest/game_bg.jpg) no-repeat left top;
	width:302px;
	height:90px;
	top:168px;
	left:7px;
}



#prize_content .contest_frame .contest_container .game_div .thumbnail_module
{
	position:relative;
	left:10px;
	top:10px;
	width:80px;
	height:60px;
}

#prize_content .contest_frame .contest_container .game_div .game_title
{
	position:relative;
	text-align:left;
	font:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	margin-bottom:10px;
	left:100px;
	bottom:53px;
	
}

#prize_content .contest_frame .contest_container .contest_text
{
	position:relative;
	text-align:left;
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color:#8C8C8C;
	left:100px;
	width:180px;
	bottom:60px;
	line-height:1.0;
}


#prize_content .contest_frame .contest_container .game_div .play_btn
{
	position:absolute;
	background:url(/assets/images/prize_central/highscore_contest/play_btn_central.gif) no-repeat;
	display:block;
	width:74px;
	height:17px;
	top:70px;
	left:116px;
	text-indent:-9999em;
	
}

#prize_content #highscore_contests_module .content_breaker
{
	display:none;
}


#prize_content .contest_frame .contest_container .game_div .leaderboard_btn
{
	display:none;
}

#prize_content .contest_frame .contest_container .game_div a.play_btn:hover
{
	background:url(/assets/images/prize_central/highscore_contest/play_btn_central_over.gif) no-repeat;

}

