/* CSS Document */

.overflow {
  overflow: hidden; clear: both;
  margin-bottom: 4px;
}

.left { float: left;}
.right { float: right;}

#present{ position: relative; z-index: 10; }

#orderbody {
  width: 808px;
  border: 5px solid #c0c4c9;
  margin: 0;
  padding: 1px;
  background: #fdfdfe url("images/bg_lightbox.gif") left bottom repeat-x;
  color: #000; font-size: 12px; 
}

#order {
  width: 806px;
  height: 506px;
  border: 1px solid #c0c4c9;
  overflow: hidden;
  color: #000; font-size: 12px; 
}

#order_content_wrap {
  width: 806px;
  height: 445px;
}

#order_content_left {
  float: left;
  overflow: hidden;
  width: 430px;
  height: 445px;
  padding: 0;
}

#order_content_right {
  float: right;
  overflow: hidden;
  width: 376px;
  height: 385px;
  padding: 0;
}


.order_form {
  float: left;
  width: 410px;
  margin: 10px;
}

.order_form_info {
  float: right;
  width: 360px;
  margin: 10px 10px 10px 0px;
}

.border_box {
  overflow: hidden;
  border-bottom: 1px dotted #c0c4c9;
  font-size: 0.86em;
  line-height: 1.1em;
}

fieldset.border_box {
  border: 1px solid #c0c4c9;
  padding: 6px 10px; margin-bottom: 6px;
  width: 340px;
}

fieldset legend { padding: 0 4px; }

#info-submit {
  float: right;
  height: 60px; overflow: hidden;
  font-size: 0.86em;
  /*margin: 0 10px; line-height: 1.1em;*/
  border-top: 1px dotted #c0c4c9;
}

#order_footer {
  clear: both;
  height: 40px;
  overflow: hidden;
  border-top: 1px dotted #c0c4c9;
  margin: 0 10px;
  padding: 10px 0;
  font-size: 0.86em;
  line-height: 1.1em;
}

form input.text {
  border: 1px solid #d4d8de;
  padding: 3px 1px 1px 3px;
  background: #fff url("images/bg_input.gif") left top no-repeat;
  height: 16px; font-size: 0.9em;
}

form input.checkbox {
  display: block;
  float: left;
  margin: 2px 6px 0 0;
  height: 13px;
  width: 13px;
}

.bigger { font-size: 1.1em; }
.padding { padding: 8px 0; }

.long { width: 336px; }
.med { width: 162px; }
.med2 { width: 200px; }
.sml { width: 124px; }
