/* CSS Document */

#logo {
	height: 37px;
	background: #bf5700 url("../images/logo.png") no-repeat left center;
	background-position-x: 20px;
	background-size: 113px 25px;
	max-width: none;
	margin: 0 0 2em 0;
}

div#question {
	width: 700px;
	color: #43464D;
	margin: 0 auto;
	padding: 20px;
	font-size: 13px;
	line-height: 2.2em;
}

div#buttons {
	width: 700px;
	margin: 50px auto;
	padding-bottom: 30px;
}

input#nextPage {
	border: none;
	color: white;
	font-size: 16px;
	padding: 8px 20px;
	border-radius: 2px;
	cursor: pointer;
	background-color: #bf5700;
	float: right;
	
}

p.center-title {
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}

p.title {
	font-size: 13px;
	font-weight: bold;
}

p.warning {
	font-size: 24px;
	font-weight: bold;
}

p.warning-red {
	font-size: 24px;
	font-weight: bold;
	color: red;
}

p.notice {
	font-size: 24px;
}

p.indent {
	padding-left: 3em;
}

p.ulist::before {
	font-family: Symbol;
	content: "·";
	padding-right: 2em;
}

.vspace {
	height: 2em;
}