body {
	padding: 25px 25px 25px 25px;
	
	background-color: #eeeeee;
	border: 1px solid #d8d8d8;
}

#prizeimage {
	float: left;
	
	width: 180px;
	height: 430px;
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	margin-right: 20px;
}

#prizetext {
	color: #5c5c5c;
	font-family: "Arial", "Tahoma", "Verdana", "Sans-serif";
	font-size: 12px;
	height: 430px;
	overflow: auto;
}

#prizetext h1 {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}

#prizetext h2 {
	color: #5c5c5c;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

#nextbutton {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#closebutton {
	position: absolute;
	bottom: 20px;
	left: 225px; /* 25 + 180 + 20 */
}

img
{
	border-style: none;
}

#question {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	margin-top: 10px;
}

#question h1 {
	font-size: 16px;
}

#question table {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-style: none;
}

#question tr, td {
	padding: 0px 0px 0px 0px;
	border-style: none;
	width: auto;
	vertical-align: top;
}

#questionimage {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	margin-right: 20px;
}

#questionimage img {
	padding: 5px 5px 5px 5px;
	border: 1px solid #d8d8d8;
}

#captcha {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	margin-top: 6px;
}

label {
	display: block;
	cursor: pointer;
	
	font-size: 14px;
	font-weight: bold;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

label.label_radio {
	display: block;
	cursor: pointer;
	line-height: 30px;
	
	font-size: 14px;
	font-weight: bold;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

label.label_check {
	display: block;
	cursor: pointer;
	line-height: 30px;
	
	font-size: 14px;
	font-weight: bold;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Styled checkboxes/radiobuttons */
.has-js .label_check,
.has-js .label_radio { padding-left: 34px; }
.has-js .label_radio { background: url(img/bu.png) no-repeat; }
.has-js .label_check { background: url(img/bu.png) no-repeat; }
.has-js label.c_on { background: url(img/bc.png) no-repeat; }
.has-js label.r_on { background: url(img/bc.png) no-repeat; }
.has-js .label_check input,
.has-js .label_radio input { position: absolute; left: -9999px; }