@CHARSET "UTF-8";

#avatarContainer {
	position: absolute;
	z-index: 0;
}
#avatar {
	display: none;
	position: absolute;
	top: 0px;
	left: 400px;
	width: 100px;
	height: 150px;
	z-index: 201;
}

#surveyBubble {
	clear: both;
	position: absolute;
	z-index: 202;
	display: none;
}
#surveyBubbleArrow {
	position: absolute;
	left: 140px;
	top: 150px;
	z-index: 204;
	width: 57px;
	height: 38px;
}
#surveyBubbleTable {
	position: absolute;
	left: 196px;
	top: 80px;
	width: 525px;
	z-index: 203;
}

table.survey {
	width:100%;
	margin: 10px 0px;
	border-collapse: collapse;
}
table.survey td {
    padding: 4px;
}
table.survey tr.rowBg {
    /* background-color: #f4f4f4; */
}
table.survey tr td {
    border-style: solid;
    border-width: 1px 0px;
    border-color: #005e8a;
}
table.survey tr td td {
    border-style: none;
    border-width: 0px;
}

table.survey tr.dynamicQuestion {
    display: none;
}
table.survey tr.error {
    background-color: #FFCFCF;
    font-weight: bold;
}