#scroll-container{
	width: 700px;
	height: 500px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#scroll-block{
	width: 700px;
	height: 600px;
	overflow-x: hidden;
}

#scroll-block ul.scroll-ul{
	list-style: none;
	width: 25000px;
	height: 500px;
	margin-right: 10px;
	overflow-y: hidden;
}

#scroll-block ul li.scroll-li{
	display: block;
	float: left;
	width: 700px;
	height: 500px;
	overflow: hidden;
	margin-right: 10px;
}

.step-nav{
	margin-top: 15px;
	text-align: right;
	padding-right: 5px;
}

.step-nav a{
	display: inline-block;
	padding: 0 15px 0 15px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #999999;
	color: #333333;
	margin-left: 8px;
}

.step-nav a:hover{
	background-color: #FFFFCC;
	color: #FF6600;
	border: 1px solid #AF4E21;
	border: 1px solid #AF4E21;
}

.quest-input{
	width: 99%;
}

.step-content ol
{
	padding: 5px 0 5px 0;
}
#scroll-block .section
{
	padding: 10px;
	margin: 2px;
}

.step-info{
	padding-left: 70px;
	background-image: url(../../images/element/ktip.png);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	height: 60px;
	margin-bottom: 10px;
}

.step-info h1
{
	font-size: 18px;
	color: #378BD3;
}

.step-info h2
{
	padding-left: 0px;
	color: #999999;
}
.step-content
{
	width: 674px;
}
.step-content .header{
	height: 25px;
	background-image: url(../../images/element/box2-top.gif);
	background-repeat: no-repeat;
}
.step-content .body{
	background-image: url(../../images/element/box2-body.gif);
	background-repeat: repeat-y;
	padding: 0 20px 0 20px;
}
.step-content .footer{
	height: 25px;
	background-image: url(../../images/element/box2-bottom.gif);
	background-repeat: no-repeat;
}

.map-content{
	height: 400px;
	width: 629px;
	overflow: hidden;
	padding-right: 5px;
}

.block-space{
	height: 39px;
	text-align: center;
}

div.tips{
	background: url(../../images/item/tips.png) no-repeat 5px 5px;
	padding: 5px 10px 5px 21px;
	margin-top: 15px;
}