@charset "utf-8";
/* CSS Document */

h2 {
}

.body {
  display:block
}

.header {
  background-color:tan;
  height:150px;
  left:0px;
  position:fixed;
  top:0px;
  width:100%;
  z-index:100
}

.leftNav {
  background-color:#cccccc;
  display:block;
  float:left;
  height:100%;
  left:0px;
  position:fixed;
  top:200px;
  width:150px;
  z-index:100
}

.leftNav {
}

.rightNav {
  background-color:#cccccc;
  float:right;
  height:100%;
  position:fixed;
  right:0px;
  top:200px;
  width:150px;
  z-index:100
}

.rightNav {
}

.content {
  margin:150px 150px 0 150px;
  padding:25px;
  width:auto
}

input[type=submit] {
  padding:5px;
  width:100px
  }
  .noborder {
  border:none
}

.input {
  float:left;
}

.inputExample {
  color:#666666;
}

.inputPrefix {
  float:left;
  text-align:right;
  width:20px
}

fieldset {
  border:1px solid black;
  padding:1.1538em /*15px*/
}

label {
  float:left;
  text-align:right;
  width:100px
}

label.hidden {
  visibility:hidden
}

legend {
  font-weight:bold;
  padding:.3846em /*5px*/
}

li {
  clear:both;
  display:block
}#formLogin {
  width:400px
}