form#newsletter {
	margin-top: 30px;
}
#content fieldset {
	clear : both;
}

#content legend{
	display: none;
}
#content p.legend {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 1.5em;
	color : #333;
	float: left;
	width : 100%;
	
}
#content p.legend span{
	display: block;
	float: left;
	margin-right: 1em;
}
#content p.legend strong{
	white-space: normal;
	display: block;
	width : 85%;
	float: left;
}



#content fieldset.hidden {
	display : none;
	
}

#content label {
	display: block;
	width : 100px;
	float : left;
	color : #333;
}


#content fieldset ol{
	margin: 0 30px 0 0;
	padding-bottom: 1em;
	float : left;
	
}
#content form#newsletter fieldset ol{
		padding-bottom: 0;
}

#content p.submitbutton {
	padding-top: 1em;
	text-align: left;
	clear : both;

}
#content #newsletter p.submitbutton {
	margin-right: 30px;
}

#content fieldset li{
	float : left;
	clear : both;
	margin-bottom: 1em;
	width : 100%;
	padding: 2px 0;
}

#content fieldset li.error{
	color : red;
	padding-left: 5px;
	margin-top: -0.7em;
	background-color: #fffcf8;

}

#content fieldset input {

	margin-right: 0;

}
#content #newsletter fieldset input {
	float : right;
	width : 228px;
}

#content p.submitbutton input{
		border: none;
		color : #600;
		background-color: #d7d6c2;
		padding: 2px 8px;
}


/* bar */

#barcontainer {
	position: relative;
	border: 1px solid #a7a579;
	height : 1.7em;
	margin-bottom: 2em;
	margin-left: 18em;
}

#barcontainer span{
	position: absolute;
}
#barcontainer #bar{
	background-color: #d7d6c2;
	height : 1.7em;
}
#barcontainer #bartext{
	width : 95%;
	text-align: right;
	height : 1.7em;
	line-height: 1.7em;
	color : #555;
	
}
/* quiz */

#quiz #content {
	padding-right: 20px;
}
#content .survey_error p{
	color : #a00;
}

fieldset.survey_item {
	margin-bottom: 2em;
}
#content fieldset.survey_item label {
	clear : both;
	margin-bottom: 1.1em;
	width : 100%;
}
#content fieldset.survey_item label input{
	float: left;
	margin-top: 3px;
	margin-right: 1em;
	display : inline;
}
#content fieldset.survey_item label span{
	display: block;
	width : 90%;
	float : left;
}

#content p.result {
	font-weight: bold;
	color : #a00;
}
#content p.result strong{
	color : #333;
}
#content .tx-pbsurvey-pi1 p.image {
	width : 200px;
	margin-right: -100px;
	
}

#content .tx-pbsurvey-pi1 p {
	line-height: 1.4em;
}

