/**********************************************************************\

	@group General Styles
	
\**********************************************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin-top: 0;
	margin-left: 0;
}

.landing-page a:link, .path-page a:link {color:#3fa8e2; text-decoration:none;}
.landing-page a:visited, .path-page a:visited {color:#3fa8e2; text-decoration:none;}
.landing-page a:hover, .path-page a:hover {color:#3fa8e2; text-decoration:underline;}
.landing-page a:active, .path-page a:active {color:#3fa8e2; text-decoration:none;}

.landing-page a.type2:link, .path-page a.type2:link {color:#fff; text-decoration:none;}
.landing-page a.type2:visited, .path-page a.type2:visited {color:#fff; text-decoration:none;}
.landing-page a.type2:hover, .path-page a.type2:hover {color:#fff; text-decoration:underline;}
.landing-page a.type2:active, .path-page a.type2:active {color:#fff; text-decoration:none;}



/**********************************************************************\

	@group Layout Styles
	
\**********************************************************************/

.landing-page #wrapper {
	width: 826px;
	margin: 0 auto;
}

.landing-page #header {
	background-image: url(http://d173icrfb31g2j.cloudfront.net/media/prizesuk/images/index_01.png);
	background-repeat: no-repeat;
	width: 826px;
	height: 135px;
}
.landing-page #header h1 {
	text-indent: -9999px;
	padding-top: 0;
	margin-top: 0;
}

.landing-page #main {
	background-image: url(http://d173icrfb31g2j.cloudfront.net/media/prizesuk/images/index_04.png);
	background-repeat: repeat-y;
	width: 826px;
	clear: both;
}

.landing-page #content {
	float: left;
	width: 63%;
}

.landing-page #registration {
	float: right;
	width: 36%;
	clear: right;
}
.landing-page #registration-top {
	background: transparent url(http://d173icrfb31g2j.cloudfront.net/media/prizesuk/images/quick-entry.png) no-repeat;
	background-position: top center;
	height: 93px;
}

.landing-page #mini-offers {
	width: 600px;
	font-size: 13px;
	margin-top: 10px;
	padding-bottom: 20px;
	margin-left: 110px;
	display: block;
	float: left;
	/*border: 1px dashed cyan;*/
}
.landing-page .mini-offer {
	border-bottom: 1px solid white;
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 10px;
}
.landing-page .mini-offer img {
	float: left;
	width: 120px;
	height: 60px;
	margin-right: 12px;
	clear: right;
}
.landing-page .mini-offer p {
	float: left;
	font-size: 11px;
	width: 340px;
	margin-top: 0;
	padding-right: 10px;
}

.landing-page #terms-conditions {
	width: 450px;
	font-size: 11px;
	margin-top: 10px;
	padding-bottom: 20px;
	margin: 0 auto;
	display: block;
	/*border: 1px dashed purple;*/
	clear: left;
}

.landing-page #submit-button {
	background-image: url(http://d173icrfb31g2j.cloudfront.net/media/prizesuk/images/index_07.png);
	width: 276px;
	height: 62px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}

.landing-page #footer {
	/* --------  new ----- */
	background-image: url(http://d173icrfb31g2j.cloudfront.net/media/prizesuk/images/footer1.1.png);
	background-repeat:no-repeat;
	padding-top:22px;
	/* -------- new ------*/
	clear: both;
	font-size: 10px;
	color: #999;
	text-align: center;
	/*border: 1px dashed purple;*/
}

.landing-page .footerlinks {
	margin-bottom: 3px !important;
    padding-left: 14px;
}

.landing-page #footer p {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	padding-top: 13px;
	padding-bottom: 0px;
}

.main {
	font-size: 11px;
	color: #000000;
}

.mini-offer .error {
	width: 620px;
	color:red;
	display:block;
	font-weight:bold;
	font-size:10px !important;
}

#terms-conditions p .error {
	color:red;
	font-weight:bold;
}

#title {
	color:black;
}

#dobDay {
	color:black;
}

#dobMonth {
	color:black;
}

#dobYear {
	color:black;
}



/**********************************************************************\

	@group Registration Form Styles
	
\**********************************************************************/

#landingForm {
	margin-bottom: 0;
	clear: both;
}
#registration fieldset {
	width: 100%;
	margin: 10px 0;
	padding: 0;
	border: none;
}
#registration div {
	clear: left;
}
#registration div.left-column {
	width: 50%;
	float: left;
}
#registration div.right-column {
	width: 50%;
	float: right;
}
#registration label {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	margin-top: 5px;
	padding-right: 4px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
#registration label.error {
	display: block;
	width: 85%;
	margin-left: 2px;
	float: left;
	clear: right;
	color:#fc0000;
}
#registration input {
	float: left;
	width: 125px;
	margin-bottom: 14px;
	margin-left: 7px;
	clear: right;
}
#registration select {
	float: left;
	margin-bottom: 10px;
	margin-left: 7px;
}
#registration select#dobDay {
	margin-left: 7px;
}
#registration select#dobMonth, #landingForm select#dobYear {
	margin-left: 0;
}
#registration select#dobDay {
	width: 43px;
}
#registration select#dobMonth {
	width: 52px;
}
#registration select#dobYear {
	width: 52px;

}

/**********************************************************************\

	@group Path Page Styles
	
\**********************************************************************/

.path-page {
	text-align: center;
	min-height: 100%;
}

.path-page #page_wrapper {
	margin: 0 auto;
	background-color: white;
	min-width: 900px;
	width: 900px;
	min-height: 100%;
}

.path-page #page_div {
}

.path-page #page_content {
}

.path-page #page_center_div {
	text-align: center;
	clear: both;
	color:#000;
}

.path-page #nextform {
	margin-left: 100px;
	/*text-align: center;*/
}

.path-page #page_next {
	clear: both;
	float: right;
    padding-right: 87px;
}

.path-page .frameCont form p {
	padding-right: 100px;
	text-align:center;
}
.progress {
	color:#000;
}

.path-page #page_footer {
	clear: both;

}

#choose-address-instruction {
	font-size: 14px;

}



/**********************************************************************\

	@group Legal Page Styles
	
\**********************************************************************/

body.legal-page {
	background: url(/media/prizesuk/images/bkg.png) repeat-y center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.legal-page #wrapper {
	width: 900px;
	margin: 0 auto;
}

.legal-page #header {
	background-image: url(/media/prizesuk/images/offers/header_nobook_cobrand.gif);
	width: 900px;
	height: 138px;
}

.legal-page #content {
	font-size: 12px;
	padding-right: 40px;
	padding-left: 40px;
	line-height: 1.4;
}

.legal-page h1 {
	font-size: 16px;
	margin-top: 40px;
}

.legal-page ol li {
	margin-top: 15px;
	margin-bottom: 15px;
	list-style-type: decimal;
}

.legal-page ol li ol li {
	list-style-type: lower-alpha;
}

.legal-page ol li ol li ol li {
	list-style-type: lower-roman;
}

.legal-page ol li ol li ol li ol li {
	list-style-type: decimal;
}

.legal-page #footer-nav {
	font-size: 12px;
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	background-image: url("../images/footer_bkg.png");
	background-position: center center;
	background-repeat: repeat-y;
	height: 21px;
	padding: 6px 0 1px;
}

.legal-page #footer-copy {
	margin: 0 auto;
	width: 800px;
}



