.txtbox {
	background-color: #fef5f5;
	width: 618px;
	height: 420px;
	padding: 16px;
	overflow: scroll;
	margin: 10px auto;
}

.txtbox h4 {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 1em;
}

.txtbox h5 {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 1em;
}

.txtbox p {
	color: #000000;
	margin-bottom: 1em;
}

.txtbox ol {
	list-style-type: decimal;
	padding-left: 1em;
	margin-left: 1em;
}


.txtbox li {
	color: #000000;
	margin-bottom: 1em;
}

.txtbox li b {
	display: block;
	color: #ff0000;
}

.options {
	position: relative;
	width: 650px;
	height: 30px;
	margin: 10px auto;
}

.options label {
	color: #ff0000;
}

.options .formBtn {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 86px;
	height: 19px;
	float: right;
}

.options input.checker {
	margin-right: 4px;
}