@import url('nav.css');

body {
  background-color: #4d4a3b;
  color: #5a4a42;
  font-family: tahoma, sans-serif;
  font-size: 70%;
}

a { color: #198dc0; }
a:hover { color: #20B2E5; }
a img { border: 0px; }

img.right { 
  float: right; 
  margin-left: 10px;
  margin-bottom: 10px;
}

#main {
  width: 992px;
  margin: 0 auto;
  position: relative;
}

#content-wrapper {
  background-color: #e3dec1;
  padding: 10px;
}

#logo {
  background: url('../images/logo.jpg') top left no-repeat transparent;
  width: 495px;
  height: 91px;
  cursor: pointer;
  float: left;
}

#print_confirmation_wrap {
  position: absolute;
  z-index: 100;
  display: none;
  top: 113px;
  left: 500px;
}

#print_confirmation {
  background: url('../images/bg-print.png') top left no-repeat transparent;
  height: 122px;
  width: 352px;
  color: #fff;
  font-size: 1.3em;
  padding: 20px 50px 20px 20px;
  z-index: 100;
  position: absolute;
}

#btn_print {
  background: url('../images/btn-print.gif') top left no-repeat;
  width: 80px;
  height: 30px;
  border: 0px;
  display: block;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}

#btn_cancel {
  background: url('../images/btn-cancel.gif') top left no-repeat;
  width: 79px;
  height: 30px;
  border: 0px;
  display: block;
  float: left;
  cursor: pointer;
}

#btn_submit {
  background: url('../images/btn-submit.gif') top left no-repeat;
  width: 80px;
  height: 30px;
  border: 0px;
  display: block;
  float: left;
  margin-left: 60px;
  margin-bottom: 2em;
  cursor: pointer;
  font-size: 0px;
  color: #fff;
  padding: 0px;
}

#btn_print span, #btn_cancel span { display: none; }
