#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;
}

.body-scroolable{
	height: 300px;
	width: 629px;
	overflow: auto;
	padding-right: 5px;
}

.form-table
{
	margin-bottom: 15px;
}
.form-table th,.form-table td{
	padding: 3px;
	margin: 2px;
}
.form-table tr{
	margin: 2px;
}
.form-table th{
	color: #FFF;
	background: #6699FF;
}

.form-table textarea{
	width: 100%;
	height: 40px;
}

.form-table .even{
	background-color: #E9E9E9;
}

#question-form h2{
	margin: 0px 0 5px 0;
	background-image: url(../../images/element/ktip.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	border-left: solid Black;
	border-right: solid Black;
	border: 1px solid #FFCC33;
	padding: 5px;
	padding-left: 30px;
}

.template{
	width: 612px;
	display: none;
}

#evaluate{
	min-height: 301px;
}

#questBlock .quest-item
{
	border-bottom: 1px dotted #0099FF;
	padding: 3px;
}



#evaluate h2{
	font-size: 13px;;
}


.tip-content{
	padding: 5px;
}

#tips-list{

	margin: 10px 0 0 25px;
}

#tips-list ol{
	background: url(../../images/item/tips.png) no-repeat 0px 4px;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
}

#tips-list ol a{
	height: 22px;
	line-height: 22px;
	color: #2D7384;
}

#tips-list ol a:hover{
	color: #44A7EB;
}

.subtips-list ol{
	background: url(../../images/item/item01.gif) no-repeat 0px 2px;
	padding: 0 0 0 25px;
	margin: 0 0 6px 0;
}

.subtips-list ol span.txt-content{
	display: block;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 3px;
}

.tip-content p{
	margin-bottom: 10px;
	line-height: 170%;
	text-indent: 1px;
}