body{
	font-family: Verdana;
}

.table{
	width: 1000px;
}

.page_title{
	background-color: #DDD;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}

.section_title{
	background-color: #EEE;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.question_title{
	text-align: right;
	font-weight: bold;
	font-size: 13px;
	vertical-align: top;
	width: 50%;
}

.question_title_justify{
	text-align: justify;
}

.answer{
	margin: 0 auto;
	text-align: center;
	display: table;
}

.answer_left{
	text-align: left;
}

.error_message{
	color: red;
}

input[type=text]{
	width: 360px;
}

textarea{
	width: 360px;
	height: 100px;
}

input[type=submit]{
	font-size: 30px;
}