html, body { margin: 0; padding: 0; width: 100%; height: 100%; }

#privacy_shade {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #080808;
  opacity: 0.5;
  filter:alpha(opacity=50);
  z-index: 6;
}

#privacy_policy {
  display: none;
  width: 350px;
  height: 270px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -30px;
  z-index: 7;
  overflow: hidden;
}

#privacy_arrow {
  margin-left: 10px;
  *margin-top: -4px;
  height: 11px;
  width: 300px;
  background: transparent url(../images/arrow.gif) no-repeat;
  background-position: center;
}

#privacy_text {
  background-color: #fff;
  font-family: arial;
  font-size: 12px;
  width: 300px;
  height: 200px;
  padding: 20px;
  border: 0 none;
  overflow: hidden;
  
}

#privacy_header {
  float: left;
  font-weight: bold;
}

#privacy_close {
  float: right;
  font-weight: bold;
}

#privacy_wrap {
  clear: both;
  height: 25px;
}

#notice a { color: #fff; font-weight: bold; text-decoration: underline; }

#default_map { margin: -33px 0 0 3px; width: 100%; height: 1px; z-index: 1; position: absolute; display: none; }

#definition_wrap { clear: both; color: #c9b58c; margin: 0; padding-top: 20px; }
.definition_desc { font: italic normal normal 12px arial; }
.definition_word { font: normal normal bold 12px arial; }

#notice { text-align: center; background-color: #526370; margin-bottom: 0; bottom: 0; position: absolute; width: 100%; color: #fff; padding: 3px 0 3px 0; font: normal normal normal 11px arial; }
span.notice_beta { font-weight: bold; color: #c9b58c; }

#header_background { height: 130px; background-color: #526370; width: 100%; text-align: center; padding: 0 auto 0 auto; }
#header_logo { margin: -68px auto 0 auto; padding: 0; background-image: none; background-repeat: no-repeat; width: 303px; height: 104px; }

img.logo { 
  border: 0 none; 
  position: absolute; 
  z-index: 5; 
  background-image: url(../images/header_logo.png); 
  *background-image: none; 
  width: 303px;
  height: 104px;
}

#default_wrap { width: 100%; padding: 0; margin: 0; text-align: center; }
#default_tracking_input { margin: 60px auto 0 auto; clear: both; width: 390px;  }
#default_tracking_input_l { float: left; }
#default_tracking_input_r { float: right; }
#default_tracking_loading { width: 40px; height: 24px; display: none; float: left; background-image: url(../images/loading.gif); background-repeat: no-repeat; }

input.default_tracking_number {
    background-position: 3px 3px;
    background-image: url(../images/icons/search.gif);
    background-repeat: no-repeat; 
    padding-left: 23px; 
    width: 300px; 
    height: 20px; 
    font: normal normal normal 17px arial;
    border: 1px solid #c9b58c; 
    color: #526370;
}

input.default_tracking_submit {
    border: 1px solid #c9b58c;
    height: 24px; *height: 25px;
    width: 55px;
    font: normal normal bold 15px arial;
    background-color: #c9b58c;
    color: #fff;
    
}

span.activity_marker { font: normal normal bold 12px arial; padding: 5px; color: #080808; }
table.activity { width: 420px; margin-top: 3px; *margin-top: 2px; }
tr.activity_row { height: 25px; background-color: #f3e9d6; }
tr.activity_row_alt { height: 25px; background-color: #f3e9d6; }
td.activity_date { width: 120px; font: normal normal bold 11px arial; padding: 0 0 0 5px; color: #080808; background-color: #c9b58c; }
td.activity_message { width: 300px; font: normal normal normal 12px arial; padding: 0 0 0 5px; color: #080808; }


