/*=======================================================
 CSS Document for Mutual Community Double Challenge
=======================================================*/

@import url("global.css");

.hidden { display: none; }
.show { display: inline-block; visibility: visible; }

/*=============================================================
	Main layout
=============================================================*/

#container {
	width: 100%;
	height: auto;
	background-color: 63bc48;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-image: url(../images/bg.jpg);
}
#main font colour {
	color: #FFFFFF
}
/*=============================================================
	Header - nav + logo
=============================================================*/

#header { width: 900px; height: 132px; padding: 0 40px; margin: 0 auto; display: block; clear: both; }
#logo { width: 154px; height: 77px; padding-top: 15px; float: left; }

/*=============================================================
	Main body - left + right
=============================================================*/

#mainpage {
	height: auto;
	min-height: 500px;
	clear: both;
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 40;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50;
	padding-left: 30px;
}

.contents {
	width: 610px;
	clear: both;
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	color: #FFFFFF;
}

.contents li {
margin-bottom: 10px;
}

.sub-list li {
margin-left: 20px;
}

.covered {
	width: 300px;
}

.form-top {
	width: 620px;
	height: 28px;
	float: left;
	background: url('../images/bg-form-top.png') no-repeat 0 0;
	background-color: #FFFFFF;
}
.luckydraw-form {
	color: #000000;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	width: 620px;
}
.form-base {
	width: 620px;
	height: 70px;
	background: url('../images/bg-form-btm.png') no-repeat 0 0;
	background-color: #63bc48;

}




.thankyou .contents {
	width: 610px;
	clear: both;
	padding-top: 70px;
	padding-right: 350px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #ffffff;
	margin:0 auto;
	}

/*=============================================================
	Footer
=============================================================*/

#footer-container { width: 100%; height: 100%; background: #fff url('../images/bg-footer.jpg') repeat-x 0 0; }
#footer {

	width: 920px;
	height: 250px;
	clear: both;
	display: block;
	margin: 0 auto;
}
#footer h3 { margin-bottom: 5px; }
#footer h3 a { color: #000;  text-decoration: none; }
#footer h3 a:hover, #homepage a#navhome, #help a#navhelp, #terms-conditions a#navterms, #contact a#navcontact { color: #000000; text-decoration: none; }

/*=======================================================
 End of CSS Document for Mutual Community Double Challenge
=======================================================*/

/*=============================================================
	Entry Process Error
=============================================================*/

.entry-error { color: red; font-weight: bold; }
.photos {
	background-image: url(../images/bg-body.gif);
	background-repeat: no-repeat;
	background-position: right top;
	left: auto;
	right: auto;
	clip: rect(auto,auto,auto,auto);
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.form_clear {
	padding: 20px;
	line-height: 22px;
}
#clear {
}
#form-text {
}
#formtext1 {
	color: #000000;
	width: 620px;
}
#wallpaper {
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat-y;
	width: 620px;
}
