.PopupDiv {
 display: none;
 position: absolute;
 top: 4em;
 top: 350px;
 left: 4em;
 background-color: #ace733;
 border: 1px solid #090;
 color: #009;
 padding: 1em;
 margin: 3em;
 width: 550px;
 font-size: 11pt;
 text-align: left;
 font-family: Arial, Helvetica, sans-serif;
}

.PopupFAQ {
 display: none;
 background-color: #EEE;
 border: 1px solid #000;
 padding: 1em;
 margin: 0 3em 3em 3em;
 font-size: 10pt;
 text-align: left;
}

legend {
 color: #009;
 font-weight: bold;
 font-size: 12pt;
 font-family: Arial, Helvetica, sans-serif;
}

.nocss {
 display: none;
}

