/* SINGLE PROGRESS BAR */
/* DEFINITION LIST PROGRESS BAR */

dl, dt, dd {
	margin:0px;
	padding:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
dd {
	width:216px;
	height:41px;
	background:url(images/bg_bar.gif) no-repeat 0 0;
	position:relative;
}
dd span {
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(images/bar.gif) no-repeat 0 0;
	top:8px;
	left:8px;
	overflow:hidden;
	text-indent:-8000px;
}
dd em {
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(images/bg_cover.gif) repeat-x;
	top:0;
}
/* SINGLE PROGRESS BAR */

.progressBar {
	width:216px;
	height:41px;
	background:url(images/bg_bar.gif) no-repeat 0 0;
	position:relative;
}
.progressBar span {
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(images/bar.gif) no-repeat 0 0;
	top:8px;
	left:8px;
	overflow:hidden;
	text-indent:-8000px;
}
.progressBar em {
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(images/bg_cover.gif) repeat-x 0 0;
	top:0;
}
input.inputSurvey, select, surveyTextArea {
	background-color:#f5f5f5;
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	width:100%;
	color:#000
}

.down{
 background: url(images/imagesdown_arrow_16x16.png);
 padding-left: 122px; /*adjust bullet image padding*/
}
checkbox.up{
background:url(images/up_arrow_16x16.png);	
}
.surveyContentTable {
	background-color:#000000;
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	padding-left:5px;
	padding-right:5px
}
.titleLtBlueSmall {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #3CF;
	letter-spacing:1px;
}
.surveyTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 600;
	color:#0F0;
	letter-spacing:1px;
}
.blueSurveyBackground {
	letter-spacing:1px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height:13px;
	padding-bottom:2px;
	background-color: #006;
	color:#FFF;
	font-size:11px;
	padding-top:5px;
	padding-bottom:5px;
}
.surveySmallGreyText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:10px;
}
.altrow {
	background-color:#333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;
	color: #FF7E24;
	letter-spacing:1px
}
