@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - UMRG Video
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		umrg_contests.css
	Date:			May 8, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/


/*	--------------------------------------------------------------------------------------------------------------------------
	flashArea Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#prizeArea {
		width:934px;
		margin:10px auto;
		background:url(../contests/images/topBg.gif) no-repeat top;
	}
	
	#prizeLeft {
		padding:165px 0 0 63px;
		width:499px; height:304px;
		float:left;
		}
		
	
	#prizeRight {
		padding:130px 0 0 92px;
		width:236px;
		float:left;
	}
		#prizeRight #contestRules {
			width:70px;
			height:10px;
			padding:0 0 0 80px;
			margin-bottom: 50px;
			}
		#prizeRight #contestRules a.contestRules {
			width:70px;
			height:10px;
			display:block;
			}
			
		#prizeRight #prizeMini {
			width:272px;
			height:224px;
			background:url(../contests/images/weeklycontest1.jpg) no-repeat top;

		}

		#prizeRight #prizeMini .prizeMini{
			width:100px; height:100px;
			margin-bottom:24px;
			margin-right:36px;
			float:left;
			display:inline;
		}
		
		#prizeRight #prizeMini .label{
			color:#fff;
			font:9px Verdana, Helvetica, sans-serif;
		}
		
		#prizeRight #prizeLast {
			width:90px;
			height:10px;
			padding:30px 0 0 146px;
			background:url(../contests/images/lastweekBg.gif) no-repeat;
			background-position: bottom right;
			}
		#prizeRight #prizeLast a.prizeLast {
			width:90px;
			height:10px;
			display:block;
			}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/*	newReleases
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol #newReleases {
		width:566px;
		float:none; clear:both;
	}
	#mainCol .enterToWin{
		width:143px;
		height:31px;
		padding:10px 0 20px 0;
	}
		#mainCol .enterToWin a.enterBtn:link, #mainCol .enterToWin a.enterBtn:active, #mainCol .enterToWin a.enterBtn:visited {
			width:143px;
			height:31px;
			display:block;
			background:url(../contests/images/enterToWin.jpg) no-repeat;
		}
		#mainCol .enterToWin a.enterBtn:hover {
			background:url(../contests/images/enterToWin_over.jpg) no-repeat;
		}
		
	#mainCol #entries .item .signUpForm {
		color:#55626a;
		font:11px Arial, Helvetica, sans-serif;
		}
		
		#mainCol .signUpForm .signUpBlue{
			color:#7095a1;
			}
			
	#mainCol #entries .contestForm {
		margin:15px 0 10px 0;
	}
		#mainCol #entries .contestForm label {
			float:left;
		}
		#mainCol #entries .contestForm .inputText {
			float:left;
			width:275px;
			height:22px;
			margin-bottom:15px;
			}
		#mainCol #entries .contestForm .checkBox {
			float:left;
			}
		#mainCol #entries .contestForm .remember {
			padding-top:3px;
			}
		
