html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	margin:0;
	padding:0;
	background-color:#a5d1e4;
	color:#FFF;
}

a {
	color:#FFF;
	outline:none;
}


p,ul,li {
	padding:0;
	margin:0;
}

div#wrapper {
	margin-left: auto ;
	margin-right: auto ;
	width:924px;
}


div#header {
	background:url(/images/header-bg.jpg) no-repeat top left;
	height:279px;
}

div#nav {
	width:151px;
	float:right;
	margin-right:38px;
	margin-top:38px;
}

div#nav img {
	border:0px;
	display:block;
	margin-bottom:9px;
	outline:none;
}

/*BEGIn register form */
body#register div#content {
	background:#53a9d8 url(/images/short_bg.jpg) no-repeat top left;
	height:460px;
	padding:67px 0 0 48px;
}

body#register div#footer {
	background-color:#53a9d8;
}

body#register div#leftcol {
	background-color:#3d95cc;
	padding:15px;
	width:330px;
	float:left;
}
body#register div#rightcol {
	float:left;
	width:310px;
	margin-left:20px;
}

body#register div#rightcol ul {
	margin-left:15px;
	margin-top:5px;
	margin-bottom:10px;
}

body#register div#rightcol ul li {
	margin-bottom:5px;
	line-height:16px;

}

input#firstname,input#lastname {
	width:180px;
}
input#postcode {
	width:70px;
}
input#email, textarea#comment {
	width:270px;
}
body#register #note {
	float:right;
	font-size:10px;
	margin-top:-5px;
}
/*END register form */


/* BEGIN Register Response */
body#register-response div#content {
	background:#53a9d8 url(/images/short_bg.jpg) no-repeat top left;
	height:265px;
	padding:67px 0 0 48px;
}
/* END Register Response */

/* Prize Details */
body#prize-details div#content {
	background:#53a9d8 url(/images/short_bg.jpg) no-repeat top left;
	height:1270px;
	padding:67px 0 0 48px;
}
body#prize-details div#footer {
	background-color:#53a9d8;
}

body#prize-details #leftcol {
	width:430px;
	float:left;
}

body#prize-details #rightcol {
	float:left;
	width:205px;
	margin-left:30px;
	margin-top:55px;
}

body#prize-details #leftcol .midtext {
	margin-top:20px;
	margin-bottom:12px;
}

body#prize-details #rightcol p {
	text-align:right;
	margin:1px 0 135px 0; 
	font-size:11px;
	line-height:11px;
}
/* END Prize Details */

/* Terms page */
body#terms div#content {
	background:#53a9d8 url(/images/short_bg.jpg) no-repeat top left;
	height:2620px;
	padding:67px 0 0 48px;
}
body#terms div#footer {
	background-color:#53a9d8;
}

body#terms #leftcol {
	width:780px;
	float:left;
}

body#terms ol#termslist, body#terms ol#termslist ol {margin-left:0; padding-left:0;}
body#terms ol li {
	margin-bottom:15px;
	margin-left:31px;
}
body#terms ol li ol {margin-top:5px;}
body#terms ol li ol li {
	margin-bottom:5px;
	margin-left:40px;
}
/* END Terms page */
 
.smalltext { font-size:11px; line-height:12px; float:left; margin-left:25px; margin-top:-15px;}
.midtext {font-size:17px; line-height:24px;}
.largetext {font-size:22px; line-height:26px; margin-bottom:20px;}
.mid {width:150px; margin-bottom:3px;}
.long {width:200px; margin-bottom:3px;}

.errorMessageBG { background-color:#FFF;color:#F00; border:1px dashed #666; padding:10px;}
.errorMessageBG img {display:none;}


/* Close pahe */
body#closed div#content {
	background:#53a9d8 url(/images/short_bg.jpg) no-repeat top left;
	height:260px;
	padding:67px 0 0 48px;
}