#quest #left {
	width:460px;
	float:left;
}

#quest #left #quest_wrapper #quest_navigation {
	text-align:left;
	margin-left:20px;
	width: 270px;
}

#quest #left #quest_wrapper #quest_navigation .progress_item {
	display:block;
	float:left;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	background: #EEEEFF;
	border:1px solid;
	margin-top:2px;
}
#quest #left #quest_wrapper #quest_navigation #answered {
	background: #7777FF;
}
#quest #left #quest_wrapper #quest_navigation #you_are_here {
	background: #AAAAFF;
	border:2px solid;
	padding-bottom:4px;
	padding-top:4px;
}

#quest #left #quest_wrapper_top {
	background: 0px 0px no-repeat url("/images/rpg/quest_common/quest_wrapper_top.png");
	width:460px;
	height:17px;
}

#quest #left #quest_wrapper {
	border-left: 2px solid #868686;
	border-right: 2px solid #868686;
	width:459px;
}
html>body #quest #left #quest_wrapper {
	width:455px;
	border-width:2px;
}

#quest #left #quest_wrapper #quest_name{
	font-size:18px;
	font-weight:bold;
	color:#7777FF;
	float:left;
	margin-left:20px;
}

#quest #left #quest_wrapper #quest_timer{
	font-size:16px;
	font-weight:bold;
	color:#444499;
	float:left;
	clear:both;
	margin-left:50px;
	margin-bottom:40px;
}

#quest #left #quest_wrapper #quest_question_number{
	font-size:16px;
	font-weight:bold;
	color:#000000;
	float:left;
	clear:both;
	margin-left:20px;
	margin-bottom:10px;
}

#quest #left #quest_wrapper #quest_question_box{
	border-right: 3px inset #7a7eb7;
	border-bottom: 3px inset #7a7eb7;	
	width:370px;
	min-height:30px;
	float:left;
	clear:both;
	margin-left:40px;
	font-size:12px;
	padding-right:5px;
	padding-bottom:5px;
	color:#000000;
	text-align:left;
	margin-bottom:15px;

}
#quest #left #quest_wrapper #quest_question_box img{
	max-width:350px;
	max-height:350px;
}

#quest #left #quest_wrapper #quest_image{
	max-height:150px;
	width:130px;
	float:right;
	margin: -65px 10px 15px 15px;
	display:block;
	/*border: 1px solid #CCCCCC;*/
}
#quest #left #quest_wrapper #quest_image img{
	border: 0px;
	width:70px;
	max-height:100px;	
	margin:10px 5px 10px 5px;
}

#quest #left #quest_wrapper #save_status {
	margin:10px;
	float:left;
	clear:both;
}

#quest #left #quest_wrapper #quest_answer_box_top{
	background: 0px 2px no-repeat url("/images/rpg/quest_common/quest_answer_box_top.png");
	width:439px;
	height:13px;
	clear:both;
	margin-left:7px;
}
html>body #quest #left #quest_wrapper #quest_answer_box_top{
	background-position: 0px 0px;
}

#quest #left #quest_wrapper #quest_answer_box_container{
	background: #f6f3cb;
	width:427px;
	clear:both;
	margin-left:7px;
	border-left: 1px solid #c0d0c0;
	border-right: 1px solid #c0d0c0;	
}
html>body #quest #left #quest_wrapper #quest_answer_box_container{
	width:437px;
}

#quest #left #quest_wrapper #quest_answer_box{
	background: #f6f3cb;
	width:427px;
	clear:both;
	margin-left:7px;
	border-left: 1px solid #c0d0c0;
	border-right: 1px solid #c0d0c0;	
}
html>body #quest #left #quest_wrapper #quest_answer_box{
	width:437px;
}

#quest #left #quest_wrapper #quest_answer_box_bottom{
	background: 0px 0px no-repeat url("/images/rpg/quest_common/quest_answer_box_bottom.png");
	width:439px;
	height:22px;
	clear:both;
	margin-left:7px;	
}

#quest #left #quest_wrapper #quest_answer_box .answer{
	width:427px;
	clear:both;
	float:left;
	text-align:left;
	margin: 5px 5px 0px 5px;
}

#quest #left #quest_wrapper #quest_answer_box .answer span {
	float:left;
	margin-left:10px;
	margin-top:4px;	
	width:20px;
}
#quest #left #quest_wrapper #quest_answer_box .answer input[type="radio"] {
	float:left;
}
#quest #left #quest_wrapper #quest_answer_box .answer div {
	float:left;
	margin-left:10px;
	margin-top:4px;	
	display:inline;
	width:350px;
}

#quest #left #quest_wrapper #run{
	background: 5px -5px no-repeat url("/images/rpg/quest_common/run_arrow.jpg");
	width:40px;
	height:50px;
	float:right;
	cursor:pointer;
	font-size:10px;
	padding-top:25px;
}

#quest #left #quest_wrapper #previous{
	background: 5px 0px no-repeat url("/images/rpg/quest_common/previous_arrow.png");
	width:40px;
	height:50px;
	float:right;
	cursor:pointer;
	font-size:10px;
	padding-top:25px;
}

#quest #left #quest_wrapper #previous_disabled{
	background: 5px 0px no-repeat url("/images/rpg/quest_common/previous_arrow.png");
	width:40px;
	height:50px;
	float:right;
	font-size:10px;
	padding-top:25px;
}

#quest #left #quest_wrapper #save{
	background: 8px 0px no-repeat url("/images/rpg/quest_common/save_sphere.png");
	width:40px;
	height:50px;
	float:right;
	cursor:pointer;
	font-size:10px;
	padding-top:25px;
}
#quest #left #quest_wrapper #next{
	background: 7px 0px no-repeat url("/images/rpg/quest_common/next_arrow.png");
	width:40px;
	height:50px;
	float:right;
	cursor:pointer;
	font-size:10px;
	padding-top:25px;
	margin-right:10px;
}

#quest #left #quest_wrapper #code_results{
	border:1px solid black;
	text-align:left;
}



#quest #left #quest_wrapper_bottom {
	background: 0px 0px no-repeat url("/images/rpg/quest_common/quest_wrapper_bottom.png");
	width:460px;
	height:22px;
}


#quest #right {
	width:130px;
	background: #FFFFFF;
	float:left;
}

#quest #right .image{
	height:150px;
	width:130px;
	float:left;
	margin: 5px;
	margin-left:10px;
	clear:both;
	display:block;
	border: 1px solid #CCCCCC;
}
#quest #right .image img{
	border: 0px;
	width:70px;
	max-height:100px;	
	margin:10px 5px 10px 5px;
}
