@charset "UTF-8";

/* CSS Document */

/* -----------------------------------------------

                      questionnaire styles

   ----------------------------------------------- */

h1 {
	margin-bottom: 3px;
}

form {
	margin-left: 25px;
	padding-left: 25px;
	margin-top: 50px;
	font-size: 80%;
	background-image: url(../../images/bg_C1_03.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 210px;
}

legend {
	padding-bottom: 15px;
}

p {
	color: #305392;
	background-image: url(../../images/bg_C1_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.2em;
	position: relative;
	left: -20px;
}

label {
	margin-right: 1em;
}

form fieldset div {
	margin-left: 40px;
	padding: 0 120px 5px 70px;
	margin-bottom: 10px;
	background-image: url(../../images/bg_C1_02.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

form.conf div {
	margin-left: 40px;
	padding: 0 120px 5px 70px;
	margin-bottom: 10px;
	background-image: url(../../images/bg_C1_02.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

form.conf h3 {
	margin-bottom: 10px;
}

form fieldset.center {
	text-align: center;
}

form fieldset.center div {
	margin: 0 auto;
	text-align: left;
	background-image: none;
}

div.button {
	margin-top: 30px;
	text-align: center;
}

p.thxmsg {
	text-align: center;
	position: relative;
	top: -75px;
	color: #000000;
	font-size: 80%;
}

p.conf_msg {
	padding: 20px 0 0 100px;
	font-size: 14px;
}

p.answer {
	color: #333;
	padding-left: 1em;
	background-image: none;
	padding-top: 5px;
	padding-bottom: 15px;
}

span.answer {
	color: #333;
}

/* @group IE6,IE7 Huck */

*html div.button {
	width: 800px;
}

*+html div.button {
	width: 800px;
}

/* @end */