#popup { width: auto; }
#popup .popupheader { position: fixed; width: 100%; height: 116px; background-image: url('../images/bg_pop_header.png'); background-repeat: repeat-x; }
#popup .popupbody { width: auto; padding: 10px 15px; min-height: 168px; padding-top: 116px; background-image: url('../images/bg_pop_body.png'); background-repeat: repeat-x; background-color: #f7f2e5; }

/* TYPE */
h1 { color:#fff; font-size: 2.1em; font-weight: normal; line-height: 96px; text-align: center; text-shadow: 0 1px 0 #000000; }
h2 { color: #f05522; font-size: 1.2em; margin-bottom: 4px; }
h3 { color: #899f8e; font-size: 1em; font-weight: normal; margin-bottom: 8px; }
p { line-height: 16px; border-bottom: 1px #dfe8dd solid; padding-bottom: 18px; }
p.last { padding-bottom: 0; border-bottom: none; }