@charset "UTF-8";
/* CSS Document */

#howtoWrapper {
	width: 600px;
	height: auto;
	border: dotted 1px;
	background: url(../bbs/images/howtouse.png) no-repeat 15px 15px;
	margin: 0 auto 20px;
}

#howtoInner {
	margin: 60px 30px 20px 30px;
	width: 540px;
}

#howtoInner img {
	margin: 15px 0 0 0;
}

#instructionsWrapper {
	width: 600px;
	height: auto;
	border: dotted 1px;
	background: url(../bbs/images/instructions.png) no-repeat 15px 15px;
	margin: 0 auto 20px;
}

#instructionsInner {
	margin: 60px 30px 20px 30px;
	width: 540px;
}

#instructions {
	margin: 30px;
	max-height: 200px;
	overflow-y: auto;
}

#agreeWrapper {
	width: 600px;
	height: auto;
	border: solid 1px;
	margin: 0 auto 20px;
}

#agreeInner {
	margin: 30px;
	width: 540px;
	text-align: center;
}

#agreeInner p {
	margin: 20px 0 0 0;
}
