#survey {
	width:755px;
	color:black;
}
#survey dt, #survey dd {
	display:inline;
	float:left;
}
#survey dt {
	clear:left;
	width: 5em;
}

#survey p {
	clear:both;
}

#survey h2 {
	clear:both;
}

#survey p.no-added {
	font-style: italic;
	color:gray;
}

#survey .question-block {
	background-color: #cfd7f5;
	padding: 15px;
	width:auto;
	margin: 10px;
}
#survey #meta, #survey .question-block, #survey dd.answer {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
} 
br.clear-both {
	clear:both;
}
#survey dt.answer, #survey dd.answer {
	margin-top: 10px;
}
#survey dd.answer {
	background-color:#333333;
	color:white;
	font-weight:bold;
	padding:3px 6px 3px 6px;
	text-align: left;
}

#survey #meta {
	background-color:#c8c8c8;
	padding: 15px;
	margin-bottom: 1em;
}

#survey dd.additional-comments {
	background-color: #333333;
	padding: 3px;
	color:white;
}

#meta label {
	display:block;
	clear:left;
}

#survey span {
	clear:left;
}
#survey fieldset.questions .question-block dt {
  display:block; 
  width:100%; 
  margin-bottom: 10px; 
  font-weight:bold;
}

span.limit {
	display:block; 
	margin-right: 11em; 
	text-align:right;
	color:#c8c8c8;
}

fieldset.questions .question-block span label {
	margin-right: 20px;
	margin-bottom: 7px;
}
dt.additional-comments {
	margin-top: 10px;
}
