.surveyQuestion
{
	padding-top:10px;
	width:100%;
}

.surveyAlternative
{
	padding:5px;
	margin-right:10px;
}

.surveyNavigationBar
{
	height:50px;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	font-size:14px;
}

.surveyTextArea
{
	width:100%;
	height:100px;
}

.surveyBar
{
	margin-left:15%;
	width:70%;
	height:20px;
	border:1px solid #444;
}

.surveyBarFill
{
	display:inline-block;
	height:20px;
	background-color:#B1C995;
	overflow:visible;
	white-space: nowrap;
}

	.surveyBarFill span
	{
		font-size:14px;
		padding:3px;
	}

.surveyBarText
{
	display: block;
	position: relative;
	height: 0px;
	text-align: right;
	
	font-size:14px;
}
