#activity_main {
	z-index:1;

	position:relative;
	text-align:center;

}

#survey_top {
	position:relative;

}

#survey_block {
	position:absolute;
	z-index:999;
}

#survey_pop_up {
	position:absolute;
	background-image:url('../assets/survey/bg_popup.png');
	background-repeat:no-repeat;
	background-position: center;

}

#survey_pop_up_title {
	position: relative;
	margin-top: 19%;
	text-align: center;
	font-size: 40px;
	color: #1F5FAA;
}

#survey_pop_up_sub_title {
	font-family: 'ReformaNarrowRegular';
	text-align: center;
	font-size: 40px;
	line-height: 35px;
}

#survey_pop_up_sub_title.min_font {
	font-size:26px;
	line-height:normal;
}

#survey_pop_up_btn {
	width:101px;
	height:39px;
	margin: 0 auto;
	background-image:url('../assets/survey/btn_close.png');
	background-repeat:no-repeat;
	background-position: center;
	cursor:pointer;
}

#activity_content {
	z-index: 1;
	display: block;
}

#subjects_and_markers {
	font-size: 22px;
	height:60px;
	
}

#subject_bg {
	text-align: center;
	width: 114px;
	height:48px;
	background-image:url('../assets/survey/subjects.png');
	float:right;
	visibility: hidden;
}

#blue_markers {
	height:16px;
	position: relative;
	width: 704px;
	margin: 0 auto;
	top: 16px;
}

#blue_marker_bg {
	width: 15px;
	height: 16px;
	background-image: url('../assets/survey/blue_markers.png');
	position: relative;
	float: right;
	right: 100px;
	margin-right: 3px;
}

#blue_marker_bg.selected {
	background-position:0px 0px;
}

#blue_marker_bg.unselected{
	background-position:16px 0px;
}

#subject_bg.unselected {
	line-height:50pt;
	background-position:114px 0px;	
	color: #1F5FAA;
}

#subject_bg.selected {
	line-height:28pt;
	background-position:0px 0px;
	color: white;
}
/*
setting minimum font
*/
.subject_bg.min_font {
	font-size: 17px;
	line-height:normal;
}

.bullet #bullet_text.min_font {
	font-size: 15px;
	line-height:normal;
}

#activity_bg {
	z-index:0;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
}

#question {
	/*padding-top: 16px;*/
	clear: both;
	position:relative;
}

#question_bg {
	clear: both;
	width: auto;
	height: auto;
	position:absolute;
	top:20px;
}

#question_bg.web {
	
}

#question_text {
	font-size: 27px;
	position: relative;
	width: 640px;
	margin: 0 auto;
	padding-right: 5px;
	padding-top: 5px;
}

#question_text.min_font {
	font-size: 20px;
	
}

#question_text.browser_crap {
	font-size: 25px;
	position:absolute;
	margin:5px;
	width: 90%;
}

#question_and_bullets {
	clear: both;
	background-image:url('../assets/survey/bg_question_and_bullets.png');
	background-repeat:no-repeat;
	width: 704px;
	height: 126px;
	margin: 0 auto;
	position: relative;
	top: 30px;
}

#question_and_bullets.web {

}

#question_and_info {
	position: relative;
	width: 100%;
	height: 74px;
	z-index: 1;
	clear: both;
	
}

#question_info_btn {
	cursor:pointer;
	float:left;
	position:relative;
	background-image:url('../assets/survey/question_info_btn.png');
	margin-left: 1%;
	margin-top: 1.5%;
}

#question_info_btn.web {
	width:41px;
	height:41px;
	display: none;
}

#question_info_btn.info {
	background-position:0px 0px;
}

#question_info_btn.close {
	background-position:41px 0px;
}

#question_info_btt:hover{
	opacity:.9;
}

#question_content {

}

#question_next_button_container {
	clear: both;
	width: 90%;
	text-align: left;
	z-index: 999;
	position: relative;
	top: 30px;
}

#question_next_button_container.iphone_next_btn {
	width: 80%;
}


#question_info {
	position: relative;
	clear: both;
	width: 100%;
	top: -135px;
	background-image: url('../assets/survey/bg_explain.png');
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: opacity 0.2s linear , height 0.2s linear;
	-moz-transition: opacity 0.2s linear , height 0.2s linear;
	-o-transition: opacity 0.2s linear , height 0.2s linear;
	-ms-transition: opacity 0.2s linear , height 0.2s linear;
	transition: opacity 0.2s linear , height 0.2s linear;
	overflow:hidden;
}

#question_info.animation_off {
	opacity:0;
	height: 0px; 
}

#question_info.animation_on {
	opacity:1;
	height: 148px; 
}

#question_info_text {
	float: left;
	font-size: 23px;
	position: relative;
	width: 84%;
	top: 10px;
	font-family: 'ReformaNarrowRegular';
	color: #636363;
	left: 1%;
}

#question_info_text.min_font {
	font-size: 18px;
}
