#content {
	background: url(survey-background.gif) repeat-y;
	position: relative;
	height: 1500px;
}
#content a:hover {
	color: #FFB300;
	text-decoration: underline; 
}
#content strong {
	color: #42210B;
	font-size: 13px;
	font-weight: bold;
}
#questions {
	position: absolute;
	width: 650px;
	left: 41px;
	top: 20px;
}
.form {
	border: 1px solid #333;
	color: #333;
	margin-top: 3px;
}

.error{
	color: #660000;
}

.normal{
	color: #000;
}

textarea{
	font-family:"Trebuchet MS",Verdana,Arial,sans-serif;	
	font-size:13px;
}

#shaveyoursay{
	background-position: 0 -15px;
}

