.content.tab2{
	background-image: url('../img/act5/SB_S_G11_U02_L06_act5_f01.png');
}
.content.tab2 p{
    color: white;
    font-size: 1.44em;
    position: absolute;
    top: 211px;
    left: 378px;
}
.content.tab2 .btn1{
    position: absolute;
    top: 447px;
    left: 802px;
}
.content.tab2 .btn1:hover{
  cursor: pointer;
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari */
  transform: scale(1.1);
}
.item_popup{
  width: 808px;
  height: 316px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/act5/SB_S_G11_U02_L06_act5_popup.png');
}
.item_popup .icon_close_button{
    top: 0px;
    right: -14px;
}
.item_popup textarea::-webkit-input-placeholder {
   color: white;
}

.item_popup textarea:-moz-placeholder { /* Firefox 18- */
   color: white;  
}

.item_popup textarea::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

.item_popup textarea:-ms-input-placeholder {  
   color: white;  
}
div[data-sg-id='item-popup'].item_popup textarea{
    width: 713px;
    height: 270px;
    position: absolute;
    top: 26px;
    left: 29px;
    font-size: 1.44em;
    color: white;
}