html, body { 
  margin:0px auto 0px auto;
  padding-top:0px;
  padding-bottom:0px;
  text-align: center;
  font-family: arial, helvetica, verdana;
  color:#000000;
  font-size:10pt;
  background-color:#ffffff;
  height:100%;
}

#nav{
  width:770px;
  height:auto;
  margin:0px auto 0px auto;
  text-align:left;
  background-color:#ffffff;
  border:0px solid #000000;
}

#nav_header {
  width:770px;
  height:60px;
  background-image:url('https://disney.go.com/premiumproducts/disneygamecard/global/images/headers/disneygamecard.jpg');
  background-repeat:no-repeat;
}

#nav_chrome {
  width:770px;
}

#nav_footer {
  width:770px;
  float:left;
  margin-top:10px;
}

#nav_main {
  width:770px;
  margin-top:10px;
}

#redemption_code {
  margin:20px auto 20px auto;
  text-align:center;
  border: 0px solid #000000;
}

p, td, select, option, textarea, input {
  font-family: arial, helvetica, verdana;
  color:#000000;
  font-size:10pt;
}

img {
  border:0;
  text-decoration:none;
}

img a {
  text-decoration:underline;
}

img a:hover {
  text-decoration:underline;
}

a:link {
  color:#ff6600;
  text-decoration:underline;
}

a:visited {
  color:#ff6600;
  text-decoration:underline;
}

a:hover {
  color:#ff6600;
  text-decoration:underline;
}

a:active {
  color:#ff6600;
  text-decoration:underline;
}

h1 {
  color:#000000;
  font-size:30pt;
  font-weight:bold;
  margin-top:5pt;
  margin-bottom:5pt;
}

ul {
  font-style: normal;
  line-height:10pt;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  text-indent: 0px;
  list-style-type: square;
  margin-top:0px;
  margin-right:0px;
  margin-bottom:0px;
  margin-left:9pt;
  padding:0px;
}

.gamecard_title {
  font-size:16pt;
  font-weight:bold;
  text-align:center;
  margin-top:3px;
  margin-bottom:3px;
  padding-top:0px;
  padding-bottom:0px;
}

.error {
  color:#ff0000;
  font-weight: bold;
  text-align:center;
  margin-top:5px;
  margin-bottom:5px;
}

