body {
  background-color: #f8e8b9; /* */
  background-image: url(images/sky-blue-to-f8e8b9-22x1000.jpg);
  background-repeat: repeat-x;  
  background-position: top;
  background-blend-mode: normal;/* good: lighten BAD: screen overlay */
}

h1 {
  display: none;
}
.bigredthing {
  color: red; 
}

.c {
  text-align: center;
}

.w100 {
  width: 100%;
}

.PTRNU_wrap {
  display: block;
  width: 360px;
  margin: 20px auto;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

h2.PTRNU_header, h3.PTRNU_header {
  width: 100%;
  text-align: center;
}

h2.PTRNU_header {
  font-size: 2.0em;
}

h3.PTRNU_header {
  font-size: 1.5em;
}

.PTRNU_wrap form {
  display: block;
  position: relative;
  margin: 5px 0;
  padding: 0;
  clear: both;
}
.PTRNU_wrap span {
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: 1.0em;
  font-weight: bold;
  letter-spacing: 0.25px;
}

.PTRNU_wrap span.smaller {
  font-weight: normal;
  font-size: 0.9em;
  letter-spacing: normal;
}

.PTRNU_wrap span.info {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url(images/info-icon-blue-47x47.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 0 0 5px;
  padding: 0;
  cursor: pointer;
}
.PTRNU_wrap p{
  text-align: left;
  font-size: 0.7em;
}
.PTRNU_wrap span.grey {
  color: #999999;
}
.PTRNU_wrap p.next_url {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 1.0em;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-align: right;
  color: #66ccff;
}
.PTRNU_wrap p.mLH{
  font-size: 1.0em;
  line-height: 150%;
}
.PTRNU_wrap p.input_row {
  display: block;
  position: relative;
  width: 100%;
  height: 22px;
  margin: 5px 0 25px 0;
}

.PTRNU_wrap p.submit_row {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  margin: 5px 0 25px 0;
  padding: 0;
}

.PTRNU_wrap input[type=text] {
  display: block;
  position: relative;
  width: 280px;
  height: 20px;
  float: right;
  margin: 0;
  padding: 3px;
  font-size: 16px;
  font-family: Helvetica, Arial, san-serif;
  background-color: #fff2e6;
}

.PTRNU_wrap input[type=submit] {
  display: block;
  position: relative;
  width: 110px;
  height: 36px;
  float: right;
  text-align: center;
  margin: 0;
  padding: 6px 20px 4px;
  font-size: 16px;
  font-weight: bold;
  font-family: Helvetica, Arial, san-serif;
  background-color: #fff2e6;
  border-radius: 8px;
  background-color: #00b3b3;
  color: white;
  text-shadow: 1px 1px black;
  letter-spacing: 1px;
  cursor: pointer;
}
#PTRNU_fb, #PTRNU_fb h3, #PTRNU_fb p {
  display: block;
  position: relative;
  color: #b30086;
  width: 360px;
  margin: 20px auto;
  padding: 0;
}
#PTRNU_fb p{
  font-weight: bold;
  font-size: 1.0em;
  letter-spacing: 0.5px;
}
.infobox {
  display: block;
  position: absolute;
  width: 230px;
  background-color: #ffffb3;
  color: navy;
  margin: 0;
  padding: 10px;
  border: 1px solid black;
  border-radius: 5px;
  z-index: 5;
  font-family: Arial, Helvetica, san-serif;
  font-size: 0.8em;
  line-height: 125%;
  opacity: 0;
}