html, body {
	width:100%;
	height:100%;
	left:0;
	margin:0;
	padding:0;
	right:0;
	top:0;
}
* {
	border:0 none;
	color:#2a4282;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
	margin:0;
	padding:0;
}
#page {
	height:auto !important;
	height:100%;
	min-height:100%;
	position:relative;
	background:url('../img/bg_head_no-claim.gif') 0 0 no-repeat;
}
#header {
	width:1000px;
}

#header {
	height:232px;
	background:url('../img/bg_head_no-claim.gif') 0 0 no-repeat;
}
.head-left {
	float:left;
	width:450px;
}
#logo {
	height:150px;
	width:460px;
}
.accesscontent {
	position:absolute;
	top:-1000px;
}
#claim {
	padding:0 10px;
	margin:0;
	font-size:24px;
	line-height:26px;
	font-weight:bold;
}
.head-right {
	float:right;
	width:549px,
}
#whitebox {
	width:539px;
	height:212px;
	margin:3px 3px 3px 0;
	background:url('../img/bg_whitebox.gif') 0 0 no-repeat;
}
#whitebox_inner {
	padding:10px;
	overflow:hidden;
}
fieldset {
	border:0;
	margin:0;
	padding:0 0 10px 0;
}
#whitebox h2 {
	font-weight:bold;
	font-size:17px;
	padding-bottom:10px;
}
.options {
	width:100%;
	margin-left:-19px;
}
.optionbox {
	float:left;
	width:80px;
	text-align:center;
}
.optionbox label {
	display:block;
	margin:0;
	padding:5px 0 0 0;
}
input.styleme,
textarea.styleme {
	border:1px solid #F7AE25;
	padding:1px;
	line-height:20px;
}
input#name {
	width:175px;
}
input#age {
	margin-left:20px;
	width:75px;
}
textarea#comment {
	width:280px;
	height:40px;
}
input#rate_it {
	width:284px;
	height:30px;
	padding:0;
	margin:10px 0 0 0;
	background:url('../img/bg_submit.gif') 0 0 no-repeat;
	border:none;
	cursor:pointer;
	display:block;
	font-weight:bold;
}
.teaser {
	clear:left;
	font-weight:bold;
	padding:13px 0 0 0;
}

.resultlist {
	width:284px;
	list-style:none;
	margin:10px 0;
	padding:0;
}
.resultlist li {
	padding:3px 0;
	display:block;
	clear:left;
}
.resultlist li .title {
	float:left;
	display:block;
	width:84px;
}
.resultlist li .percentages {
	float:right;
	margin-top:3px;
	display:block;
	width:190px;
	border:1px solid #2a4282;
}
.resultlist li .percentages span {
	display:block;
	float:left;
	height:10px;
}
.resultlist li .percentages span.voted {
	background:#F7AE25;
}
.resultlist li .percentages span.zero-voted {
	width:1px;
}
.resultlist li .percentages span.zero-filler {
	width:189px;
}
.resultlist li span.clear {
	clear:left;
	display:block;
	width:100px;
	height:1px;
}


#actionbox {
	height:192px;
}
#nextlink {
	margin:-40px 0 0 300px;
}
input#next_item {
	width:213px;
	height:30px;
	padding:0;
	margin:10px 0 0 0;
	background:url('../img/bg_new.gif') 0 0 no-repeat;
	border:none;
	cursor:pointer;
	display:block;
	font-weight:bold;
}


#iframebox {
	max-width:1000px;
}
#iframebox,
#iframe-top,
#iframe-bottom {
	width:100%;
}
#iframebox {
	top:232px;
	position:absolute;
	bottom:1px;
}
#iframe-top {
	height:1px;
}
#iframe-bottom {
	bottom:1px;
	position:absolute;
}
iframe {
	background:url('../img/ajax-loader.gif') 480px 80px no-repeat;
	border:0px;
	height:100%;
	width:100%;
}


.error {
	float:right;
	margin:-163px 0 0 0;
	padding:0 20px 0 0;
	width:190px;
	color:#FF0000;
	font-weight:bold;
}