/* http://meyerweb.com/eric/tools/css/reset/ 
 *    v2.0 | 20110126
 *       License: none (public domain)
 *       */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* [general] *******************************************************/
BODY {
  font: normal 9pt Arial, Helvetica, sans-serif;
  background-color: #f9f9f9;
}

#page {
  margin: 70px auto;
  width: 640px;
}

a, a:link, a:visited, a:active, .orange {
  color: #ee7f00;
}

.clearer {
  clear: both;
  height: 0;
  line-height: 0;
}

#header, #content, #footer {
  width: 640px;
  box-shadow: 0px 0px 7px #bbb;
  -moz-box-shadow: 0px 0px 7px #bbb;
  -webkit-box-shadow: 0px 0px 7px #bbb;
}

INPUT[type=text], INPUT[type=password] {
  background-color: #fff;
  border: 1px #737373 solid;
  font-size: 12px;
}

.error {
  padding: 0 10px 0 25px;
  vertical-align: middle;
  line-height: 30px;
  float: left;
  height: 30px;
  background-image: url(warning.png);
  background-position: 0 5px;
  background-repeat: no-repeat;
  display: none;
}

/* [button] ********************************************************/
.button {
  height: 27px;
  display: inline;
  min-width: 1px;
}

.button DIV.button_left,
.button DIV.button_center,
.button DIV.button_right {
  width: 6px;
  height: 27px;
  float: left;
  background-image: url(button_left.png);
  background-repeat: no-repeat;
}

.button DIV.button_center {
  background-image: url(button_center.png);
  background-repeat: repeat-x;
  line-height: 21px;
  width: auto;
  white-space: nowrap;
}

.button DIV.button_center a,
.button DIV.button_center button {
  float: left;
  cursor: pointer;
  margin: 0;
  text-decoration: none;
  padding-top: 3px;
  color: #000;
}

.button DIV.button_center button {
  background-color: transparent;
  line-height: 21px;
  border: 0;
}

.button DIV.button_right {
  background-image: url(button_right.png);
}

/* [progress] ******************************************************/
div#progress_container {
  float: right;
  border: 1px #ccc solid;
  background-color: #f5f5f5;
  margin: 0;
  height: 13px;
  width: 368px;
}

div#progress_container div#progress_bar_bg {
  margin: 1px;
  height: 11px;
}

div#progress_container div#progress_bar_bar {
  position: absolute;
  overflow: hidden;
  background-image: url(progress_bar.png);
  background-repeat: repeat-x;
  height: 11px;
  z-index: 90;
}

div#progress_container div#progress_bar_txt {
  position: relative;
  text-align: center;
  vertical-align: middle;
  font-size: 8pt;
  font-weight: bold;
  line-height: 9pt;
  z-index: 100;
}


/* [header] ********************************************************/
#header {
  width: 640px;
  height: 72px;
  margin-bottom: 8px;
}

#header div {
  float: left;
  height: 72px;
}

#header div#company_logo,
#header div#company_text {
  background: #fff url(topbar.png) top left repeat-x;
}

#header div#company_logo {
  padding: 0 22px 0 0;
  width: 195px;
}

#header div#company_logo IMG {
  height: 73px;
  width: 195px;
}

#header div#company_text {
  position: relative;
  width: 411px;
}

#header div#company_text h1 {
  line-height: 72px;
  font-size: 10pt;
  padding: 0;
  margin: 0;
  max-height: 70px;
  overflow: hidden;
}

#header div#company_text h1 span {
  position: absolute;
  top: 20px;
}

/* [content] *******************************************************/
#content {
  padding: 16px 25px;
  width: 590px;
  background-color: #fff;
}

/* [IE incompetence Fix/CSS Hack] **********************************/
@media \0screen {
  #header, #content, #footer {
    border: 1px transparent solid;
  }
  #content {
    border: 1px #bbb solid;
  }
}

#content img {
  margin-right: 8px;
}

#content h1, #content h3,
#content h4 {
  line-height: 18px;
  font-size: 12pt;
  margin-bottom: 10px;
}

#content h3 {
  font-size: 10pt;
  font-weight: bold;
}

#content h4 {
  font-size: 9pt;
  font-weight: bold;
}

#content div.line {
  clear: both;
  word-wrap: break-word;
}

#content div.line div.label {
  float: left;
  width: 220px;
  font-weight: bold;
  padding: 0 10px 0 0;
  margin-bottom: 5px;
}

#content div.line div.desc {
  float: left;
  width: 350px;
  margin-bottom: 5px;
}

#content div.line div#tou {
  width: 450px;
}

#content div.line table {
  border: 0;
  width: 100%;
  padding: 0;
  margin: 10px 0;
  text-align: center;
}

#content div.line:after {
  clear: left;
  content: '';
  content: none;
}

#content div#override {
  float: right;
}

#content input#accept,
#content label#accept_label {
  float:left;
}

#content label#accept_label {
  margin: 10px 0 0 0;
}

#content div.authentication .label {
  margin-top: 3px;
}

#content div.authentication INPUT[type=text],
#content div.authentication INPUT[type=password] {
  float: left;
  margin: 3px 20px 0 0;
}

/* [footer] ********************************************************/
#footer {
  width: 640px;
  height: 33px;
  line-height: 33px;
}

#footer div {
  float: left;
  height: 33px;
}

#footer div#copyright {
  width: 498px;
  text-indent: 110px;
  background: #fff url(footer_center.png) top left repeat-x;
}
