/*--------------------------------------------------*/
/* Win                                              */

	#headerContainer {
		background: #000 url("../../img/win/header.jpg") no-repeat 50% 100%;
	}

		#headline {
			background: url("../../img/win/headline.gif") no-repeat 0 0;
			height: 105px;
		}

	h3.titleWin {
		background: url("../../img/win/titleWin.gif") no-repeat 0 0;
		height: 27px;
	}

	h3.titleEntry {
		background: url("../../img/win/titleEntry.gif") no-repeat 0 0;
		height: 27px;
	}

	h3.titleConfirmation {
		background: url("../../img/win/titleConfirmation.gif") no-repeat 0 0;
		height: 27px;
	}

	#sidePanel {
		padding-top: 69px;
	}

/*--------------------------------------------------*/
/* Competition                                      */

	.features img {
		float: right;
		margin: 0 50px 0 0;
	}

	.features ul {
		padding: 52px 0 0 40px;
	}

		.features ul li {
			padding: 4px 0;
		}

	/*--------------------------------------------------*/
	/* Form                                             */

		.dataCapture form {
			background: #f7f7f7 url("../../img/win/newsletter.jpg") no-repeat 100% 80%;
		}

			.dataCapture form fieldset {
				width: 460px;
			}

				.dataCapture form p.mandatoryFields {
					float: right;
					padding: 12px;
				}

				.dataCapture .dob .input input {
					width: 2em;
				}

			.dataCapture form .offers {
				padding: 0 12px 12px;
			}

				.dataCapture form .offers .input {
					float: left;
					margin: 0 6px 0 0;
				}

				.dataCapture form .offers .label {
					float: left;
					width: 420px;
					margin: 0 0 12px;
					font-weight: bold;
				}

					.dataCapture form .offers .label strong {
						color: #000;
					}

			.dataCapture form .submit .row {
				height: auto !important;
				height: 1em;
				padding: 0;
			}

/*--------------------------------------------------*/
/* Call to actions                                  */

	.callToAction {
		border-top: 1px solid #b2b2b2;
		border-bottom: 1px solid #b2b2b2;
		padding: 1px 0;
		margin: 0 0 12px;
	}
	
		.callToAction img {
			float: left;
		}
		
		.callToAction img.first {
			margin: 0 1px 0 0;
		}
