@charset "utf-8";
/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #444;
	font-size: 13px;
	line-height: 18px;
}

#wrap-questionnaire {
	width: 455px;
	margin: 0 auto;
	border: 5px #DDD double;
	padding: 40px;
	text-align: left;
}

#wrap-questionnaire2 {
	width: 840px;
	margin: 0 auto;
	text-align: left;
}

#logo-questionnaire {
	margin: 0 0 10px 0;
	width: 400px; 
	height: 68px;
}

h1 {
	color: #4F81BD;
	font-size: 23px;
	line-height: 28px;
	margin: 30px 0 10px 0;
}

.sub {
	color: #090;
}

.warn {
	color: #ff0000;
	font-weight: bold;
}

h2 {
	color: #090;
	font-size: 18px;
	line-height: 24px;
	margin: 25px 0 6px 0;
	border-bottom: 1px #999 dotted;
}

a {
	color: #4F81BD;
	text-decoration: none;
	font-weight: bold;
}

.tip {
	font-style: italic;
	font-size: 12px;
	color:#888;
}

.checkboxes {
	float: left;
	width: 200px;
}

.clear {
	clear: both;
}


