p.form-header{
	font-weight:bold;
	padding-left:155px;
	font-size:1.1em;
}

span {
	display:block;
	margin-bottom : .5em; 
}

span label {
	float:left;
	width:150px;
	text-align:right;
	font-weight:normal;
	padding-right:5px;
}

span.error label{
	color:#FF0000;
}

input,input.blurred, select, select.blurred, textarea, textarea.blurred{
	width:200px;
	border:1px solid #000000;
	background-color:#EEEEEE;
}
input, input.blurred, textarea, textarea.blurred{
	padding-left:4px;
}

input.radio{
	width:15px;
	border:0px;
	background-color:transparent;
}
input.button{
	width:100px;
	color:#000;
	font-weight:bold;
	background-color:#EEE;
	
}
input.focused, select.focused, textarea.focused{
	background-color:#DDDDDD;
}

span.surveyAnswer{
	margin-left:50px;
}
p.surveyComment{
	font-style:italic;
}
