body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #CCCC99;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#wrapper_survey {
	text-align: center;
	display: block;
	width: 700px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	display: block;
	width: 100%;
	margin-right: 0px;
	height: 59px;
}
#content_survey {
	background-color: #FFFFFF;
	padding-bottom: 12px;
	padding-top: 12px;
}
p {
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
h2 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #993300;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #993300;
}
A:link {
	text-decoration: none;
	color: #993300;
}

A:visited {
	text-decoration: none;
	color: #333333;
}
#footer_survey {
	text-align: right;
}
.input_text {
	border: 1px inset #993300;
	background-color: #FAF3E8;
}
.submit_survey {
	color: #FFFFFF;
	background-color: #993300;
	border: 1px outset #000000;
}