this is a useful format if you're interested in creating an faq + ask within your popup!!
________________________________
paste the following code after <style> :
.boxav1{
background-color: #fff;
width: 225px;
height: auto;
padding: 10px;
margin: auto;
float: left;}
.boxav2{
background-color: #fff;
width: 225px;
height: auto;
padding: 10px;
margin: auto;
float: left;}
then, paste the following code inside your popup code:
<div id="boxesav">
<div class="boxav1">
stuff goes here
</div>
<div class="boxav2">
stuff goes here
</div> </div>
change the width of each section to your liking, and make sure that the width in #boxesav is equal to the width of your popup or it won't work!