#quiz_book {
	width: 633px;
	background: url(./img/bg_quiz_bottom.gif) no-repeat left bottom;
	padding: 0 0 18px 0;
}

#quiz_book .inner {
	background: url(./img/bg_quiz_top.gif) no-repeat left top;
	padding: 28px 41px 0 30px;
}


#quiz_book .left, #quiz_book .right {
	width: 260px;
}

#quiz_book .right {
}
.dino {
	background: url(./img/bg_dino.gif) no-repeat right bottom;
	padding-bottom: 220px;
}
.dino_o {
	background: url(./img/bg_dino.gif) no-repeat right bottom;
	_background: none;
}
.dino_x {
	background: url(./img/bg_dino.gif) no-repeat right bottom;
	_background: none;
}


.centerbox h3, .centerbox h4 {
	color: #600;
}

#quiz_book .right h3 {
	margin: 15px 0 5px 0;
}

#quiz_book .right p {
	font-size: 1em;
	margin-right: 1em;
}
#quiz_book .left h4 {
	margin: 0 0 10px 20px;
	font-size: 1.2em;
}
#quiz_book .left p {
	margin-left: 20px;
}


#quiz_book .right h3.quiz_title, .title {
	font-size: 1.4em;
	margin-top: 5px;
	margin-bottom: 10px;
}

#frame {
	position: relative;
	height: 260px;
	width: 562px;
	overflow: hidden;
}

#scroll {
	position: absolute;
	width: 2810px;
	top: 0;
	left: 0;
}

.q {
	width: 562px;
	height: 260px;
	float: left;
	position: relative;
}
.q p {
	font-size: 1.2em;
}
.selection {
	margin: 1.2em 0 0 1em;
	font-size: 1.3em;
	line-height:  1.8;
}

.desc {
	margin-bottom: 10px;
	margin-left: 20px;
}

#load {
	text-align: center;
	margin-top: 20px;
	height: 150px;
	background: url(./img/loading.gif) no-repeat center;
}

.nav {
	
	position: absolute;
	bottom: 0;
	_top: 200px;
	left: 20px;
	width: 522px;
	clear: both;
	padding: 0 0 20px 0;
	
}
.navleft {
	float: left;
	background: url(./img/btn_left.gif) no-repeat left top;
	width: 135px;
	height: 35px;
}
.navright {
	float: right;
	background: url(./img/btn_right.gif) no-repeat left top;
	width: 135px;
	height: 35px;
}

.navleft a, .navright a {
	display: block;
	padding: 9px 10px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.navleft a {
	padding-left: 25px;
}
.navright a {
	padding-left: 25px;
}

.navleft a:hover, .navright a:hover {
	color: #523711;
}

.navleft a:hover, .navright a:hover {
	
}


.red {
	color: #c00;
}



#term {
	border:  2px solid #600;
	padding: 10px 15px 0;
	margin-left: 20px;
	margin-bottom: 15px;
}
#quiz_book .left #term h4 {
	margin-left: 0;
}
#quiz_book .left #term p {
	margin-left: 0;
	font-size: 1.2em;
	margin-bottom: 10px;
}


#challange {
	text-align: center;
	padding-top: 20px;
}



.review_hr {
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url(./img/bg_review_hr.gif) no-repeat bottom;
}