body.popup {
	font-family: Arial;
	color: #000;
	font-size: 66%;
	width:100%;
	margin:0;
	padding:0;
	background:#fff;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

img {
	border: none;
}
#header {
	padding:10px;
}
#langbar{
	float:right;
	margin:10px;
}
div.survey h1 {
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 2em;
	background:#f5c400;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.2em;
}

a {
	color: #f90;
	text-decoration: underline;
}
a:hover {
	color: #f90;
	text-decoration: none;
}

.clear {
	clear: both;
}
form {
	margin:0;
}
input, select, textarea, button {
	font-family: Arial;
}
input.qother {
	width: 200px;
}
.msgsucc {
	border : 1px solid #e9e9e9;
	background: #f3f3f3;
	color: #000;
	padding: 10px;
	margin: 10px 0;
}
.msgsucc a {
	color: #000;
}
.msgerr {
	border : 1px solid #ff9999;
	background: #ffcccc;
	padding: 10px;
	color: #f00;
	margin: 10px 0;
}
.highlight {
	color: #f00;
}
#footer {
	clear:both;
	margin: 10px;
	padding: 10px;
	text-align: center;
}

/*** survey frontend styles *****/

table.rating td, table.rating th {
	text-align:center;
	padding:4px;
}
table.rating td {
	cursor:pointer;
}
table.rating td.title {
	cursor:auto;
	text-align:left;
}

table.rating tr.row1 {
	background: #d4d4d4;
}
table.rating tr.row2 {
}

div.survey {
	font-size:1.2em;
	min-width:900px;
}
#bannerv {
	float:right;
	margin: 10px;
	right: 0;
/*	position: fixed;*/
}
.srvbody {
	padding: 15px;
	line-height: 1.6em;
	margin-right:130px;
	min-height: 300px;
}
dl {
	clear: left;
}
dt {
	font-weight: bold;
	padding:3px 10px;
	background :#d4d4d4;
	color:#f90;
	font-size: 1.2em;
}

dd {
	padding:10px 20px;
	margin-left:0;
	background:#eaeaea;
}
dd label{
	margin-right:5px;
}
dt.infotext {
	font-size:1.5em;
	font-style:italic;
}
table.rating td.groupchild div, table.rating td.groupchild input {
	padding-left:20px;
}
.pbar {
	width:400px;
	margin:0 auto;
	padding: 10px;
	overflow: auto;
	clear:left;
}
.pbar0, .pbar100 {
	float:left;
	text-align:right;
	padding: 0 5px;
	width:40px;
}
.pbarscale {
	position:relative;
	float:left;
	border:1px solid #000;
	height:18px;
	width: 200px;
}
.pbarprogress {
	float:left;
	position:absolute;
	height:0;
	border-top: 18px solid #eaeaea;
	width: 100px;
}
.pbarstatus {
	position:absolute;
	top:0;
	left:0;
	height:18px;
	width: 200px;
	text-align:center;
}
.star {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 85px;
	height: 20px;
	left: 10px;
	top: -3px;
	position: relative;
	float: left;
	background: url('/i/stars.gif') repeat-x;
	cursor: pointer;
}
.star li {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 0;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	left: 0;
	background: url('/i/stars.gif') left 25px;
	font-size: 1px;
}
.staruser {
	left: 10px;
	position: relative;
	display:block;
	width:80px;
	float:left
}
#results {
	padding:20px;
}
.rans {
	padding:10px 20px;
	border-top:2px dotted #ccc;
}
.rans h3 {
	float:left;
	width:200px;
	font-weight:bold;
	margin-top:0px;
}
.rans dl {
	float:left;
}
.rans dt {
	color:inherit;
	background:transparent;
	clear:left;
}
.rans dd {
	background:transparent;
}
/* results */
#results div.question {
	padding: 15px 0;
	border-bottom: 2px dotted #ccc;
}
#results table {
	width : 100%;
	border-collapse : collapse;
	border : 1px solid #b7d7e1;
	border-spacing: 0px;
}
#results table td, #results table th {
	border : 1px solid #b7d7e1;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
#results table th {
	background: #e7f3f7;
}
#results table tr:nth-child(even) {
	background: #fff;
}
#results table tr:nth-child(odd) {
	background: #f8fbfc;
}
#results table tr:hover {
	background: #ffe9ad;
}
#results table td.title {
	font-weight:bold;
	text-align:left;
}
#results table td.chart {
	background: #fff;
}

