body {
  background: #316fb4 url("images/bg_body.gif") repeat-x left top;
  margin: 0px;
  padding: 0px;
  font-size: 11px;
}

a {
  color: #000080;
  text-decoration: underline;
}

a:hover {
  color: #8080FF;
}

#wrapper-top {
  background-image: url("images/wrapper_top.png");
  margin: auto;
  width: 950px;
  height: 40px;
}

#wrapper-top a {
  padding-left: 15px;
}

#wrapper-middle {
  background-image: url("images/wrapper_left_right.png");  
  width: 950px;
  margin: auto;
}

#wrapper-bottom {
  background-image: url("images/wrapper_bottom.png");
  margin: auto;
  width: 950px;
  height: 40px;
  color: #ffffff;
  font-family: Verdana;
  font-size: 1em;
  text-align: center;
}

#shadow {
  width: 980px;
  margin: 0px auto;
  background: #989898 url("images/bg_shadow.png") repeat-y scroll center top;
}

#frame {
  background-color: #ffffff;
  margin: 0px 10px;
  padding: 0px;
  text-align: left;
  font-family: Verdana;
  font-size: 11px;
}

#contentheader {
  display: none;
  background-color: #3b5998;
}

#content {
  background-color: #ffffff;
  height: 100%;
  clear: both;
}

#offerinfobar {
  float: left;
  width: 712px;
  background: #FFFFFF;
  font-size: 12px;
  line-height: normal;
  border-bottom: 1px solid #000;
  padding: 5px;
  text-align: center;
}

#offerviewbar {
  float: left;
  width: 712px;
  background: #E4E8F1;
  font-size: 12px;
  line-height: normal;
  border-bottom: 1px solid #000;
  padding: 5px;
  text-align: center;
}

#statusbar {
  font-size: 12px;
  line-height: normal;
  padding: 5px;
  text-align: center;
  width: 100%;
}

#sbleft {
  width: 20%;
  float: left;
}

#sbcenter {
  width: 55%;
  float: left;
}

#sbright {
  width: 25%;
  float: right;
}

#navbar {
  background: #ffffff url("images/nav_blue.png") repeat-x left top;
  font-size: 11px;
  height: 35px;
  text-align: center;
  padding-left: 10px;
  clear: both;
}

#tabnav {
  list-style: none outside none;
  margin: 0px;
  padding: 0px;
}

#tabnav li {
  float: left;
}

#tabnav a:link, #tabnav a:visited {
  display: inline-block;
  font-size: 11px;
  height: 25px;
  font-weight: bold;
  padding: 10px 10px 0px;
  text-decoration: none;
  outline: none;
  color: #ffffff;
}

#tabnav a:link .active,#tabnav a:visited .active {
  border: 1px solid #000;
  border-bottom: 0px;
  border-collapse: collapse;
  background: #FFF;
  color: #ffffff;
}

#tabnav a:hover {
  background: #ffffff url("images/nav_green.png") repeat-x left top;
  color: #ffffff;
}

#footer {
  background-color: #E4E8F1;
  border-top: 2px solid #c00;
  font-size: 1em;
  line-height: normal;
  text-align: center;
  padding: 8px 0px;
}

#centerwrapper {
  margin-left: auto;
  margin-right: auto;
}

#boxify {
  width: 475px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #b3b3b3;
  background: #edeff4;
  padding: 5px;
  text-align: center;
}

#boxify-top {
  margin: 0px auto;
  width: 475px;
  height: 6px;
  background: #ffffff url('images/boxify_top.gif') no-repeat left top;
}

#boxify-middle {
  margin: 0px auto;
  width: 475px;
  background: #ffffff url('images/boxify_middle.gif') repeat-y left top;
  padding: 5px 0px 12px 0px;
  text-align: center;
}

#boxify-bottom {
  margin: 0px auto;
  width: 475px;
  height: 15px;
  background: #ffffff url('images/boxify_bottom.gif') no-repeat left top;
}

#neutral {
  width: 475px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  border-top: 0px;
  background: blue;
  padding: 5px;
  text-align: center;
  color: white;
  font-weight: bold;
}

#neutral a {
  color: #CCC;
  text-decoration: underline;
}

#neutral a:hover {
  color: #FFF;
}

#error {
  width: 475px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  border-top: 0px;
  background: #CC0000;
  padding: 5px;
  text-align: center;
  color: white;
  font-weight: bold;
}

#error a {
  color: #CCC;
  text-decoration: underline;
}

#error a:hover {
  color: #FFF;
}

#success {
  width: 475px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  border-top: 0px;
  background: #009900;
  padding: 5px;
  text-align: center;
  color: white;
  font-weight: bold;
}

#success a {
  color: #CCC;
  text-decoration: underline;
}

#success a:hover {
  color: #FFF;
}

div.spacer {
  clear: both;
  margin-top: 5px;
  margin-bottom: 5px;
}

div.offer {
  width: 164px;
  height: 164px;
  border: 1px solid #000;
  background: #E4E8F1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 1px;
}

p,h1,h2,h3,pre {
  margin: 12px 3px 3px 3px;
}

h1 {
  font-size: 14px;
  padding-top: 10px;
}

h2 {
  font-size: 13px;
}

h3 {
  font-size: 12px;
}

h4 {
  font-size: 11px;
}

div.row {
  clear: both;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

div.rowsmall {
  clear: both;
  padding-top: 2px;
  margin-left: auto;
  margin-right: auto;
  width: 152px;
}

div.row span.label {
  float: left;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
}

div.rowsmall span.labelsmall {
  float: left;
  text-align: right;
  font-size: 11px;
  font-weight: bold;
}

div.row span.formw {
  float: right;
  text-align: left;
}

div.rowsmall span.formwsmall {
  float: right;
  text-align: left;
  font-size: 11px;
}

#leftcontent {
  float: left;
  width: 30%;
  margin-right: 15px;
  padding-bottom: 20px;
}

#rightcontent { /*text-align:     right;*/
  width: 100%;
}

#colleft {
  width: 33%;
  float: left;
  padding-bottom: 10px;
  text-align: left;
}

#colcenter {
  width: 34%;
  float: left;
  padding-bottom: 10px;
  text-align: left;
}

#colright {
  width: 33%;
  float: left;
  padding-bottom: 10px;
  text-align: right;
}

.rollover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px;
  position: absolute;
  z-index: 1;
  visibility: hidden;
  background-color: #EEEEEE;
  padding: 5px 5px 5px 5px;
  border: solid 3px #000000;
  margin: 2px auto 2px 2px;
  text-align: left;
  width: 216px;
  filter: progid : DXImageTransform . Microsoft .
    dropshadow(OffX = 5, OffY = 5, Color = 'dimgray', Positive = 'true');
  vertical-align: top;
}

table.ticket {
  border-width: 1px 1px 1px 1px;
  border-spacing: 0px;
  border-style: solid solid solid solid;
  border-color: black black black black;
  border-collapse: collapse;
  background-color: white;
  text-align: center;
}

table.ticket th {
  border-width: 1px 1px 1px 1px;
  padding: 2px 2px 2px 2px;
  border-style: solid solid solid solid;
  border-color: black black black black;
  background-color: #4863A0;
  color: white;
  -moz-border-radius: 0px 0px 0px 0px;
}

table.ticket td {
  border-width: 1px 1px 1px 1px;
  padding: 2px 2px 2px 2px;
  border-style: solid solid solid solid;
  border-color: black black black black;
  background-color: #E4E8F1;
  -moz-border-radius: 0px 0px 0px 0px;
}

table.orders {
  border-width: 1px 1px 1px 1px;
  border-spacing: 0px;
  border-style: solid solid solid solid;
  border-color: black black black black;
  border-collapse: collapse;
  background-color: white;
  text-align: center;
}

table.orders th {
  border-width: 1px 1px 1px 1px;
  padding: 2px 2px 2px 2px;
  border-style: solid solid solid solid;
  border-color: black black black black;
  background-color: #4863A0;
  color: white;
  -moz-border-radius: 0px 0px 0px 0px;
}

table.orders td {
  border-width: 1px 1px 1px 1px;
  padding: 2px 2px 2px 2px;
  border-style: solid solid solid solid;
  border-color: black black black black;
  background-color: #E4E8F1;
  -moz-border-radius: 0px 0px 0px 0px;
}

table.referrals {
  border-width: 1px 1px 1px 1px;
  border-spacing: 0px;
  border-style: solid solid solid solid;
  border-color: black black black black;
  border-collapse: collapse;
  background-color: white;
  text-align: center;
}

table.referrals th {
  border-width: 1px 1px 1px 1px;
  padding: 2px 2px 2px 2px;
  border-style: solid solid solid solid;
  border-color: black black black black;
  background-color: #4863A0;
  color: white;
  -moz-border-radius: 0px 0px 0px 0px;
}

table.referrals td {
  border-width: 1px 1px 1px 1px;
  padding: 2px 2px 2px 2px;
  border-style: solid solid solid solid;
  border-color: black black black black;
  background-color: #E4E8F1;
  -moz-border-radius: 0px 0px 0px 0px;
}

table.refsummary {
  border-width: 0px;
  border-spacing: 0px;
  border-style: solid solid solid solid;
  border-color: black black black black;
  border-collapse: collapse;
  background-color: white;
  text-align: center;
}

table.refsummary th {
  font-size: 12px;
  -moz-border-radius: 0px 0px 0px 0px;
}

table.refsummary td {
  background-color: white;
  text-align: center;
  -moz-border-radius: 0px 0px 0px 0px;
}

table.messages {
  border-width: 1px 1px 1px 1px;
  border-spacing: 0px;
  border-style: solid solid solid solid;
  border-color: black black black black;
  border-collapse: collapse;
  background-color: white;
  text-align: center;
}

table.messages th {
  border-width: 1px 1px 1px 1px;
  padding: 2px 2px 2px 2px;
  border-style: solid solid solid solid;
  border-color: black black black black;
  background-color: #4863A0;
  color: white;
  -moz-border-radius: 0px 0px 0px 0px;
}

table.messages td {
  border-width: 1px 1px 1px 1px;
  padding: 2px 2px 2px 2px;
  border-style: solid solid solid solid;
  border-color: black black black black;
  background-color: #E4E8F1;
  -moz-border-radius: 0px 0px 0px 0px;
}

table.credits {
  border-width: 1px 1px 1px 1px;
  border-spacing: 0px;
  border-style: solid solid solid solid;
  border-color: black black black black;
  border-collapse: collapse;
  background-color: white;
  text-align: center;
}

table.credits th {
  border-width: 1px 1px 1px 1px;
  padding: 2px 2px 2px 2px;
  border-style: solid solid solid solid;
  border-color: black black black black;
  background-color: #4863A0;
  color: white;
  -moz-border-radius: 0px 0px 0px 0px;
}

table.credits td {
  border-width: 1px 1px 1px 1px;
  padding: 2px 2px 2px 2px;
  border-style: solid solid solid solid;
  border-color: black black black black;
  background-color: #E4E8F1;
  -moz-border-radius: 0px 0px 0px 0px;
}

table.credits td.error {
  background: #CC0000;
  padding: 5px;
  text-align: center;
  color: white;
  font-weight: bold;
}

table.credits td.error a {
  color: #CCC;
  text-decoration: underline;
}

table.credits td.error a:hover {
  color: #FFF;
}

table.offers {
  margin: 20px auto;
}

table.prizes {
  margin-left: auto;
  margin-right: auto;
}

.information {
  padding: 0px 20px;
}

.information h1, .information h2, .information p {
  margin: 0px;
  padding: 0px;
}

.information_hdr {
  margin: 20px auto;
  color: #00aedb;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.box {
  background-color: #ffffff;
  border: 1px solid #d8dfea;
  margin-bottom: 10px;
}

.box-question {
  background-color: #edeff4;
  border-bottom: 1px solid #d8dfea;
  font-weight: bold;
  padding: 10px;
}

.box-step {
  background-color: #edeff4;
  border-bottom: 1px solid #d8dfea;
  font-weight: bold;
  padding: 10px;
}

.box-answer {
  padding: 10px;
}