#tabs1{
	background: url(../img/act1/M_G11_U01_L05_act1_pest1.png) no-repeat center;
}

#tabs1 p:nth-child(3){ top:  40px; left: 760px; }
#tabs1 p:nth-child(2){ top:  65px; left: 150px; color: white; }
#tabs1 textarea{ 
    top: 160px;
    left: 100px;
    background: none;
    border: none;
    position: absolute;
    width: 480px;
    height: 430px;
    font-size: 2.3em;
}
#tabs1 .fv{
	position: absolute;
	top: 222px;
	left: 1020px;
	width: 250px;
}
#tabs1 .fv span{
	display: inline-block;
	position: relative !important;
	margin: 4px 9px 3px 9px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	cursor: pointer;
}

#tabs1 .fv span.answer{
	pointer-events: none;
}
#tabs1 .fv > div{
	height: 60px;
	width: 205px;
}

#tabs1 .fv span.answer.ok{ 
	background: url(../img/act1/M_G11_U01_L05_act1_p1_btn_ok.png) no-repeat center; }
#tabs1 .fv span.answer.no{ 
	background: url(../img/act1/M_G11_U01_L05_act1_p1_btn_error.png) no-repeat center; }
#tabs1 .fv span.selected{
	border: 6px solid #767676;
}

#tabs2{
	background: url(../img/act1/M_G11_U01_L05_act1_pest2.png) no-repeat center;
}
#tabs2 p{ color: white; left: 820px; font-size: 1.8em; }
#tabs2 p:nth-child(2){ top:  170px; }
#tabs2 p:nth-child(3){ top:  410px; }

