
html
{
	background: none;
}

body
{
	width:100%;
	height:100%;
	margin:0 auto;
	
	background: url( /inc/images/contest/bg-repeat.jpg ) repeat-x #FFFFFF;
}


div#main
{
	margin: 0px auto;
	width: 924px;
	height: 768px;
	padding: 0px 62px;
}

	.body-en #main
	{
		background: url( /inc/images/contest/bg.jpg ) center top no-repeat;
	}
	
	.body-fr #main
	{
		background: url( /inc/images/contest/bg-fr.jpg ) center top no-repeat;
	}

	div#languages
	{
		width:900px;
		height:20px;

		text-align:right;
		margin: 40px 0px 130px 0px;
		
		float: left;
	}

#content
{
	float: left;
	width: 480px;
}

	ul.tabs,
	ul.main-nav
	{
		height: 40px;
		margin: 10px 0px 0px 10px;
	}

	ul.tabs li,
	ul.main-nav li
	{
		float: left;
		padding: 0px 10px;
		font-size: 18px;
	}
	
		ul.tabs li.first,
		ul.main-nav li.first
		{
			border-right: 1px solid #000000;	
		}

	div.pane
	{
		width: 500px;
		height: 260px;
		float: left;

		padding: 10px 20px;
	}

	.panes p
	{
		text-align: left;
	}

	.panes li
	{
		list-style: disc;
		margin-left: 18px;
		margin-bottom: 10px;
	}

	#rules li
	{
		list-style: decimal;
	}

#contest-form
{
	width: 300px;
	height: 260px;
	float: right;
	padding: 20px;
}

/***********************************************
 Form styles
***********************************************/

#form-header-container
{
	padding: 10px;
	border-top: 3px solid black;
}

#text-field-container,
#check-box-container
{
	padding: 10px;
	border-top: 1px solid black;
}

#contest-form h3
{
	font: bold 20px Arial, Helvetica, sans-serif;
	margin: 0px;
}

#contest-form p
{
	text-align: left;
	margin: 0px;
}

#contest-form a
{
	text-decoration: underline;
}

form
{

}

	label,
	.prepare
	{
		clear: both;
	}

	.firstname,
	.lastname,
	.email,
	.postal,
	.phone
	{
		display: block;
		overflow: hidden;
		padding: 3px;
		margin-bottom: 2px;
		height: 22px;
	}

	.firstname span.label,
	.lastname span.label,
	.email span.label,
	.postal span.label,
	.phone span.label
	{
		display: block;
		clear: both;
		line-height: 24px;
		float: left;

		margin-left: 2px;
	}

	.firstname input,
	.lastname input,
	.email input,
	.postal input,
	.phone input
	{
		display: block;
		float: right;
		width: 160px;
		height: 17px;
	}

	.checkbox-label
	{
		margin-left: 15px;
		display: inline-block;
		width: 200px;
	}

	.contact-perms
	{
		display: block;
		top: 0px;
	}

		.contact-perms input
		{
			vertical-align: top;
			margin-top: 2px;
		}

	#submit
	{
		width: 286px;
		height: 60px;
		border: none;

		display: block;
	}
	
		.submit-en
		{
			background: url( /inc/images/contest/submit.jpg ) no-repeat;
		}
		
		.submit-fr
		{
			background: url( /inc/images/contest/submit-fr.jpg ) no-repeat;
		}


/*-------------------------------------
 Thank You Styles
-------------------------------------*/

.sodium-en
{
	background: url( /inc/images/contest/giveyourheadashake.jpg ) no-repeat;
	width: 283px;
	height: 61px;
	display: block;
	text-indent: -9999px;
	margin-left: 20px;
}

.sodium-fr
{
	background: url( /inc/images/contest/giveyourheadashake-fr.jpg ) no-repeat;
	width: 283px;
	height: 61px;
	display: block;
	text-indent: -9999px;
	margin-left: 20px;
}

/*-------------------------------------
 Styling for required fields
-------------------------------------*/

label.required-on
{
	color: #FF0000;
}

label.required-on .label
{
	color: #FF0000;
}

.help-tip
{
	display:none;
	background: #000;
	color:#FFFFFF;

	width: 210px;
	padding: 2px 5px;
	line-height: 24px;
	
	margin-top: 0px;
	[margin-top: 0px;
	margin-top:1px;]
}

.error-tip
{
	display:none;
	background: #000;
	color:#FF0000;

	width: 210px;
	padding: 2px 5px;
	line-height: 24px;
}

/*-------------------------------------
 Styling for OVERLAY
 -------------------------------------*/

.map
{
    cursor: pointer;
    cursor: hand;
}

/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    width:744px;     
    min-height:200px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 30px 5px #000; 
    -webkit-box-shadow: 0 0 30px 5px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url( /inc/images/contest/close.png);
    _background-image:url( /inc/images/contest/close.gif); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

/* styling for elements inside overlay */ 
.details { 
    position:absolute; 
    top:15px; 
    right:15px; 
    font-size:11px; 
    color:#fff; 
    width:150px; 
} 
 
.details h3 { 
    color:#aba; 
    font-size:15px; 
    margin:0 0 -10px 0; 
}