html,body {
  height: 100%;
  width: 100%;
}

#wrapper {
  position: absolute;
  top: 50%;
  height: 313px;
  width: 100%;
  margin-top: -160px;
  padding-top: 6px;
  background-image: url('../resources/shadow/login_shadow_top.png');
  background-repeat: repeat-x;
  background-position: top left;
}

#left, #middle {
  overflow: auto;
}

#left {
  width: 43%;
  height: 100%;
  float: left;
}

#left em {
  font-weight: bold;
  font-style: normal;
}

#left fieldset {
  width: 28em;
  border: 1px solid #004996;
  margin-left: 2.5em;
  padding: 0 0 1em 0;
/*  border-top-radius: 8px;*/
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
}

#left fieldset .error {
  color: red;
  font-weight: bold;
  padding: .5em 2em;
}

input[type=hidden]{
	display: none !important;	
}

#left fieldset label, #left fieldset input {
  margin-left: 1em;
  display: block;
  width: 11em;
}

#left fieldset input#loginButton {
  display: block;
  margin: 0;
  padding: 0.7em;
  width: 100%;
  text-align: left;
  border: none;
  color: #004996;
  cursor: pointer;
  background-color: transparent;
}

#left fieldset label {
  padding-top: 0.5em;
}

#left fieldset ul {
  list-style-type: none;
  height: 3em;
}

#left fieldset ul li {
  float: left;
  display: block;
  margin: 0.3em 1em;
}

#left fieldset ul li#cancel {
  width: 11em;
  background-image: url('../resources/label/label_button_cancel.gif');
  background-repeat: no-repeat;
  background-position: left;
}

#left fieldset ul li#submit {
  width: 11em;
  background-image: url('../resources/label/label_button_submit.gif');
  background-repeat: no-repeat;
  background-position: left;
}

#left fieldset ul li#cancel a {
  display: block;
  padding: 1em;
}

#left h1 {
  margin-left: 2em;
  padding: 0.3em 0;
  font-size: 1.5em;
  font-weight: bold;
}

#left h1#login {
  margin: 0;
  padding: 0.3em 0 0.3em 1em;
  font-weight: normal;
  background-color: #EBEAF0;
/*  border-top-radius: 8px;*/
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -ms-border-top-radius: 8px;
}

#left p {
  margin: 0.5em 10em 0.5em 2.5em;
  color: #a0a0a0;
}

#middle {
  height: 100%;
  width: 13.9%;
  background-color: #004896;
  float: left;
}

#middle ol#menu {
  margin-top: 90px;
  color: #fff;
  background-color: #004896;
  list-style: decimal-leading-zero;
  list-style-position: inside;
}

#middle ol#menu li {
  font-weight: bold;
  padding: 0.5em 0.5em 0.5em 3em;
}

#middle ol#menu li.highlight {
  color: orange;
}

#right {
  height: 100%;
  width: 43%;
  float: left;
  background-color: #d6d6d6;
}

#right img {
  border: none;
  margin: 0;
  padding: 0;
}

#footer {
  background-image: url('../resources/shadow/login_shadow_bottom.png');
  background-repeat: repeat-x;
  background-position: top left;
  padding: 1em 4em 1em 2.5em;
  clear: both;
  height: 1.5em;
}

#footer p {
  padding-top: 6px;
}