.survey .highslide-wrapper div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}

.survey .highslide-html {
	background-color: white;
	border: 6px solid #CCCCCC;
}
.survey .highslide-maincontent {
	display: none;
}

.survey .highslide-dimming {
	background: #866239;
}

.survey .highslide-close
{
	background: #CCCCCC;
	padding: 0px;
}

.survey .highslide-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: white;
	
	padding-left: 22px;
	background-image: url(js/highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

/* Styles for the popup */
.survey, .rounded-white {
	background-color: white;
}
.survey .highslide-html-content {
	width: 440px;
	height: 275px;
	padding: 0px 0px 5px 25px;
}
.survey .highslide-header {
	padding-bottom: 5px;
}
.survey .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.survey .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.survey .highslide-header ul li.highslide-previous, .survey .highslide-header ul li.highslide-next {
	display: none;
}
.survey .highslide-header a {
	font-weight: bold;
	color: #555555;
	text-transform: uppercase;
	text-decoration: none;
}
.survey .highslide-header a:hover {
	color: black;
}
.survey .highslide-header .highslide-move a {
	cursor: move;
}
.survey .highslide-footer {
	height: 11px;
}
.survey .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(js/highslide/graphics/resize.gif);
}
.survey .highslide-body {
}
.highslide-move {
	cursor: move;
}
.highslide-resize {
	cursor: nw-resize;
}
