/** Layout */
html {
  height: 100%;
}
body { 
	margin: 0px auto; 
  padding: 0px;
  /* width: 760px; */
	min-height: 100%;
	position: relative;
}
* html body {   /* IE fix */ 
  height: 100%; 
}	


/** Decoration */
html {
  background: #FFF url('/img/bg-main.png');
}
body {
  border-left: 2px solid #FF8C00;
  border-right: 2px solid #FF8C00;
  border-bottom: 5px solid #FF8C00;
  background: #FFFFCF;
}
img {
  border: 0;
}

#content {
  padding: 10px;
  font: 90% "Verdana", "Arial", "Helvetica", sans-serif;;
  line-height: 1.5;
}
#content p {
  text-indent: 2em;
  text-align: justify;
  margin: 5px 0px;
}
#content acronym {
  border-bottom: 1px dashed #000000;
}
#header {
  position: relative;
  background: #FF8C00;
}
#header h1 {
  margin: 0px;
  text-align: center;
  font: bold 32pt "Arial";
  color: #FFFFFF;
}

#header_icons {
  position: absolute;
  right: 10px;
  top: 5px;
  padding: 1px;
}
#header_icons a {
  display: block;
  margin: 1px;
}

/* Links */
.center {
  margin: 0 auto;
}

.center td {
  margin: 0 32px;
}

#order_link {
  width: 300px;
  height: 64px;
  border: 1px solid #FFFFCF;
  background: url('/img/order_link.gif') no-repeat;
}
#home_link {
  width: 290px;
  height: 64px;
  border: 1px solid #FFFFCF;
  background: url('/img/home_link.gif') no-repeat;
}
#order_link a, #home_link a {
  display: block;
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
}
#order_link a {
  margin: 18px 0 0 32px;
  color: #080;
}
#home_link a {
  margin: 18px 0 0 10px;
  color: #00D;
}
#order_link a:hover, #home_link a:hover {
  color: #000;
}

#signal {
  height: 188px;
  border: 1px solid #FFFFCF;
  background: url('/img/signal.gif') no-repeat;
  margin: 16px 0 0 70px;
}
#signal a {
  display: block;
  font-size: 14pt;
  text-decoration: none;
}
#signal a:hover {
  color: #000;
}
#signal a span {
  font-weight: bold;
  color: #000; 
  margin-right: 64px;
}
#no_squat {
  margin: 32px 0 0 36px;
  color: #F00;
}
#yes_how_order {
  margin: 64px 0 0 42px;
  color: #080;
}

#attn_rules {
  display: block;
  height: 48px;
  background: url('/img/attn.gif') no-repeat;
  margin: 32px 0 0 0px;
  padding: 16px 0 0 64px;
  text-decoration: none;
  font-weight: bold;
}
#attn_rules:hover {
  text-decoration: underline;
}

/* Headers */
#content h1 {
  text-align: center;
  font-size: 125%;
  font-weight: bold;
}
#content h2 {
  font-size: 100%;
  font-weight: bold;
  margin: 3px 10px;
}
/* Common */
.info_line, .error_line {
  margin: 10px 15px;
  padding: 3px;
  font-weight: bold;
  color: #FFFFFF;
}
.info_line {
  background: #00C000;
}
.error_line {
  background: #FF0000;
}
/* Order form */
#order_form {
  position: relative;
  width: 700px;
  border: 2px solid #FF8C00;
  padding: 8px;
  background: #EEE;
}
#order_form div {
  position: relative;
  padding: 2px;
  margin: 4px 0;
}
#order_form div input {
  position: absolute;
  left: 220px;
}
#order_form .note {
  margin: 4px 0;
  font-style: italic;
  color: #00F;  
}
#order_form .buttons {
  margin: 2px 0;
  text-align: center;
}
#order_form .field_required {
  font-weight: bold;
}
#order_form .error {
  font-weight: bold;
  color: #F00;
}
/* #order_form {
  position: relative;
  width: 500px;
  border: 2px solid #FF8C00;
  padding: 8px;
  background: #EEE;
}
#order_form p {
  text-indent: 10px !important;
}

#order_form input, #order_form img {
  vertical-align: middle;
} */

#submit_button {
  display: block;
  margin: 15px auto 0;
  width: 180px;
  background: #FF8C00;
  font-weight: bold;
  color: #FF0;
}

#order_warning {
  text-align: center;
  margin: 0 0 30px;
  color: #D00;
}


