body {
	width: 100%;
	height: 100%;
	background-color: rgb(245, 245, 245);
}

.agreement-wrapper {
	width: 1200px;
	margin: 24px auto;
	padding: 10px 50px 30px;
	background-color: #FFFFFF;
	border-radius: 3px;
	box-shadow: 0 0 5px #EFEFF4;
	-webkit-box-shadow: 0 0 5px #EFEFF4;
}


.dialog-content {
	background-color: #fff;
	padding: 50px 25px;
}

.dialog-content h1 {
	margin-bottom: 10px;
	text-align: center;
	font-size: 32px;
}

.dialog-content h2 {
	font-size: 18px;
}

.dialog-content h2.dialog-title-small {
	text-align: center;
	margin-bottom: 20px;
}

.dialog-content h2,
.dialog-content p {
	text-indent: 28px;
	font-size: 14px;
	color: #666666;
}

.dialog-content p {
	line-height: 1.6em;
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}
