body.popup {
	font-family: Arial; 
	color: #394159;
	font-size: 66%;
	width:100%;
	margin:0;
	padding:0;
	background:none;
}
.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;
	color: #f7ad00;
	background:	#394159;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.2em;
}

a {
	color: #407fbf;
	text-decoration: underline;
}
a:hover {
	color: #e40200;
	text-decoration: none;
}

.clear {
	clear: both;
}
form {
	margin:0;
}
input, select, textarea, button {
	font-family: Arial; 
}
input.qother {
	width: 200px;
	display:block;
	margin-left:25px;
}
dt {
	font-weight: bold;
}
.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 auto 10px auto;
	background: url('../i/border_hor.gif') repeat-x top;
	padding: 10px;
	width:780px;
	text-align: center;
	color: #999;
}

/*** 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: #f3f3f3;
}
table.rating tr.row2 {
	background: #fefefe;
}

div.survey {
	font-size:1.2em;
	min-width:600px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
/*
* HTML div.survey {
	width:expression((document.body.clientWidth<=600)?'600px':'auto');
}
*/
#bannerv {
	float:right;
	margin: 10px;
}
.srvbody {
	padding: 15px;
	line-height: 1.6em;
}
dl {
	clear: left;
}
dt {
	background: url('../i/border_hor.gif') repeat-x top;
	font-size: 1.2em;
	padding:3px 10px;
}

dd {
	padding:10px 20px;
	margin-left:0;
}
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;
	clear:left;
	font-size:.9em;
}
.pbar0, .pbar100 {
	float:left;
	text-align:right;
	padding: 0 5px;
	width:40px;
}
.pbarscale {
	position:relative;
	float:left;
	border:1px solid black;
	margin-top:5px;
	height:10px;
	width: 200px;
}
.pbarprogress {
	float:left;
	position:absolute;
	height:0;
	border-top: 10px solid #f7ad00;
	width: 100px;
} 
.pbarstatus {
	position:absolute;
	top:-3px;
	left:0;
	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;
}
