#glob {
  line-height: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  padding-top: 2px;
  border: 0px;
  background-color: #181818;
  width: 100%;
  height: 37px; }
  #glob #search {
    position: absolute;
    width: 98%;
    top: 8px;
    border: 0px;
    box-shadow: none; }
    #glob #search input {
      width: 88%;
      overflow: hidden;
      margin: 0px;
      padding: 0px 5px; }
    #glob #search button {
      width: 8%;
      overflow: hidden;
      margin: 0px;
      padding: 0px; }
  #glob h1 {
    position: relative;
    width: 100%;
    left: 0;
    top: 30px;
    text-align: center;
    font-size: 14px;
    z-index: 9999; }
    #glob h1 a {
      width: 50%;
      z-index: 9001;
      text-align: center; }

#hd {
  position: relative;
  top: 37px;
  height: auto;
  padding-bottom: 30px;
  margin-bottom: 40px;
  width: 100%;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3c3d43), color-stop(50%, #1c1d1f), color-stop(100%, #1c1d1f));
  background: -webkit-linear-gradient(#3c3d43, #1c1d1f, #1c1d1f);
  background: -moz-linear-gradient(#3c3d43, #1c1d1f, #1c1d1f);
  background: -o-linear-gradient(#3c3d43, #1c1d1f, #1c1d1f);
  background: linear-gradient(#3c3d43, #1c1d1f, #1c1d1f);
  border-top: 1px solid #47494E;
  border-bottom: 1px solid #303030; }
  #hd h1 {
    top: 14px;
    text-align: center;
    width: 100%; }
  #hd #auth {
    height: 40px; }
  #hd #nav {
    position: relative;
    width: 98%;
    left: 1%;
    top: -16px;
    box-shadow: none;
    border: 0px;
    height: 0px; }
    #hd #nav li, #hd #nav li:first-child, #hd #nav li:last-child {
      width: 49%;
      margin-left: 1%;
      margin-top: 4px; }
      #hd #nav li a, #hd #nav li:first-child a, #hd #nav li:last-child a {
        border-radius: 5px;
        width: 100%;
        height: 27px;
        padding-top: 3px; }
  #hd .notauthenticated, #hd .authenticated {
    position: relative;
    width: 80%;
    left: 10%;
    height: 68px; }
    #hd .notauthenticated form, #hd .authenticated form {
      width: 100%;
      float: none; }
    #hd .notauthenticated section, #hd .notauthenticated button, #hd .authenticated section, #hd .authenticated button {
      width: 28%;
      margin-left: 2%;
      margin-right: 2%; }
      #hd .notauthenticated section input, #hd .notauthenticated button input, #hd .authenticated section input, #hd .authenticated button input {
        width: 100%; }
    #hd .notauthenticated .actions, #hd .authenticated .actions {
      top: 16px;
      width: 100%;
      text-align: center;
      padding: 0px; }
      #hd .notauthenticated .actions a, #hd .authenticated .actions a {
        float: none;
        margin: auto; }
    #hd .notauthenticated .greeting, #hd .authenticated .greeting {
      top: 0px;
      width: 100%;
      text-align: center; }
  #hd .notauthenticated {
    top: 130px; }
    #hd .notauthenticated .actions {
      margin-top: 7px; }
  #hd .authenticated {
    top: 133px; }

body {
  overflow-x: hidden; }

#all {
  background-image: none; }

#doc5 {
  width: 100%;
  text-align: left; }

#bd {
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
  padding-top: 20px; }

#bd .yui-g, #bd .yui-gd, #bd .yui-gc {
  background-image: none; }

.yui-gc div.first, .yui-gd div.first, .yui-gd .yui-u, .yui-gd .yui-g .yui-u {
  width: 100%;
  float: none;
  margin: auto; }

.yui-gc {
  width: 100%; }

.feedback.module textarea {
  width: 98%; }

.feedback.module button {
  width: 99%; }
