@charset "UTF-8";
body {
	font-family:Verdana, Geneva, sans-serif;
}
#container {
	width:800px;
	margin:0 auto;
}
label {
	font-size:12px;
}
h2 {
	font-size:14px;
	text-decoration:underline;
	line-height:30px;
}
h3 {
	font-size:13px;
}
.subQuestion {
	width:400px;
	padding-left:15px;
	border:solid;
	border-width:1px;
	border-color:#CCCCCC;
	margin-left: 25px;
}
input {
	font-size:12px;
}
.preferenceNumber {
	text-align:center;
}
.submitButton {
	font-size:15px;
	margin-left:35px;
}
form {
	padding:0 15px 15px 15px;
	border:solid;
	border-width:1px;
	border-color:#CCCCCC;
}
#intro {
	padding: 0 15px 15px 15px;
	line-height:20px;
	font-size:11px;
}