﻿body
{
	margin: 0;
}
	a
	{
		color: #ff0000;
	}

	h1, h2, h3
	{
		margin: 0;
	}
	
	input
	{
		font-family: Arial;
		font-size: 11px;
	}
	
	.text
	{
		border: solid 1px #008698;
		width: 220px;
	}
	
	.small
	{
		color: #808080;
		font-size: 9px;
	}

	div.fieldPair
	{
		display: block;
		clear: both;
	}
	
	div.fieldPair .label
	{
		line-height: 20px;
		float: left;
		width: 110px;
	}
	
	div.fieldPair .checkbox
	{
		display: block;
		float: left;
		padding: 10px 0;
		line-height: 50px;
	}
	
	div.fieldPair .label.checkboxLabel
	{
		line-height: 38px;
		width: 300px;
	}
	
	div.fieldPair .field
	{
		line-height: 20px;
		float: left;
	}

	#Wrapper
	{
		margin: auto;
		width: 950px;
	}



		#Header
		{
			padding: 10px 0;
		}



		#Content
		{
			background-color: #e0e0e0;
			font-family: Arial, Helvetica, Sans-serif;
			font-size: 11px;
		}
		
			.signUpBackground
			{
				background-image: url(../Images/background_signUp.jpg);
				height: 540px;
			}
			
			.competitionBackground
			{
				height: 540px;
				background-image: url(../Images/background_compDetails.jpg);
			}
			
			.thanksBackground
			{
				height: 460px;
				background-image: url(../Images/background_thanks.jpg);
			}
			
			#Content.faqs
			{
				background-image: url(../Images/background_faqs.jpg);
			}
			
			#SwitchHeader
			{
				height: 32px;
				padding: 35px 0 0 85px;
				width: 302px;
			}
			
				#SwitchHeader img
				{
					display: block;
					margin: 0;
				}
			
			
			#Content .boxLeft
			{
				background-color: #ffffff;
				display: inline;
				float: left;
				margin: 35px 36px 0 85px;
				padding: 20px;
				width: 332px;
			}
			
				#Content .boxLeft.signUp
				{
					height: 365px;
					overflow: none;
				}
			
				#Content .boxLeft.competitionDetailsLeft
				{
					height: 330px;
					overflow: auto;
					float: left;
				}
			
			#Content .boxRight
			{
				background-color: #ffffff;
				display: inline;
				float: left;
				margin: 35px 0 0 0;
				padding: 20px;
				width: 332px;
			}
			
				#Content .boxRight.SignUp1
				{
					/* height: 155px; */
					height: 180px;
					padding: 20px 20px 10px 20px;
				}
				
				
				#Content .boxRight.SignUp2
				{
					height: 160px;
					padding: 0;
					width: 372px;
				}
				
				#Content .boxRight.SignUp2 img
				{
					display: block;
				}
			
				#Content .boxRight.competitionDetailsRight
				{
					padding: 0px;
					height: 370px;
					width: 372px;
				}
				
				#Content .boxRight.competitionDetailsRight p
				{
					padding: 0 20px;
				}
		
		
		
		#Footer
		{
			background-color: #008698;
			color: #ffffff;
			font-family: Arial, Helvetica, Sans-Serif;
			font-size: 11px;
			line-height: 22px;
			height: 22px;
			margin-top: 18px;
			text-align: right;
		}
		
			#Footer a
			{
				color: #ffffff;
				font-weight: normal;
				text-decoration: none;
			}
			
			#Footer a:hover
			{
				text-decoration: underline;
			}
		
			#Footer a.backToVodafoneAU
			{
				background-color: #ff0000;
				background-image: url(../Images/footer_arrow.gif);
				background-repeat: no-repeat;
				background-position: right center;
				line-height: 22px;
				padding: 4px 20px 4px 8px;
			}
			
			#Footer a.backToVodafoneAU:hover
			{
				text-decoration: none;
			}