* {
	padding:0;
	margin:0;
}

body {
	background: #cccccc;
	color:#222222;						/* default text color for the site */
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	-x-system-font:none;
	padding:12px;
}

#page-wrapper {
	width: 1000px;
	background: #dddddd;
	margin:0 auto;
}

/********************* CONTENT ***************************/
#content {
	padding: 16px;
}
#content p+p {
	margin-top: 12px;
}

#content form {
	border: 1px dotted #666666;
	padding: 10px;
	margin-top: 20px;
	background-color: #e6e6e6;
}
#content input.dropdown {
	width: 300px;
}
#content input.dropdown[name="age"] {
	width: 20px;
}
#content select.dropdown {
	width: 304px;
}
#content textarea.termsbox {
	width: 100%;
	height: 144px;
	margin: 5px 0 8px;
}


/********************* CAPTCHA ***************************/
#captcha {
	margin: 2px 62px 0 0;
	float:right;
	width: 282px;
	height: 152px;
	background: #f5f5f5;
}
#captcha img {
	clear: both;
	display:block;
	margin: 0 auto;
	padding: 12px;
}
#captcha input {
	width: 108px;
}
#captcha span {
	display: block;
	padding-left: 12px;
}

/********************* FOOTER ***************************/
#footer {
	background: #f5f5f5;
	text-align: center;
	padding: 10px 10px 7px;
	display: block;
	position: relative;
	height:88px;
}
#footer img {
	float:right;
}
#footer span {
	font-size: 1.3em;
	line-height: 88px;
}


/********************* FONT ***************************/
h1,h2,h3,h4,h5,h6 { font-weight: bold; color:#fe0000; margin-top: 8px;}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1em; }
h5 { font-size: 0.83em; }
h6 { font-size: 0.67em; }

h2.blue { color:#0000fe; margin-top: 16px; }

a.button {
}

#replaceme {
	display: inline-block;
	position: relative;
	top: -6px;
	left: 4px;
	font-size: 1.5em;
	font-weight: bold;
	color: #fe0000;
}

a img {
	border:0;
	display:block;
}

img.submit {
	clear: left;
	margin-top: 6px;
}
#submitzone {
	line-height: 30px;
	height: 30px;
}
table.betaform {
	width: 500px;
	table-layout:auto;
}
td.col1 {
	width: 200px;
	text-align: right;
}

#code {
	margin:16px auto;
	width: 320px;
	background-color: #cccccc;
	color: green;
	padding: 12px 24px;
	font-size: 2.5em;
	font-weight: bold;
	border: 1px dashed #666666;	
	text-align:center;
}

#code.oops {
	width: auto;
	color: red;
}

ol {
	margin: 8px 0 8px 20px;
}

li+li {
	margin-top: 8px;
}


/*********** shortlist **************/
body.shortlist {
	background-color: #bfbfbf;
	color: #464646;
}
.shortlist #page-wrapper {
	background-color: #ffffff;
}
.shortlist #code {
	background-color: #eeeeee;
}

/*********** dailymirror **************/
body.dailymirror {
	background-color: #d3dce2;
	color: #000000;
}
.dailymirror #page-wrapper {
	background-color: #ffffff;
}
.dailymirror #code {
	background-color: #eeeeee;
}

/*********** dailyrecord **************/
body.dailyrecord {
	background-color: #ffffff ;
	color: #000000;
}
.dailyrecord #page-wrapper {
	background-color: #f0f1e6;
}
.dailyrecord #code {
	background-color: #dddddd;
}

/*********** sundaymirror **************/
body.sundaymirror {
	background-color: #d3dce2;
	color: #000000;
}
.sundaymirror #page-wrapper {
	background-color: #ffffff;
}
.sundaymirror #code {
	background-color: #eeeeee;
}

/*********** sundaymail **************/
body.sundaymail {
	background-color: #ffffff;
	color: #000000;
}
.sundaymail #page-wrapper {
	background-color: #f0f1e6;
}
.sundaymail #code {
	background-color: #dddddd;
}

