#Page {
  background-color: #D8E4C5;
  margin-top: 20px;
}

.cb {clear:both;}
.fl {float:left;}
.fr {float:right;}

.va_pipeline {
  position: relative;
}

.va_feedback {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url('../images/white80.png');
  opacity: 0;
  z-index: -5;
  left: 0px;
  top: 0px;
}

.va_feedback span {
  display: inline-block;
  padding: 25px;
  color: #dd0000;
}

.va_pipeline h1 {
  padding: 20px 30px 15px;
  color: #354743;
}
.va_pipeline h2 {
  padding: 0 30px 15px;
}
.va_pipeline p {
  padding: 0 30px 15px;
}
.va_pipeline table, .va_pipeline table.objform_table {
  margin: 0 auto 15px;
  width: 800px;
}
.va_pipeline table strong {
  font-size: 1.2em;
}
  .va_pipeline table th, .va_pipeline table td {
    padding: 5px;
  }
  .va_pipeline table th {
    border: #d8e2c7 1px solid;
    background: #eef1e5;
    font-size: 1.1em;
  }
  .va_pipeline table td {
    border: none;
  }

.ship table td, .bill table td, .payment table td {
  width: 50%;
}

select[name="CreditCardExpDate_mo"] {
  width: 145px;
}

select[name="CreditCardExpDate_yr"] {
  width: 145px;
}
form table select {
  width: 145px;
}
form table textarea {
  margin-left: 10px;
  width: 300px;
  height: 50px;
}
table p.updateCart {
  padding: 20px 0 0;
  text-align: left;
}

.siteseal {
  width: 120px;
  margin: -20px 0 0;
  padding-left: 80px;
  float: left;
  text-align: center;
  font-weight:bold;
  font-size: 10px;
}
  .siteseal img {
    margin: 0;
    padding: 0;
  }

  .vaerror {
    margin: 20px 80px;
    padding: 15px;
    background: #faf4ea;
    border: #e24c46 1px solid;
    color: #e24c46;
    line-height: 1.2em;
  }
    .vaerror p {
      padding: 0;
      margin: 0;
    }
  .va_pipeline p.submit {
    float: right;
    margin-right: 20px;
  }

  .va_pipeline p.updateCart {
    float: right;
  }

   a.help {
    position: relative;
    top: -5px;
    padding: 1px 3px;
    border: #69724d 1px solid;
    border-radius: 20px;
    background: #a8be6b;
    text-shadow: 1px 1px 1px #69724d;
    color: #fff;
    font-size: 8px;
    cursor: pointer;
    font-family: Arial, sans-serif !important;
   }

  .btn {
    padding: 5px 10px;
    border: #69724d 1px solid;
    border-radius: 10px;
    background: #535e36;
    box-shadow: 1px 0px 3px #69724d;
    text-transform: capitalize;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
  }
  .btn:hover, .btn:active, .btn:focus {
    cursor: pointer;
    color: #e7f497;
  }
  .btn.final {
    font-size: 1.15em;
    text-transform: uppercase;
  }
  .btn.sub {
    border-color: #a8be6b;
    text-shadow: 1px 1px 1px #69724d;
    background: #a8be6b !important;
  }

button#addressChangeBtn {
  padding: 0px;
  margin: 0px;
  border: 0px;
  background-color: inherit;
  color: #4F6133;
  text-decoration: underline;
}

  button#addressChangeBtn:hover {
    color: #738852;
  }

div#addressModalTableWrapper {

  padding: 25px;
	border-radius: 12px;
	background-color: #d8e4c5;
  box-shadow: 0px 3px 15px #AFAFAF;
}