body {
	background-color: white;
	margin: 0px;
	color: black;
}

body, table, input, textarea, select {
	font-size: 12px;
	font-family: sans-serif;
	color: #202020;
}

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

fieldset#page2 label, fieldset#page8 label, fieldset#subscribe_fset label {
	width: 150px;
	float: left;
	text-align: right;
	clear: both;
	padding-right: 10px;
}

fieldset#page8 label {
	padding-top: 3px;
}

fieldset#page2 input.text, fieldset#page8 input.text, fieldset#subscribe_fset input.text {
	width: 200px;
	border: 1px solid #c0c0c0;
	padding: 2px;
	margin-bottom: 10px;
}

img {
	border-width: 0px;
}

a {
	color: #a9649a;
}

div#page {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

div#header {
	border-bottom: 2px solid #cccccc;
	padding: 10px 0px 10px 0px;
	position: relative;
}

div#motto {
	position: absolute;
	top: 50px;
	left: 200px;
	font-weight: bold;
	font-family: serif;
	font-style: italic;
	font-size: 20px;
	color: #a9649a;
}

div#main {
	padding: 10px 0px 10px 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
	color: #a9649a;
	font-size: 20px;
}

h2 {
	margin: 0px;
	padding: 0px;
	color: #a9649a;
	font-size: 16px;
}

p {
	text-align: justify;
	color: #202020;
}

div#footer {
	border-top: 2px solid #cccccc;
	padding: 10px;
	color: #a9649a;
	font-size: 11px;
	text-align: center;
}

div#footer a {
	color: #a9649a;
}


div.navigation {
	height: 30px;
}

div.navigation a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

div.right, div.left {
	height: 30px;
	background-color: #a9649a;
}

div.nav_text {
	height: 25px;
	padding-top: 5px;
	float: left;
}

div.right {
	float: right;
	clear: right;
	background-image: url("../img/button_right_e.png");
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 38px;
}

div.right div.nav_text {
	background-image: url("../img/button_right_w.png");
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 15px;
}

div.left {
	float: left;
	clear: both;
	background-image: url("../img/button_left_e.png");
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 15px;
}

div.left div.nav_text {
	background-image: url("../img/button_left_w.png");
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 38px;
}

div.right.disabled, div.left.disabled {
	background-color: #a2a2a2;
}

div.left.disabled {
	background-image: url("../img/button_left_grey_e.png");
}

div.left.disabled div.nav_text {
	background-image: url("../img/button_left_grey_w.png");
}

div.right.disabled {
	background-image: url("../img/button_right_grey_e.png");
}

div.right.disabled div.nav_text {
	background-image: url("../img/button_right_grey_w.png");
}


div.error {
	font-weight: bold;
	float: right;
	color: #a61919;
	padding-bottom: 6px;
	padding-right: 8px;
}



span.required {
	color: #668631;
	font-size: 18px;
	font-weight: bold;
	line-height: 12px;
}

div.clear {
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	clear: both;
}

td.question {
	width: 380px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #d0d0d0;
}

td.option {
	width: 30px;
	text-align: center;
	border-bottom: 1px solid #d0d0d0;
}

td.end {
	width: 41px;
	text-align: center;
	border-bottom: 1px solid #d0d0d0;
}




div.progress_bar {
	position: relative;
	height: 20px;
	width: 344px;
	top: 22px;
	left: 0px;
}

div.progress_bar_bar {
	position: absolute;
	height: 20px;
	width: 0%;
	left: 0px;
	top: 0px;
	background-color: #658532;
}

div.progress_bar_overlay {
	position: absolute;
	height: 20px;
	width: 344px;
	left: 0px;
	top: 0px;
	background-image: url("../img/progress_bar.png");
}

div.progress_bar_percent {
	position: absolute;
	height: 20px;
	width: 344px;
	left: 0px;
	top: 0px;
	padding-left: 6px;
	padding-top: 2px;
	font-weight: bold;
	font-size: 14px;
}


