body {
  background-image: url(../images/background.gif);
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  background-position: top center;
  background-attachment: fixed;
  background-repeat:repeat-y;
  margin: 0px;
}

td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
  text-transform: none;
  margin: 0px;
}
.underline {
  border-bottom: solid black 1px;
}
a:link, a:visited, a:active {
  color: #031faa;
}

a:hover {
  color: #dd1c2d;
  visibility:visible;
}

.cancel a {
    margin-left: 25px;
    color: red;
    font-size: 0.80em;
}


#logo {
  margin-top: 26px;
  padding-left: 38px;
  width: 730px;
  margin-bottom: 38px;
}

#main {
  margin-top: -15px;
  width: 770px;
  text-align: left;
}

#content {
  background-color: #ffffff;
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: left;
}

#claim_head {
  font-size: 1.7em;
  margin-top: 25px;
  text-align: center;
  margin-bottom: 20px;
}

#steps {
  margin-top: 25px;
  margin-bottom: 30px;
}
#headline {
  font-size: 1.25em;
  margin-top: 30px;
  margin-left: 20px;
  margin-bottom: 25px;
}

#headline2 {
  font-size: 1.6em;
  margin-left: 35px;
  padding-top: 35px;
}

#signin_name {
  position: relative;
  width: 250px;
  top: 50px;
  right: 135px;
  font-weight: bold;
  text-align: right;
}

#signin_name a {
  text-decoration: none;
  color: black;
}

#choose_movies {
  margin-bottom: 20px;
}

.red {
	color: #e11a22;
}
.choose_dvds {
  padding-bottom: 5px;
}
.quantity {
  font-weight: bold;
  width: 18px;
}

#slashline {
  position: absolute;
  top: 220px;
  width: 100%;
  height: 7px;
  font-size: 7px;
  background-image: url(../images/slash_line.gif);
  background-repeat: none;
  background-position: center;
}

.cc td {
  padding-bottom: 5px;
}

.shipbg, .products {
	background-image: url(../images/pr_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 8px 8px 8px 8px;
}

#continue
{
background-image: url(../images/continue_off.gif);
border-width:0px;
width:165px;
height:67px;
}

#continue:hover
{
background-image: url(../images/continue_on.gif);
border-width:0px;
width:165px;
height:67px;
cursor: hand;
}

#sendittome
{
background-image: url(../images/sendittome_off.gif);
border-width:0px;
width:214px;
height:67px;
margin-left: 100px;
}

#sendittome:hover
{
background-image: url(../images/sendittome_on.gif);
border-width:0px;
width:214px;
height:67px;
cursor: hand;
}

#placeorder
{
background-image: url(../images/placeorder_off.gif);
border-width:0px;
width:198px;
height:67px;
}

#placeorder:hover
{
background-image: url(../images/placeorder_on.gif);
border-width:0px;
width:198px;
height:67px;
cursor: hand;
}


.smaller {
  font-size: 0.85em;
}

.bigger {
  font-size: 1.2em;
}
#cart_change {
  position: relative;
  font-size: 0.8em;
  float: right;
  top: 3px;
  right: 3px;
}
#place_order_submit {
  margin-top: 10px;
}
.estimate {
  color: #999;
}
#left_cell {
  padding-right: 20px;
}

.flash_img {
  position: relative;
  top: 4px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: #dc1312;
  display: table;
}

.attendees {

}
.attendees td {
  font-size: 0.9em;
  padding-bottom: 7px;
}

.products td, .cart td  {
  padding-right: 5px;
}
.products td, .cart td {
  padding-bottom: 15px;
}

.highlight {
  background-color: #F6FFB8;
}

.subhead {
  font-size: 1.25em;
  padding-top: 5px;
  padding-left: 15px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  background-image: url(../images/slash_bg.gif);
  background-repeat: repeat-x;
}

.subhead_clean {
  font-size: 1.25em;
  padding-top: 5px;
  padding-left: 15px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-align: center;
}

#error_messages {
  position: absolute;
  top: 150px;
}

#info_messages {
  position: absolute;
  top: 150px;
}

#flash {
  color: #129A12;
  font-weight: bold;
  position: absolute;
  top: 150px;
}


.error_message {
  color: #dc1312;
  padding-left: 27px;
  background-image: url('../images/dialog-error_med.gif');
  background-repeat: no-repeat;
  background-position: left;
  margin: 8px 0px 8px 0px;
  font-weight: bold;
}

.info_message {
  margin: 8px 0px 8px 0px;
}

.textinput {
  background-image: url(../images/emailadd_bg.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

select, .textinput {
  background-color: #DDD;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 3px 3px 3px 3px;
  font-size: 15px;
  font-weight: bold;
}

#checkout {
  background-image: url(../images/checkout_off.gif);
  border-width:0px;
  width:172px;
  height:67px;
}

#checkout:hover {
  background-image: url(../images/checkout_on.gif);
  border-width:0px;
  width:172px;
  height:67px;
  cursor: hand;
}

.status {
  color: #e11a22;
}

.buyit {
  display: block;
  position: relative;
  background-image: url(http://gobnf.org/i/bnf/buyit_on.gif );
  background-repeat: no-repeat;
  white-space: nowrap;
  width: 80px;
  height: 44px;
  margin: 0;
  padding: 0;
}

.buyit a {
  display: block;
  width: 80px;
  height: 31px;
}

.buyit img { width: 80px; height: 44px; border: 0; }
.buyit a:hover img { visibility:hidden }

.logospace {
  margin-top: 40px;
  margin-bottom: 30px;
}

.share_checkbox {
  position: relative;
  bottom: 168px;
  left: 5px;
}
.email_text {
  padding: 10px;
  background-color: #F6FFB8;
  border: 1px solid black;
  font-size: 0.9em;
}
#video {
  position: relative;
  margin-right: 70px;
  margin-top: 30px;
}